Orocos Real-Time Toolkit
2.9.0
|
The default Orocos demarshaller for extracting properties and property bags from a property file. More...
#include <rtt/marsh/PropertyDemarshaller.hpp>
Public Member Functions | |
PropertyDemarshaller (const std::string &filename) | |
~PropertyDemarshaller () | |
virtual bool | deserialize (PropertyBag &v) |
Deserialize data to a property bag. More... | |
The default Orocos demarshaller for extracting properties and property bags from a property file.
Definition at line 54 of file PropertyDemarshaller.hpp.
RTT::PropertyDemarshaller::PropertyDemarshaller | ( | const std::string & | filename | ) |
Definition at line 54 of file PropertyDemarshaller.cpp.
References RTT::Error, and OROCLS_CORELIB_PROPERTIES_DEMARSHALLING_DRIVER.
RTT::PropertyDemarshaller::~PropertyDemarshaller | ( | ) |
Definition at line 69 of file PropertyDemarshaller.cpp.
|
virtual |
Deserialize data to a property bag.
v | The property bag which will contain the results of the deserialization. |
Implements RTT::marsh::DemarshallInterface.
Definition at line 74 of file PropertyDemarshaller.cpp.
References RTT::marsh::DemarshallInterface::deserialize().