Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
EventProxy Class Reference
Inheritance diagram for EventProxy:
Detailed DescriptionThis class serves as the host for subscribing to remote events. It should never be directly manipulated by the user; all interaction with this class is handled by EventRouter Definition at line 13 of file EventProxy.h.
Constructor & Destructor Documentation
EventProxy constructor, takes a port to listen on. Definition at line 10 of file EventProxy.cc.
EventProxy destructor. Definition at line 18 of file EventProxy.cc.
Member Function Documentation
Called by processData, handles an oncoming data request packet. Definition at line 102 of file EventProxy.cc. Referenced by processData().
Returns true if the EventProxy is still waiting for a connection or is connected. Definition at line 23 of file EventProxy.cc.
Handles any incoming requests from the client robot. Implements SocketListener. Definition at line 27 of file EventProxy.cc.
Forwards any recieved events on to the client robot. Implements EventListener. Definition at line 65 of file EventProxy.cc.
Sends the requested state information to the client robot. Definition at line 171 of file EventProxy.cc. Referenced by processEvent(). Member Data Documentation
Definition at line 36 of file EventProxy.h. Referenced by isActive(), and processData(). The documentation for this class was generated from the following files: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:07 2016 by Doxygen 1.6.3 |