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 27 #ifdef CORELIB_DATASOURCE_HPP 32 #ifdef ORO_CORELIB_DATASOURCES_HPP 40 #ifdef ORO_OUTPUT_PORT_HPP 44 #ifdef ORO_INPUT_PORT_HPP 48 #ifdef ORO_PROPERTY_HPP 52 #ifdef ORO_CORELIB_ATTRIBUTE_HPP 57 #ifdef ORO_CORELIB_DATASOURCES_HPP 62 #ifdef ORO_OUTPUT_PORT_HPP 65 #ifdef ORO_INPUT_PORT_HPP 68 #ifdef ORO_PROPERTY_HPP 71 #ifdef ORO_CORELIB_ATTRIBUTE_HPP 76 #ifdef CORELIB_DATASOURCE_HPP 80 #ifdef ORO_CORELIB_DATASOURCES_HPP 85 #ifdef ORO_OUTPUT_PORT_HPP 88 #ifdef ORO_INPUT_PORT_HPP 91 #ifdef ORO_PROPERTY_HPP 94 #ifdef ORO_CORELIB_ATTRIBUTE_HPP 99 #ifdef CORELIB_DATASOURCE_HPP 103 #ifdef ORO_CORELIB_DATASOURCES_HPP 108 #ifdef ORO_OUTPUT_PORT_HPP 111 #ifdef ORO_INPUT_PORT_HPP 114 #ifdef ORO_PROPERTY_HPP 117 #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...