Orocos Real-Time Toolkit
2.6.0
|
A TinyXML demarshaller for extracting properties and property bags from a Component Property File (CPF) following the CORBA 3 standard. More...
#include <rtt/marsh/TinyDemarshaller.hpp>
Public Member Functions | |
TinyDemarshaller (const std::string &filename) | |
virtual bool | deserialize (PropertyBag &v) |
Deserialize data to a property bag. |
A TinyXML demarshaller for extracting properties and property bags from a Component Property File (CPF) following the CORBA 3 standard.
Definition at line 53 of file TinyDemarshaller.hpp.
virtual bool RTT::marsh::TinyDemarshaller::deserialize | ( | PropertyBag & | v | ) | [virtual] |
Deserialize data to a property bag.
v | The property bag which will contain the results of the deserialization. |
Implements RTT::marsh::DemarshallInterface.