1 #ifndef GCP_ASSEMBLER_ANTENNACONTROLMSG_H
2 #define GCP_ASSEMBLER_ANTENNACONTROLMSG_H
11 #include "gcp/util/common/AntNum.h"
12 #include "gcp/util/common/Debug.h"
14 #include "gcp/util/common/GenericTaskMsg.h"
15 #include "gcp/antenna/control/specific/AntennaMasterMsg.h"
19 #include "gcp/control/code/unix/libunix_src/specific/rtcnetcoms.h"
20 #include "gcp/control/code/unix/libunix_src/common/tcpip.h"
96 gcp::control::NetCmdId opcode;
129 gcp::util::GenericTaskMsg::TASK_SPECIFIC;
131 type = ANTENNA_MASTER_MSG;
133 return &
body.antennaMasterMsg;
169 body.init.start = start;
179 DBPRINT(
true, gcp::util::Debug::DEBUG6,
"");
183 body.flagAntenna.antenna = antenna;
184 body.flagAntenna.flag = flag;
191 gcp::control::NetCmdId opcode) {
198 body.netCmd.cmd = *cmd;
199 body.netCmd.opcode = opcode;
206 inline void initialize() {
208 gcp::util::GenericTaskMsg::TASK_SPECIFIC;
217 #endif // End #ifndef
Definition: GenericTaskMsg.h:31
Definition: AntennaMasterMsg.h:31
GenericMsgType genericMsgType_
Definition: GenericTaskMsg.h:50
Definition: rtcnetcoms.h:2462
Id
Definition: AntNum.h:37