Orocos Real-Time Toolkit
2.6.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) | |
virtual bool | deserialize (PropertyBag &v) |
Deserialize data to a property bag. |
The default Orocos demarshaller for extracting properties and property bags from a property file.
Definition at line 54 of file PropertyDemarshaller.hpp.
bool RTT::PropertyDemarshaller::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.
Definition at line 74 of file PropertyDemarshaller.cpp.
References RTT::marsh::DemarshallInterface::deserialize().