Orocos Real-Time Toolkit
2.6.0
|
A DemarshallInterface for the XMLRPC Protocol. More...
#include <rtt/marsh/XMLRPCDemarshaller.hpp>
Public Member Functions | |
XMLRPCDemarshaller (const std::string filename) | |
Read Properties from a local file. | |
virtual bool | deserialize (PropertyBag &v) |
Deserialize data to a property bag. |
A DemarshallInterface for the XMLRPC Protocol.
Similar to the CPFDemarshaller, but less well tested.
Definition at line 227 of file XMLRPCDemarshaller.hpp.
virtual bool RTT::marsh::XMLRPCDemarshaller::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::marsh::DemarshallInterface.
Definition at line 254 of file XMLRPCDemarshaller.hpp.
References RTT::os::endl().