Orocos Real-Time Toolkit
2.6.0
|
Every DataSource of type T has a type info class which it can ask type information. More...
#include <rtt/internal/DataSourceTypeInfo.hpp>
Public Types | |
typedef T | value_type |
typedef DataSourceTypeInfo< T > | value_type_info |
Static Public Member Functions | |
static const std::string & | getType () |
Return the qualified type. | |
static const std::string & | getTypeName () |
Return the unqualified typename. | |
static const std::string & | getQualifier () |
Return the 'const', 'ref', 'pointer' qualifier for this type. | |
static const types::TypeInfo * | getTypeInfo () |
Return the typeinfo object. | |
Static Public Attributes | |
static types::TypeInfo * | TypeInfoObject = 0 |
Defaults to 0. |
Every DataSource of type T has a type info class which it can ask type information.
The default is 'UnknownType', but by adding a types::TemplateTypeInfo specialisation in the TypeRepository, the type will get known to Orocos.
Definition at line 165 of file DataSourceTypeInfo.hpp.
types::TypeInfo * RTT::internal::DataSourceTypeInfo< T >::TypeInfoObject = 0 [static] |
Defaults to 0.
If a types::TemplateTypeInfo object is created for T, this pointer will be set to that type.
Definition at line 173 of file DataSourceTypeInfo.hpp.