Orocos Real-Time Toolkit  2.5.0
RTT::internal::DataSourceStorage< DataType > Struct Template Reference

A helper-class for the Command implementation which stores the command and condition function objects. More...

#include <rtt/internal/DataSourceStorage.hpp>

Inherits DataSourceStorageImpl< boost::function_traits< DataType >::arity, DataType >.


Detailed Description

template<class DataType>
struct RTT::internal::DataSourceStorage< DataType >

A helper-class for the Command implementation which stores the command and condition function objects.

It can store both pointers to member functions (with their object pointer) and plain C functions.

Definition at line 492 of file DataSourceStorage.hpp.


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