Orocos Real-Time Toolkit  2.9.0
Public Member Functions | Public Attributes | List of all members
RTT::internal::DSRStore< T > Struct Template Reference

Analogous to RStore, but specific for DataSourceStorage. More...

#include <rtt/internal/DataSourceStorage.hpp>

Public Member Functions

 DSRStore ()
 
T & result ()
 
 operator T & ()
 

Public Attributes

arg
 

Detailed Description

template<class T>
struct RTT::internal::DSRStore< T >

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.

Constructor & Destructor Documentation

template<class T>
RTT::internal::DSRStore< T >::DSRStore ( )
inline

Definition at line 63 of file DataSourceStorage.hpp.

Member Function Documentation

template<class T>
RTT::internal::DSRStore< T >::operator T & ( )
inline

Definition at line 66 of file DataSourceStorage.hpp.

References RTT::internal::DSRStore< T >::arg.

template<class T>
T& RTT::internal::DSRStore< T >::result ( )
inline

Member Data Documentation

template<class T>
T RTT::internal::DSRStore< T >::arg

The documentation for this struct was generated from the following file: