Orocos Real-Time Toolkit
2.6.0
|
We can't use typedefs since C++ doesn't allow it for templated classes without specifying all the template parameters. More...
#include "../rtt-config.h"
#include "BufferLocked.hpp"
#include "BufferLockFree.hpp"
Go to the source code of this file.
Classes | |
class | RTT::base::Buffer< T > |
This object represents the default thread-safe buffer implementation used by Orocos objects. More... | |
Namespaces | |
namespace | RTT |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
namespace | RTT::base |
Base classes of RTT classes. |
We can't use typedefs since C++ doesn't allow it for templated classes without specifying all the template parameters.
Definition in file Buffer.hpp.