Orocos Real-Time Toolkit  2.6.0
Public Types | Public Member Functions | Public Attributes
RTT::internal::DataSourceStorageImpl< 1, DataType > Struct Template Reference

Stores one data source. More...

#include <rtt/internal/DataSourceStorage.hpp>

Inheritance diagram for RTT::internal::DataSourceStorageImpl< 1, DataType >:
RTT::internal::DataSourceResultStorage< boost::function_traits< DataType >::result_type >

List of all members.

Public Types

typedef boost::function_traits
< DataType >::result_type 
result_type
typedef boost::function_traits
< DataType >::arg1_type 
arg1_type
typedef DataSourceArgStorage
< arg1_type >::Store 
AStore1
typedef remove_cr
< boost::function_traits
< DataType >::result_type >
::type 
ds_type

Public Member Functions

 DataSourceStorageImpl (const DataSourceStorageImpl &orig)
template<class ContainerT >
void initArgs (ContainerT &cc)
void store (arg1_type a1)
void initRet (ContainerT &cc)
boost::function_traits
< DataType >::result_type 
getResult ()

Public Attributes

DataSourceArgStorage< arg1_type > ma1
DSRStore
< boost::function_traits
< DataType >::result_type > 
retn
ReferenceDataSource< ds_type >
::shared_ptr 
result

Detailed Description

template<class DataType>
struct RTT::internal::DataSourceStorageImpl< 1, DataType >

Stores one data source.

Definition at line 233 of file DataSourceStorage.hpp.


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