A demarshaller which parses data compatible with the previous Orocos property system. More...
#include <rtt/marsh/Orocos1Demarshaller.hpp>
Public Types | |
typedef std::istream | input_stream |
Public Member Functions | |
Orocos1Demarshaller (input_stream &is) | |
virtual bool | deserialize (PropertyBag &v) |
Deserialize data to a property bag. | |
Public Attributes | |
input_stream & | _is |
A demarshaller which parses data compatible with the previous Orocos property system.
Definition at line 52 of file Orocos1Demarshaller.hpp.
virtual bool RTT::Orocos1Demarshaller::deserialize | ( | PropertyBag & | v | ) | [inline, virtual] |
Deserialize data to a property bag.
v | The property bag which will contain the results of the deserialization. |
Implements RTT::Demarshaller.
Definition at line 61 of file Orocos1Demarshaller.hpp.