#include <DataSourceStorage.hpp>
Public Member Functions | |
DSRStore () | |
DSRStore () | |
operator T & () | |
operator T & () | |
T & | result () |
T & | result () |
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 57 of file install/include/rtt/internal/DataSourceStorage.hpp.
RTT::internal::DSRStore< T >::DSRStore | ( | ) | [inline] |
Definition at line 51 of file install/include/rtt/internal/DataSourceStorage.hpp.
RTT::internal::DSRStore< T >::DSRStore | ( | ) | [inline] |
Definition at line 51 of file rtt/internal/DataSourceStorage.hpp.
RTT::internal::DSRStore< T >::operator T & | ( | ) | [inline] |
Definition at line 54 of file rtt/internal/DataSourceStorage.hpp.
RTT::internal::DSRStore< T >::operator T & | ( | ) | [inline] |
Definition at line 54 of file install/include/rtt/internal/DataSourceStorage.hpp.
T& RTT::internal::DSRStore< T >::result | ( | ) | [inline] |
Definition at line 53 of file rtt/internal/DataSourceStorage.hpp.
T& RTT::internal::DSRStore< T >::result | ( | ) | [inline] |
Definition at line 53 of file install/include/rtt/internal/DataSourceStorage.hpp.
T RTT::internal::DSRStore< T >::arg |
Definition at line 50 of file install/include/rtt/internal/DataSourceStorage.hpp.