|
Orocos Real-Time Toolkit
2.8.3
|
#include "../os/oro_arch.h"#include <utility>#include <boost/intrusive_ptr.hpp>#include <boost/call_traits.hpp>#include <rtt/os/Mutex.hpp>#include "rtt-base-fwd.hpp"#include "../internal/rtt-internal-fwd.hpp"Go to the source code of this file.
Classes | |
| class | RTT::base::ChannelElementBase |
| In the data flow implementation, a channel is created by chaining ChannelElementBase objects. More... | |
Namespaces | |
| RTT | |
| Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
| RTT::base | |
| Base classes of RTT classes. | |
Functions | |
| void RTT_API | RTT::base::intrusive_ptr_add_ref (ChannelElementBase *e) |
| void RTT_API | RTT::base::intrusive_ptr_release (ChannelElementBase *e) |
1.8.11