43 #ifdef ORODAT_CORELIB_PROPERTIES_DEMARSHALLING_INCLUDE 44 #include ORODAT_CORELIB_PROPERTIES_DEMARSHALLING_INCLUDE 52 using namespace detail;
54 PropertyDemarshaller::PropertyDemarshaller(
const std::string& filename )
58 #ifdef ORODAT_CORELIB_PROPERTIES_DEMARSHALLING_INCLUDE 62 log(
Error) <<
"Could not open file: " << filename << endlog();
65 log(
Error) <<
"Orocos RTT was configured without Property Marshalling support !"<<endlog();
A container for holding references to properties.
virtual bool deserialize(PropertyBag &v)=0
Deserialize data to a property bag.
virtual bool deserialize(PropertyBag &v)
Deserialize data to a property bag.
Notify the Logger in which 'module' the message occured.
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
#define OROCLS_CORELIB_PROPERTIES_DEMARSHALLING_DRIVER