1 #ifndef GCP_ASSEMBLER_GRABBERCONTROLMSG_H
2 #define GCP_ASSEMBLER_GRABBERCONTROLMSG_H
11 #include "gcp/util/common/GenericTaskMsg.h"
15 #include "gcp/control/code/unix/libunix_src/specific/rtcnetcoms.h"
16 #include "gcp/control/code/unix/libunix_src/common/tcpip.h"
49 gcp::control::NetCmdId opcode;
64 gcp::control::NetCmdId opcode) {
66 gcp::util::GenericTaskMsg::TASK_SPECIFIC;
70 body.netCmd.cmd = *cmd;
71 body.netCmd.opcode = opcode;
81 #endif // End #ifndef GCP_ASSEMBLER_GRABBERCONTROLMSG_H
Definition: GenericTaskMsg.h:31
GenericMsgType genericMsgType_
Definition: GenericTaskMsg.h:50
Definition: rtcnetcoms.h:2462