1 #ifndef GCP_GRABBER_SCANNERMSG_H
2 #define GCP_GRABBER_SCANNERMSG_H
11 #include "gcp/util/common/GenericTaskMsg.h"
13 #include "gcp/control/code/unix/libunix_src/specific/rtcnetcoms.h"
60 gcp::util::GenericTaskMsg::TASK_SPECIFIC;
71 gcp::util::GenericTaskMsg::TASK_SPECIFIC;
86 gcp::util::GenericTaskMsg::TASK_SPECIFIC;
90 body.configure.mask = mask;
91 body.configure.channelMask = channelMask;
92 body.configure.nCombine = nCombine;
93 body.configure.flatfield = flatfield;
94 body.configure.seconds = seconds;
104 #endif // End #ifndef SZA_UTIL_GRABBERMSG_H
Definition: GenericTaskMsg.h:31
void packConnectMsg()
Definition: ScannerMsg.h:68
void packGrabFrameMsg()
Definition: ScannerMsg.h:57
void packConfigureMsg(gcp::control::FgOpt mask, unsigned channelMask, unsigned nCombine, unsigned flatfield, unsigned seconds)
Definition: ScannerMsg.h:79
GenericMsgType genericMsgType_
Definition: GenericTaskMsg.h:50
MsgType
Definition: ScannerMsg.h:26
MsgType type
Definition: ScannerMsg.h:35