1 #ifndef ANTENNAMONITORMSG_H
2 #define ANTENNAMONITORMSG_H
11 #include "gcp/util/common/GenericTaskMsg.h"
61 inline void packFlagBoardMsg(
unsigned short board,
bool flag)
64 gcp::util::GenericTaskMsg::TASK_SPECIFIC;
67 body.flagBoard.board = board;
68 body.flagBoard.flag = flag;
71 inline void packPackDataFrameMsg()
74 gcp::util::GenericTaskMsg::TASK_SPECIFIC;
76 type = PACK_DATAFRAME;
79 inline void packDispatchDataFrameMsg()
82 gcp::util::GenericTaskMsg::TASK_SPECIFIC;
84 type = DISPATCH_DATAFRAME;
92 gcp::util::GenericTaskMsg::TASK_SPECIFIC;
103 #endif // End #ifndef
Definition: GenericTaskMsg.h:31
void packConnectMsg()
Definition: AntennaMonitorMsg.h:90
union gcp::antenna::control::AntennaMonitorMsg::@16 body
MsgType type
Definition: AntennaMonitorMsg.h:39
GenericMsgType genericMsgType_
Definition: GenericTaskMsg.h:50
Definition: AntennaMonitorMsg.h:21
struct gcp::antenna::control::AntennaMonitorMsg::@16::@17 flagBoard
MsgType
Definition: AntennaMonitorMsg.h:29