Orocos Real-Time Toolkit  2.9.0
Public Member Functions | List of all members
RTT::marsh::XMLRPCDemarshaller Class Reference

A DemarshallInterface for the XMLRPC Protocol. More...

#include <rtt/marsh/XMLRPCDemarshaller.hpp>

Inheritance diagram for RTT::marsh::XMLRPCDemarshaller:
RTT::marsh::DemarshallInterface

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...
 

Detailed Description

A DemarshallInterface for the XMLRPC Protocol.

Similar to the CPFDemarshaller, but less well tested.

Definition at line 227 of file XMLRPCDemarshaller.hpp.

Constructor & Destructor Documentation

RTT::marsh::XMLRPCDemarshaller::XMLRPCDemarshaller ( const std::string  filename)
inline

Read Properties from a local file.

Definition at line 240 of file XMLRPCDemarshaller.hpp.

RTT::marsh::XMLRPCDemarshaller::~XMLRPCDemarshaller ( )
inline

Definition at line 248 of file XMLRPCDemarshaller.hpp.

Member Function Documentation

virtual bool RTT::marsh::XMLRPCDemarshaller::deserialize ( PropertyBag v)
inlinevirtual

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 254 of file XMLRPCDemarshaller.hpp.

References RTT::os::endl().


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