RTT::CallbackInterface Struct Reference

Generic callback interface. More...

#include <rtt/CallbackInterface.hpp>

List of all members.

Public Member Functions

virtual void complete ()=0
 Execute callback functionality.

Detailed Description

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.

Deprecated:
Remove this low-level class since it's nowhere used.

Definition at line 51 of file CallbackInterface.hpp.


Member Function Documentation

virtual void RTT::CallbackInterface::complete (  )  [pure virtual]

Execute callback functionality.

Note:
This method is not const, so can not be called on a const pointer to CallbackInterface.

The documentation for this struct was generated from the following file:
Generated on Thu Dec 23 13:22:40 2010 for Orocos Real-Time Toolkit by  doxygen 1.6.3