Orocos Real-Time Toolkit  2.5.0
Public Member Functions
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

List of all members.

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.

Detailed Description

A DemarshallInterface for the XMLRPC Protocol.

Similar to the CPFDemarshaller, but less well tested.

Definition at line 227 of file XMLRPCDemarshaller.hpp.


Member Function Documentation

virtual bool RTT::marsh::XMLRPCDemarshaller::deserialize ( PropertyBag v) [inline, virtual]

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: