7 #ifndef RTT_PURE_TYPEKIT_TYPES_HPP 9 #include "../ConnPolicy.hpp" 10 #include "../SendStatus.hpp" 11 #include "../FlowStatus.hpp" 12 #include "../PropertyBag.hpp" 16 #if !defined( __MINGW__ ) && defined( WIN32 ) 17 # pragma warning( disable : 4231 ) 20 #ifdef CORELIB_DATASOURCE_HPP 25 #ifdef CORELIB_DATASOURCE_HPP 30 #ifdef ORO_CORELIB_DATASOURCES_HPP 35 #ifdef ORO_OUTPUT_PORT_HPP 38 #ifdef ORO_INPUT_PORT_HPP 41 #ifdef ORO_PROPERTY_HPP 44 #ifdef ORO_CORELIB_ATTRIBUTE_HPP 48 #ifdef ORO_CORELIB_DATASOURCES_HPP 53 #ifdef ORO_OUTPUT_PORT_HPP 56 #ifdef ORO_INPUT_PORT_HPP 59 #ifdef ORO_PROPERTY_HPP 62 #ifdef ORO_CORELIB_ATTRIBUTE_HPP 67 #ifdef CORELIB_DATASOURCE_HPP 71 #ifdef ORO_CORELIB_DATASOURCES_HPP 76 #ifdef ORO_OUTPUT_PORT_HPP 79 #ifdef ORO_INPUT_PORT_HPP 82 #ifdef ORO_PROPERTY_HPP 85 #ifdef ORO_CORELIB_ATTRIBUTE_HPP 90 #ifdef CORELIB_DATASOURCE_HPP 94 #ifdef ORO_CORELIB_DATASOURCES_HPP 99 #ifdef ORO_OUTPUT_PORT_HPP 102 #ifdef ORO_INPUT_PORT_HPP 105 #ifdef ORO_PROPERTY_HPP 108 #ifdef ORO_CORELIB_ATTRIBUTE_HPP DataSource is a base class representing a generic way to read data of type T.
A DataSource which is used to manipulate a reference to an external value.
A property represents a named value of any type with a description.
A DataSource which holds a constant value and returns it in its get() method.
A DataSource which has set() methods.
#define RTT_TYPEKIT_EXT_TMPL
A component's data output port.
An Attribute has a name and contains data which can be set and get.
A simple, yet very useful DataSource, which keeps a value, and returns it in its get() method...