Class used by ConnectionC to 'wrap' user functions to a form usable by the EventService, namely a void(void) function with a list of AssignableDataSources which store the event arguments. More...
#include <rtt/EventCallBack.hpp>
Inherited by RTT::detail::CallBackWrapper< Function, 0 >, RTT::detail::CallBackWrapper< Function, 1 >, RTT::detail::CallBackWrapper< Function, 2 >, RTT::detail::CallBackWrapper< Function, 3 >, RTT::detail::CallBackWrapperFunction< Function, 0 >, RTT::detail::CallBackWrapperFunction< Function, 1 >, RTT::detail::CallBackWrapperFunction< Function, 2 >, and RTT::detail::CallBackWrapperFunction< Function, 3 >.
Public Member Functions | |
virtual void | callback ()=0 |
virtual std::vector < DataSourceBase::shared_ptr > | args ()=0 |
Class used by ConnectionC to 'wrap' user functions to a form usable by the EventService, namely a void(void) function with a list of AssignableDataSources which store the event arguments.
Definition at line 60 of file EventCallBack.hpp.