Orocos Real-Time Toolkit
2.8.3
|
Analogous to RStore, but specific for DataSourceStorage. More...
#include <rtt/internal/DataSourceStorage.hpp>
Public Member Functions | |
DSRStore () | |
T & | result () |
operator T & () | |
Public Attributes | |
T | arg |
Analogous to RStore, but specific for DataSourceStorage.
Lacks the executed check and exec function. It provides storage for a return value, that will be set using a ReferenceDataSource and be read in collect/collectIfDone.
Definition at line 61 of file DataSourceStorage.hpp.
|
inline |
Definition at line 63 of file DataSourceStorage.hpp.
|
inline |
Definition at line 66 of file DataSourceStorage.hpp.
References RTT::internal::DSRStore< T >::arg.
|
inline |
Definition at line 65 of file DataSourceStorage.hpp.
Referenced by RTT::internal::DataSourceResultStorage< boost::function_traits< DataType >::result_type >::getResult().
T RTT::internal::DSRStore< T >::arg |
Definition at line 62 of file DataSourceStorage.hpp.
Referenced by RTT::internal::DataSourceArgStorage< arg7_type >::newarg(), RTT::internal::DataSourceArgStorage< A & >::newarg(), RTT::internal::DataSourceArgStorage< A const & >::newarg(), RTT::internal::DSRStore< T & >::operator result_type &(), RTT::internal::DSRStore< T >::operator T &(), RTT::internal::DSRStore< result_type >::result(), and RTT::internal::DSRStore< T & >::result().