|
Orocos Real-Time Toolkit
2.8.3
|
#include <boost/intrusive_ptr.hpp>#include <boost/function.hpp>#include "../rtt-config.h"#include "../os/Atomic.hpp"#include "ListLockFree.hpp"#include <boost/shared_ptr.hpp>Go to the source code of this file.
Classes | |
| class | RTT::internal::ConnectionBase |
| A connection 'memorises' the connection between an event and an event handler function. More... | |
| class | RTT::internal::SignalBase |
| The base signal class which stores connection objects. More... | |
Namespaces | |
| RTT | |
| Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
| RTT::internal | |
| Classes which contain all implementation code for the RTT. | |
Macros | |
| #define | ORO_SIGNAL_USE_LIST_LOCK_FREE |
Functions | |
| void | RTT::internal::intrusive_ptr_add_ref (ConnectionBase *p) |
| void | RTT::internal::intrusive_ptr_release (ConnectionBase *p) |
| #define ORO_SIGNAL_USE_LIST_LOCK_FREE |
Definition at line 50 of file SignalBase.hpp.
1.8.11