Atlas_Message_QueuedDecoder (3) - Linux Manuals
Atlas_Message_QueuedDecoder: Decoder that presents a queue of Atlas::Message::Element.
NAME
Atlas::Message::QueuedDecoder - Decoder that presents a queue of Atlas::Message::Element.
SYNOPSIS
#include <QueuedDecoder.h>
Inherits Atlas::Message::DecoderBase.
Public Member Functions
size_t queueSize ()
Retrieve the current size of the message queue.
const MapType popMessage ()
Pop an object from the front of the message queue.
const MapType frontMessage ()
Peek at the object at the front of the queue.
void clearQueue ()
Clear the message queue.
Protected Member Functions
void messageArrived (const MapType &obj)
This adds a message to the queue.
Detailed Description
Decoder that presents a queue of Atlas::Message::Element.
This message decoder puts arrived objects into a queue and allows the application to pop them off the front of the queue, peek at the front of the queue, as well as checking to see how many objects are currently in the queue.
See also:
-
DecoderBase
Element
Author:
- Stefanus Du Toit <sdt [at] gmx.net>
Author
Generated automatically by Doxygen for Atlas-C++ from the source code.