Orocos Real-Time Toolkit  2.5.0
Public Member Functions
RTT::marsh::PropertyDemarshaller Class Reference

The default Orocos demarshaller for extracting properties and property bags from a property file. More...

#include <rtt/marsh/PropertyDemarshaller.hpp>

Inheritance diagram for RTT::marsh::PropertyDemarshaller:
RTT::marsh::DemarshallInterface

List of all members.

Public Member Functions

 PropertyDemarshaller (const std::string &filename)
virtual bool deserialize (PropertyBag &v)
 Deserialize data to a property bag.

Detailed Description

The default Orocos demarshaller for extracting properties and property bags from a property file.

See also:
PropertyMarshaller to create property files.

Definition at line 54 of file PropertyDemarshaller.hpp.


Member Function Documentation

Deserialize data to a property bag.

Parameters:
vThe property bag which will contain the results of the deserialization.
See also:
PropertyBag

Implements RTT::marsh::DemarshallInterface.

Definition at line 74 of file PropertyDemarshaller.cpp.

References RTT::marsh::DemarshallInterface::deserialize().


The documentation for this class was generated from the following files: