Stores one data source. More...
#include <rtt/DataSourceStorage.hpp>
Inherits RTT::detail::DataSourceResultStorage< boost::function_traits< DataType >::result_type >.
Public Types | |
|
typedef boost::function_traits < DataType >::arg1_type | arg1_type |
Public Member Functions | |
| template<class ContainerT > | |
| void | initArgs (ContainerT &cc) |
| void | store (arg1_type a1) |
| template<class ContainerT > | |
| void | initRet (ContainerT &cc) |
| R | getResult () |
Public Attributes | |
| DataSourceArgStorage< arg1_type > | ma1 |
| ValueDataSource< R >::shared_ptr | result |
Stores one data source.
Definition at line 149 of file DataSourceStorage.hpp.
1.6.1