WorldStateSerializerBehavior.cc File Reference
Detailed Description
Implements WorldStateSerializer, which copies WorldState into a buffer for transmission over the network.
- Author:
- alokl (Creator)
- Author
- ejt
- Name
- tekkotsu-4_0
- Revision
- 1.12
- State
- Exp
- Date
- 2007/06/26 04:27:44
Definition in file WorldStateSerializerBehavior.cc.
#include "WorldStateSerializerBehavior.h"
#include "Shared/WorldState.h"
#include "Wireless/Wireless.h"
#include "Shared/Config.h"
#include "Behaviors/Controller.h"
#include "Events/EventRouter.h"
#include "Shared/LoadSave.h"
Go to the source code of this file.
|
Functions |
size_t | strlen (const std::string &st) |
| a little trick to get RobotName length under aperios, which has to use a string class instead of char*
|
Function Documentation
size_t strlen |
( |
const std::string & |
st |
) |
[inline] |
a little trick to get RobotName length under aperios, which has to use a string class instead of char*
Definition at line 10 of file WorldStateSerializerBehavior.cc.
Referenced by LoadSave::checkCreator(), LoadSave::checkCreatorIncT(), LoadSave::creatorSize(), WorldStateSerializerBehavior::DoStart(), LoadSave::encode(), WaypointEngine< MAX_WAY >::getBinSize(), RLEGenerator::getBinSize(), RegionGenerator::getBinSize(), RawCameraGenerator::getBinSize(), PNGGenerator::getBinSize(), MotionSequenceEngine::getBinSize(), JPEGGenerator::getBinSize(), InterleavedYUVGenerator::getBinSize(), CDTGenerator::getBinSize(), MotionSequenceEngine::getOutputIndex(), LoadSave::getSerializedSize(), Config::loadBuffer(), CMVision::LoadColorInformation(), Config::loadFile(), Config::loadFileStream(), Config::loadOldFormat(), WorldStateSerializerBehavior::processEvent(), WalkCalibration::refresh(), ControlBase::refresh(), SegCamBehavior::sendCloseConnectionPacket(), RawCamBehavior::sendCloseConnectionPacket(), and EventBase::setTypeID().
|