Orocos Real-Time Toolkit  2.9.0
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
RTT::internal::DataSourceTypeInfo< types::carray< T > > Struct Template Reference

Specialisation for a types::carray<T> type info object. More...

#include <rtt/internal/DataSourceTypeInfo.hpp>

Public Types

typedef types::carray< T > value_type
 
typedef DataSourceTypeInfo< value_typevalue_type_info
 

Static Public Member Functions

static std::string getType ()
 
static const std::string & getTypeName ()
 
static const std::string & getQualifier ()
 
static const types::TypeInfogetTypeInfo ()
 

Static Public Attributes

static types::TypeInfoTypeInfoObject = 0
 

Detailed Description

template<class T>
struct RTT::internal::DataSourceTypeInfo< types::carray< T > >

Specialisation for a types::carray<T> type info object.

All RTT internal primitives should use carray references to (boost) arrays such that run-time size checks can be done. For example, Property<carray<double> > holds a ValueDataSource<carray<double> >( carray<double>( data.c_array(), 6 ) ) where data is a boost::array<double,6> or equivalent

Definition at line 148 of file DataSourceTypeInfo.hpp.

Member Typedef Documentation

Definition at line 149 of file DataSourceTypeInfo.hpp.

Definition at line 150 of file DataSourceTypeInfo.hpp.

Member Function Documentation

template<class T >
static const std::string& RTT::internal::DataSourceTypeInfo< types::carray< T > >::getQualifier ( )
inlinestatic

Definition at line 153 of file DataSourceTypeInfo.hpp.

template<class T >
static std::string RTT::internal::DataSourceTypeInfo< types::carray< T > >::getType ( )
inlinestatic

Definition at line 151 of file DataSourceTypeInfo.hpp.

template<class T >
const types::TypeInfo * RTT::internal::DataSourceTypeInfo< types::carray< T > >::getTypeInfo ( )
static
template<class T >
static const std::string& RTT::internal::DataSourceTypeInfo< types::carray< T > >::getTypeName ( )
inlinestatic

Member Data Documentation

template<class T >
types::TypeInfo * RTT::internal::DataSourceTypeInfo< types::carray< T > >::TypeInfoObject = 0
static

Definition at line 155 of file DataSourceTypeInfo.hpp.


The documentation for this struct was generated from the following files: