A helper-class for the Command implementation which stores the command and condition function objects. More...
#include <rtt/DataSourceStorage.hpp>
Inherits DataSourceStorageImpl< boost::function_traits< DataType >::arity, 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 245 of file DataSourceStorage.hpp.