Orocos Real-Time Toolkit
2.6.0
|
Analogous to RStore, but specific for DataSourceStorage. More...
#include <rtt/internal/DataSourceStorage.hpp>
Public Member Functions | |
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.