1 #ifndef ANTENNAMONITORMSG_H
2 #define ANTENNAMONITORMSG_H
61 inline void packFlagBoardMsg(
unsigned short board,
bool flag)
64 sza::util::GenericTaskMsg::TASK_SPECIFIC;
67 body.flagBoard.board = board;
68 body.flagBoard.flag = flag;
71 inline void packPackDataFrameMsg()
74 sza::util::GenericTaskMsg::TASK_SPECIFIC;
76 type = PACK_DATAFRAME;
79 inline void packDispatchDataFrameMsg()
82 sza::util::GenericTaskMsg::TASK_SPECIFIC;
84 type = DISPATCH_DATAFRAME;
92 sza::util::GenericTaskMsg::TASK_SPECIFIC;
103 #endif // End #ifndef
void packConnectMsg()
Pack a message to connect to the pmac.
MsgType
Enumerate supported AntennaMonitor messages.
struct sza::antenna::control::AntennaMonitorMsg::@16::@17 flagBoard
Flag a board.
MsgType type
The type of this message.
Tagged: Fri Nov 14 12:39:34 UTC 2003.
A class to encapsulate messages sent to the Monitor Task.
union sza::antenna::control::AntennaMonitorMsg::@16 body
A union of message bodies.
GenericMsgType genericMsgType_
A type for this message.
A class to encapsulate message types for a generic task.