|
Orocos Real-Time Toolkit
2.9.0
|
#include "../os/oro_arch.h"#include <utility>#include <boost/intrusive_ptr.hpp>#include <boost/call_traits.hpp>#include "../rtt-fwd.hpp"#include "rtt-base-fwd.hpp"#include "../internal/rtt-internal-fwd.hpp"#include "../BufferPolicy.hpp"#include "../os/Mutex.hpp"#include <list>#include <map>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... | |
| class | RTT::base::MultipleInputsChannelElementBase |
| ChannelElementBase variant with multiple input channels. More... | |
| class | RTT::base::MultipleOutputsChannelElementBase |
| ChannelElementBase variant with multiple output channels. More... | |
| struct | RTT::base::MultipleOutputsChannelElementBase::Output |
| class | RTT::base::MultipleInputsMultipleOutputsChannelElementBase |
| ChannelElementBase variant with multiple input and multiple output channels. 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