Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
RemoteEvents Class Reference#include <RemoteEvents.h>
Inheritance diagram for RemoteEvents:
![]() Detailed DescriptionThis class contains the network code common between RemoteRouter and EventProxy. It contains methods for sending and receiving events, state updates, and requests to recieve the former two things.Definition at line 18 of file RemoteEvents.h.
Member Enumeration DocumentationThis is sent in the header of any data sent over the wireless,.
Definition at line 23 of file RemoteEvents.h. This is sent in the header of any requests for remote events.
Definition at line 32 of file RemoteEvents.h.
Constructor & Destructor Documentation
Definition at line 4 of file RemoteEvents.cc.
Definition at line 9 of file RemoteEvents.cc.
Member Function Documentation
Returns true of the socket is connected.
Definition at line 70 of file RemoteEvents.cc. Referenced by EventProxy::isActive(), RemoteRouter::isReady(), RemoteRouter::processEvent(), EventProxy::processEvent(), EventProxy::sendState(), and EventProxy::~EventProxy().
Returns the remote IP address as a string.
Definition at line 13 of file RemoteEvents.cc. Referenced by EventProxy::handleRemoteRequest().
Returns the remote IP address as an int.
Definition at line 17 of file RemoteEvents.cc. Referenced by remoteIPString().
Definition at line 36 of file RemoteEvents.cc. Referenced by RemoteRouter::processData(), and EventProxy::processData().
Definition at line 24 of file RemoteEvents.cc. Referenced by RemoteRouter::processData(), and EventProxy::processData().
Definition at line 54 of file RemoteEvents.cc. Referenced by RemoteRouter::processData(), and EventProxy::processData().
Member Data Documentation
Definition at line 57 of file RemoteEvents.h. Referenced by RemoteRouter::connect(), EventProxy::EventProxy(), isConnected(), RemoteRouter::processData(), RemoteRouter::processEvent(), EventProxy::processEvent(), remoteIPInt(), RemoteRouter::sendRemoteRequest(), EventProxy::sendState(), EventProxy::~EventProxy(), and RemoteRouter::~RemoteRouter().
Definition at line 60 of file RemoteEvents.h. Referenced by RemoteRouter::processData(), EventProxy::processData(), readData(), and readSize().
Definition at line 61 of file RemoteEvents.h. Referenced by RemoteRouter::processData(), EventProxy::processData(), readData(), and readSize().
Definition at line 62 of file RemoteEvents.h. Referenced by RemoteRouter::processData(), EventProxy::processData(), and readType().
The documentation for this class was generated from the following files: |
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:39 2007 by Doxygen 1.5.4 |