Generic callback interface. More...
#include <rtt/CallbackInterface.hpp>
Public Member Functions | |
| virtual void | complete ()=0 |
| Execute callback functionality. | |
Generic callback interface.
A CallbackInterface allows you to signal an instance that something has to be completed. This can be an Event, or any other mechanism.
Definition at line 51 of file CallbackInterface.hpp.
| virtual void RTT::CallbackInterface::complete | ( | ) | [pure virtual] |
Execute callback functionality.
1.6.3