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 53 of file PropertyDemarshaller.hpp.
virtual 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::Demarshaller.