Orocos Real-Time Toolkit  2.8.3
Classes | Functions
RTT::mqueue Namespace Reference

Classes

class  binary_data_iarchive
 This archive is capable of loading objects of serialization level 1 and 2 from a binary, non-portable format. More...
 
class  binary_data_oarchive
 This archive is capable of saving objects of serialization level 1 and 2 in a binary, non-portable format. More...
 
class  Dispatcher
 This object waits on a set of open message queue file descriptors and signals the channel that has received new data. More...
 
class  MQChannelElement
 Implements the a ChannelElement using message queues. More...
 
struct  MQLibPlugin
 The CORBA transport plugin. More...
 
class  MQSendRecv
 Implements the sending/receiving of mqueue messages. More...
 
class  MQSerializationProtocol
 
class  MQTemplateProtocol
 For each transportable type T, specify the conversion functions. More...
 
class  MQTemplateProtocolBase
 For each transportable type T, specify the conversion functions. More...
 

Functions

void intrusive_ptr_add_ref (const RTT::mqueue::Dispatcher *p)
 
void intrusive_ptr_release (const RTT::mqueue::Dispatcher *p)
 

Function Documentation

RTT_API void RTT::mqueue::intrusive_ptr_add_ref ( const RTT::mqueue::Dispatcher p)

Definition at line 45 of file Dispatcher.cpp.

References RTT::os::AtomicInt::inc().

RTT_API void RTT::mqueue::intrusive_ptr_release ( const RTT::mqueue::Dispatcher p)

Definition at line 48 of file Dispatcher.cpp.

References RTT::os::AtomicInt::dec_and_test().