/************************************************************************** * * Copyright (c) 2021-2024 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file MessageSupport.h * * @author (last) Sean Nash * @date (last) 12-Nov-2021 * * @author (original) Dara Navaei * @date (original) 10-Sep-2021 * ***************************************************************************/ #ifndef __MESSAGESUPPORT_H__ #define __MESSAGESUPPORT_H__ #include "CommBuffers.h" /** * @defgroup MessageSupport MessageSupport * @brief Provides commonly used function for messaging * * @addtogroup MessageSupport * @{ */ // ********** public function prototypes ********** BOOL broadcastData( MSG_ID_T msgID, COMM_BUFFER_T buffer, U08* dataPtr, U32 length ); #endif