An Event which calls back local functions. More...
#include <rtt/LocalEvent.hpp>
Public Member Functions | |
| ActionInterface * | clone () const |
| EventBase< Signature > * | cloneI () const |
Protected Types | |
|
typedef detail::get_signal_impl < Signature, boost::function < Signature > >::type | base_type |
An Event which calls back local functions.
| _Signature | The function type signature of the callback functions this event will call. For example void(int, double) if you want the event to call a function 'void foo(int x, double y)'; |
Definition at line 59 of file LocalEvent.hpp.
1.6.3