Wireless.cc File Reference
Detailed Description
Interacts with the system to provide networking services.
- Author:
- alokl (Creator)
Erik Berglund and Bryan Johnson (UDP support)
=========================================================================
CMPack'02 Source Code Release for OPEN-R SDK v1.0
Copyright (C) 2002 Multirobot Lab [Project Head: Manuela Veloso]
School of Computer Science, Carnegie Mellon University
-------------------------------------------------------------------------
This software is distributed under the GNU General Public License,
version 2. If you do not have a copy of this licence, visit
www.gnu.org, or write: Free Software Foundation, 59 Temple Place,
Suite 330 Boston, MA 02111-1307 USA. This program is distributed
in the hope that it will be useful, but WITHOUT ANY WARRANTY,
including MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-------------------------------------------------------------------------
Additionally licensed to Sony Corporation under the following terms:
This software is provided by the copyright holders AS IS and any
express or implied warranties, including, but not limited to, the
implied warranties of merchantability and fitness for a particular
purpose are disclaimed. In no event shall authors be liable for
any direct, indirect, incidental, special, exemplary, or consequential
damages (including, but not limited to, procurement of substitute
goods or services; loss of use, data, or profits; or business
interruption) however caused and on any theory of liability, whether
in contract, strict liability, or tort (including negligence or
otherwise) arising in any way out of the use of this software, even if
advised of the possibility of such damage.
=========================================================================
- Author
- ejt
- Name
- tekkotsu-2_4_1
- Revision
- 1.27
- State
- Exp
- Date
- 2005/08/16 18:37:05
Definition in file Wireless.cc.
#include "Wireless.h"
#include "Socket.h"
#include <cstring>
#include "Shared/ProjectInterface.h"
#include <OPENR/OSyslog.h>
#include <OPENR/OPENRAPI.h>
#include <ant.h>
#include <EndpointTypes.h>
#include <TCPEndpointMsg.h>
#include <UDPEndpointMsg.h>
#include "aperios/MMCombo/entry.h"
Include dependency graph for Wireless.cc:
Go to the source code of this file.
|
Variables |
Wireless * | wireless = NULL |
| the global wireless object - you'll want to make your function calls on this
|
Variable Documentation
|
the global wireless object - you'll want to make your function calls on this
Definition at line 6 of file Wireless.cc.
Referenced by StewartPlatformBehavior::closeComm(), Controller::console_callback(), StringInputControl::doReadStdIn(), ControlBase::doReadStdIn(), WMMonitorBehavior::DoStart(), WalkControllerBehavior::DoStart(), UPennWalkControllerBehavior::DoStart(), StewartPlatformBehavior::DoStart(), SpiderMachineBehavior::DoStart(), SpeakerServer::DoStart(), SegCamBehavior::DoStart(), RegionCamBehavior::DoStart(), RawCamBehavior::DoStart(), MicrophoneServer::DoStart(), HeadPointControllerBehavior::DoStart(), EStopControllerBehavior::DoStart(), Controller::DoStart(), Aibo3DControllerBehavior::DoStart(), WMMonitorBehavior::DoStop(), WalkControllerBehavior::DoStop(), UPennWalkControllerBehavior::DoStop(), StewartPlatformBehavior::DoStop(), SpiderMachineBehavior::DoStop(), SpeakerServer::DoStop(), SegCamBehavior::DoStop(), RegionCamBehavior::DoStop(), RawCamBehavior::DoStop(), MicrophoneServer::DoStop(), HeadPointControllerBehavior::DoStop(), EStopControllerBehavior::DoStop(), Controller::DoStop(), Aibo3DControllerBehavior::DoStop(), EventLogger::EventLogger(), Socket::flush(), Socket::getWriteBuffer(), Socket::init(), StewartPlatformBehavior::isConnected(), EventLogger::logImage(), EventLogger::logMessage(), EventLogger::logWebcam(), EchoBehavior::processCallback(), SpiderMachineBehavior::processEvent(), SegCamBehavior::processEvent(), RegionCamBehavior::processEvent(), RawCamBehavior::processEvent(), MicrophoneServer::processEvent(), EventLogger::processEvent(), EchoBehavior::processEvent(), ConnectionMadeTrans::processEvent(), WalkCalibration::refresh(), ValueEditControl< T >::refresh(), ControlBase::refresh(), BatteryCheckControl::refresh(), EchoBehavior::setupNetwork(), FlashIPAddrBehavior::setupSequence(), EchoBehavior::teardownNetwork(), Socket::vprintf(), WorldStateSerializerBehavior::WorldStateSerializerBehavior(), Socket::write(), and EventLogger::~EventLogger(). |
|