Atlas_Message_QueuedDecoder (3) Linux Manual Page
Atlas::Message::QueuedDecoder – Decoder that presents a queue of Atlas::Message::Element. Synopsis#include <QueuedDecoder.h> Inherits Atlas::Message::DecoderBase. Public Member Functionssize_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…
