A Demarshaller 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 Demarshaller for the XMLRPC Protocol.
Similar to the CPFDemarshaller, but less well tested.
Definition at line 226 of file XMLRPCDemarshaller.hpp.
| virtual bool RTT::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::Demarshaller.
Definition at line 253 of file XMLRPCDemarshaller.hpp.
1.6.3