1 #ifndef ANTENNAMONITOR_H
2 #define ANTENNAMONITOR_H
82 void sendDispatchDataFrameMsg();
102 sza::util::TcpClient client_;
108 sza::util::NetMsgHandler netMsgHandler_;
113 bool connectionPending_;
119 sza::util::NetHandler netDataFrameHandler_;
124 bool dispatchPending_;
139 void connectScanner(
bool reEnable);
144 void disconnectScanner();
154 static NET_READ_HANDLER(netMsgReadHandler);
155 static NET_SEND_HANDLER(netMsgSentHandler);
156 static NET_SEND_HANDLER(netDataFrameSentHandler);
161 static NET_ERROR_HANDLER(netErrorHandler);
167 void packNextFrame();
173 void dispatchNextFrame();
185 void sendScannerConnectedMsg(
bool connected);
190 void sendAntennaIdMsg();
196 void parseGreetingMsg(sza::util::NetMsg* msg);
Tagged: Mon Mar 15 18:24:26 UTC 2004.
Started: Tue Mar 2 03:37:15 UTC 2004.
Tagged: Fri Nov 14 12:39:33 UTC 2003.
Tagged: Sat Mar 20 00:16:55 UTC 2004.
Define a class for sending snapshots of the antenna state back to the control program for archiving...
Tagged: Thu Nov 13 16:53:29 UTC 2003.
All tasks will have the following functionality:
Tagged: Thu Nov 13 16:53:51 UTC 2003.
A class to encapsulate messages sent to the Monitor Task.
A class to encapsulate the transmission of monitor frames from the AC to the ACC. ...
Tagged: Fri Nov 14 12:39:36 UTC 2003.
Tagged: Thu Nov 13 16:53:54 UTC 2003.
A generic interface for a data frame consisting of contiguous blocks of arbitrary-sized types...
Started: Sat Mar 6 14:44:17 UTC 2004.
Define a class to encapsulate the entire Antenna control system.