1 #ifndef SZA_UTIL_CONTROL_H
2 #define SZA_UTIL_CONTROL_H
14 #include "carma/szautil/SzaPorts.h"
26 Control(std::string host,
bool log);
30 Control(std::string host);
31 void sendCommand(std::string command);
37 void processCommands();
38 void processMessages();
50 static Control* control_;
54 SignalTask signalTask_;
76 static THREAD_START(startRead);
80 static THREAD_START(startSend);
95 static SIGNALTASK_HANDLER_FN(exitHandler);
100 static NET_SEND_HANDLER(sendHandler);
105 static NET_READ_HANDLER(readHandler);
111 static NET_SEND_HANDLER(errorHandler);
120 #endif // End #ifndef SZA_UTIL_CONTROL_H
Started: Tue Mar 2 03:37:15 UTC 2004.
Tagged: Fri Nov 14 12:39:36 UTC 2003.
Started: Sat Mar 6 14:44:17 UTC 2004.
Started: Thu Feb 26 22:08:23 UTC 2004.