#include <PropertyMarshaller.hpp>
A class for writing a property or propertybag into file. The file format used by Orocos is the 'Component Property Format'.
- See also
- PropertyDemarshaller for reading the result back in.
Definition at line 53 of file PropertyMarshaller.hpp.
RTT::PropertyMarshaller::PropertyMarshaller |
( |
const std::string & |
filename | ) |
|
RTT::PropertyMarshaller::~PropertyMarshaller |
( |
| ) |
|
void RTT::PropertyMarshaller::flush |
( |
| ) |
|
|
virtual |
Flush all buffers, write footers. Instructs the MarshallInterface to flush any remaining buffered data and write a footer to indicate that serialization is done. A marshaller may choose to write nothing until this function is called, or print a summary, or anything else.
Implements RTT::marsh::MarshallInterface.
Definition at line 81 of file PropertyMarshaller.cpp.
void RTT::PropertyMarshaller::serialize |
( |
const PropertyBag & |
v | ) |
|
|
virtual |
The documentation for this class was generated from the following files: