Orocos Real-Time Toolkit
2.6.0
|
Stores one data source. More...
#include <rtt/internal/DataSourceStorage.hpp>
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 |
Stores one data source.
Definition at line 233 of file DataSourceStorage.hpp.