| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Wireless Class Reference#include <Wireless.h>
Detailed DescriptionTekkotsu wireless class.For more information on using wireless, please read the following tutorials:
The networking interface needs more documentation. It also needs a cleanup. In the mean time, take a look at the TekkotsuMon objects in Tekkotsu
Definition at line 37 of file Wireless.h.
Constructor & Destructor Documentation
constructor - only one wireless object is required per Aperios process. MMCombo already creates one. The (global) instance is called wireless, and you can access it by including Wireless/Wireless.h (this file) in your code Definition at line 22 of file Wireless.cc.
Member Function Documentation
callback function for communicating with Aperios Networking Toolkit. You should not call this. Definition at line 255 of file Wireless.cc.
Definition at line 360 of file Wireless.cc. Referenced by Socket::flush().
callback function for communicating with Aperios Networking Toolkit. You should not call this. Definition at line 588 of file Wireless.cc.
The socket tries to connect to a specific. Tell the ipstack we want to recieve messages with this function. Definition at line 139 of file Wireless.cc. Referenced by connect(), RemoteRouter::connect(), EchoBehavior::processCallback(), EchoBehavior::processEvent(), and ReceiveCont().
callback function for communicating with Aperios Networking Toolkit. You should not call this. Definition at line 224 of file Wireless.cc.
utility function that you can use if you're curious about the state of the socket. You shouldn't need to use it, since asking sockets for write and read buffers does the necessary sanity checks Definition at line 104 of file Wireless.h.
utility function that you can use if you're curious about the state of the socket. You shouldn't need to use it, since asking sockets for write and read buffers does the necessary sanity checks Definition at line 96 of file Wireless.h. Referenced by SegCamBehavior::closeServer(), RawCamBehavior::closeServer(), Controller::console_callback(), StringInputControl::doReadStdIn(), ControlBase::doReadStdIn(), StewartPlatformBehavior::isConnected(), RemoteEvents::isConnected(), EventLogger::logImage(), EventLogger::logMessage(), EventLogger::logWebcam(), EchoBehavior::processCallback(), WorldStateSerializerBehavior::processEvent(), SegCamBehavior::processEvent(), RegionCamBehavior::processEvent(), RawCamBehavior::processEvent(), MicrophoneServer::processEvent(), EventLogger::processEvent(), EchoBehavior::processEvent(), ConnectionMadeTrans::processEvent(), EventLogger::processStateMachineEvent(), WalkCalibration::refresh(), ValueEditControl< T >::refresh(), ControlBase::refresh(), ConfigurationEditor::NamedEnumerationEditor::refresh(), BatteryCheckControl::refresh(), EchoBehavior::teardownNetwork(), and LGmixin::uploadFile().
utility function that you can use if you're curious about the state of the socket. You shouldn't need to use it, since asking sockets for write and read buffers does the necessary sanity checks Definition at line 99 of file Wireless.h.
utility function that you can use if you're curious about the state of the socket. You shouldn't need to use it, since asking sockets for write and read buffers does the necessary sanity checks Definition at line 103 of file Wireless.h.
The socket waits for incoming connections. That is, it acts like a server. If a connection is established and later broken, it resumes waiting for new connections if the socket's daemon flag is set. Definition at line 90 of file Wireless.cc. Referenced by CloseCont(), WorldStateSerializerBehavior::DoStart(), WMMonitorBehavior::DoStart(), WalkControllerBehavior::DoStart(), UPennWalkControllerBehavior::DoStart(), StewartPlatformBehavior::DoStart(), SpeakerServer::DoStart(), MicrophoneServer::DoStart(), HeadPointControllerBehavior::DoStart(), EStopControllerBehavior::DoStart(), Controller::DoStart(), EventLogger::EventLogger(), EventProxy::EventProxy(), LGmixin::LGmixin(), listen(), EventRouter::serveRemoteEventRequests(), EchoBehavior::setupNetwork(), SegCamBehavior::setupServer(), RegionCamBehavior::setupServer(), and RawCamBehavior::setupServer().
callback function for communicating with Aperios Networking Toolkit. You should not call this. Definition at line 188 of file Wireless.cc.
callback function for communicating with Aperios Networking Toolkit. You should not call this. Definition at line 444 of file Wireless.cc.
function called by the Socket objects to actually write data to the network. You should not call this. Definition at line 284 of file Wireless.cc. Referenced by Socket::flush().
callback function for communicating with Aperios Networking Toolkit. You should not call this. Definition at line 313 of file Wireless.cc.
Definition at line 53 of file Wireless.cc.
Creates a new socket.
Definition at line 48 of file Wireless.cc. Referenced by RemoteRouter::connect(), WorldStateSerializerBehavior::DoStart(), WMMonitorBehavior::DoStart(), WalkControllerBehavior::DoStart(), UPennWalkControllerBehavior::DoStart(), StewartPlatformBehavior::DoStart(), SpeakerServer::DoStart(), MicrophoneServer::DoStart(), HeadPointControllerBehavior::DoStart(), EStopControllerBehavior::DoStart(), Controller::DoStart(), EventLogger::EventLogger(), EventProxy::EventProxy(), LGmixin::LGmixin(), EchoBehavior::processEvent(), EventRouter::serveRemoteEventRequests(), EchoBehavior::setupNetwork(), SegCamBehavior::setupServer(), RegionCamBehavior::setupServer(), and RawCamBehavior::setupServer().
The documentation for this class was generated from the following files: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu v3.0 |
Generated Fri May 11 20:09:01 2007 by Doxygen 1.4.7 |