Orocos Real-Time Toolkit
2.8.3
|
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. More... | |
~XMLRPCDemarshaller () | |
virtual bool | deserialize (PropertyBag &v) |
Deserialize data to a property bag. More... | |
A DemarshallInterface for the XMLRPC Protocol.
Similar to the CPFDemarshaller, but less well tested.
Definition at line 227 of file XMLRPCDemarshaller.hpp.
|
inline |
Read Properties from a local file.
Definition at line 240 of file XMLRPCDemarshaller.hpp.
|
inline |
Definition at line 248 of file XMLRPCDemarshaller.hpp.
|
inlinevirtual |
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().