1 #ifndef GCP_ASSEMBLER_GRABBERCONTROL_H
2 #define GCP_ASSEMBLER_GRABBERCONTROL_H
11 #include "gcp/util/specific/Directives.h"
12 #include "gcp/util/common/GenericTask.h"
13 #include "gcp/util/common/LogMsgHandler.h"
14 #include "gcp/util/common/NetCommHandler.h"
15 #include "gcp/util/common/NetStr.h"
16 #include "gcp/util/common/TcpListener.h"
18 #include "gcp/mediator/specific/GrabberControlMsg.h"
79 static NET_READ_HANDLER(netMsgReadHandler);
84 static NET_SEND_HANDLER(netCmdSentHandler);
89 static NET_ERROR_HANDLER(netErrorHandler);
94 void connectGrabber();
99 void disconnectGrabber();
130 void processNetMsg();
135 void listen(
bool restartListening);
142 #endif // End #ifndef
Definition: TcpListener.h:14
Definition: LogMsgHandler.h:25
Definition: NetCommHandler.h:18
Definition: GenericTask.h:33