Orocos Real-Time Toolkit  2.9.0
Classes | Namespaces
DataObject.hpp File Reference

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 "DataObjectLocked.hpp"
#include "DataObjectLockFree.hpp"

Go to the source code of this file.

Classes

class  RTT::base::DataObject< T >
 This object represents the default thread-safe data object implementation used by Orocos objects. More...
 

Namespaces

 RTT
 Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
 
 RTT::base
 Base classes of RTT classes.
 

Detailed Description

We can't use typedefs since C++ doesn't allow it for templated classes without specifying all the template parameters.

Definition in file DataObject.hpp.