1 #ifndef GCP_MEDIATOR_RECEIVERCONTROLMSG_H
2 #define GCP_MEDIATOR_RECEIVERCONTROLMSG_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"
56 char script[gcp::control::NET_LOG_MAX+1];
70 char dir[gcp::control::NET_LOG_MAX+1];
87 gcp::util::GenericTaskMsg::TASK_SPECIFIC;
91 strcpy(
body.command.script, script);
93 body.command.seq = seq;
102 gcp::util::GenericTaskMsg::TASK_SPECIFIC;
106 strcpy(
body.directory.dir, dir);
116 #endif // End #ifndef GCP_MEDIATOR_RECEIVERCONTROLMSG_H
Definition: GenericTaskMsg.h:31
GenericMsgType genericMsgType_
Definition: GenericTaskMsg.h:50