2 #include "../rtt-config.h" 14 #ifdef OS_HAVE_STREAMS 16 this->write( result, in );
19 return string(
"(") + in->getTypeInfo()->getTypeName() +
")";
25 stringstream result(value);
26 return this->read( result, out ).good();
Convenient short notation for every sub-namespace of RTT.
boost::intrusive_ptr< DataSourceBase > shared_ptr
Use this type to store a pointer to a DataSourceBase.
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.