Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
EventProxy Class Reference#include <EventProxy.h>
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 EventRouterDefinition at line 13 of file EventProxy.h.
Constructor & Destructor Documentation
Member Function Documentation
Returns true if the EventProxy is still waiting for a connection or is connected.
Definition at line 24 of file EventProxy.cc.
Sends the requested state information to the client robot.
Definition at line 167 of file EventProxy.cc. Referenced by processEvent().
Forwards any recieved events on to the client robot.
Implements EventListener. Definition at line 66 of file EventProxy.cc.
Handles any incoming requests from the client robot.
Implements SocketListener. Definition at line 28 of file EventProxy.cc.
Called by processData, handles an oncoming data request packet.
Definition at line 99 of file EventProxy.cc. Referenced by processData().
Member Data Documentation
The documentation for this class was generated from the following files: |
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:20 2007 by Doxygen 1.5.4 |