Classes
Data Storage and Buffering classes.
Data Flow Ports
Collaboration diagram for Data Storage and Buffering classes.:

Classes

class  RTT::base::Buffer< T >
class  RTT::base::BufferBase
class  RTT::base::BufferInterface< T >
class  RTT::base::BufferLocked< T >
class  RTT::base::BufferLockFree< T >
class  RTT::base::BufferUnSync< T >
class  RTT::base::DataObject< T >
class  RTT::base::DataObjectInterface< T >
 A DataObjectInterface implements multi-threaded read/write solutions. More...
class  RTT::base::DataObjectLocked< T >
 A class which provides locked/protected access to one typed element of data. More...
class  RTT::base::DataObjectLockFree< T >
 This DataObject is a Lock-Free implementation, such that reads and writes can happen concurrently without priority inversions. More...
class  RTT::base::DataObjectUnSync< T >
 A class which provides unprotected (not thread-safe) access to one typed element of data. More...

Detailed Description

Thread-safe implementations of data container objects such as Buffers and DataObjects.



rtt
Author(s): RTT Developers
autogenerated on Thu Jan 2 2014 11:35:42