#ifndef __SYSCOMM_H__ #define __SYSCOMM_H__ #include "BLCommon.h" /** * @defgroup SystemComm SystemComm * @brief System communication unit. Manages incoming and outgoing CAN frames. * * @addtogroup SystemComm * @{ */ // ********** public definitions ********** // ********** public function prototypes ********** void initSystemComm( void ); void handleCANMsgInterrupt( SW_UPDATE_CAN_MAIL_BOX_T mailBox ); BOOL sendAckNackStatusFromFirmware( U08* data ); BOOL broadcastDataTestRemove( U08* data ); /**@}*/ #endif