Defines the DataMangler and RobonetDataElement classes as well as their associated templated methods. More...
#include <cstdlib>
#include "robot_instance/BitWizard.h"
#include "robot_instance/DataElement.h"
#include <boost/interprocess/smart_ptr/shared_ptr.hpp>
Go to the source code of this file.
Classes | |
class | DataMangler |
class | PushToWriteElementException |
An exception thrown when user tries to push() raw values into a 'Writable' RobonetDataElement. More... | |
class | RobonetDataElement |
Typedefs | |
typedef boost::shared_ptr < RobonetDataElement > | RobonetDataElementPtr |
A boost::shared_ptr of type RobonetDataElement. |
Defines the DataMangler and RobonetDataElement classes as well as their associated templated methods.
Definition in file RobonetDataElement.h.
typedef boost::shared_ptr<RobonetDataElement> RobonetDataElementPtr |
A boost::shared_ptr of type RobonetDataElement.
Definition at line 202 of file RobonetDataElement.h.