Event Interface.
[Task Context Interface]

Events (publish/subscribe) allow callback functions to be executed synchronously (in the same thread) or asynchronously (in a separate thread). More...


Classes

class  RTT::CompletionProcessor
 An activity which executes asynchronous (defered) handlers of Events. More...
class  RTT::Event< SignatureT >
 The Orocos Event is a thread-safe publish-subscribe implementation and provides synchronous and asynchronous callback handling. More...
class  RTT::EventProcessor
 An Asynchronous Event Processor, which catches events and executes the asynchronous callbacks in its RunnableInterface::step(). More...
class  RTT::Handle
 The Handle holds the information, and allows manipulation, of a connection between an Event Handler function and the Event itself. More...


Detailed Description

Events (publish/subscribe) allow callback functions to be executed synchronously (in the same thread) or asynchronously (in a separate thread).

Generated on Tue Aug 25 14:17:23 2009 for Orocos Real-Time Toolkit by  doxygen 1.5.8