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... |
Events (publish/subscribe) allow callback functions to be executed synchronously (in the same thread) or asynchronously (in a separate thread).