#include <QueuedDecoder.h>
Inheritance diagram for Atlas::Message::QueuedDecoder:
Public Member Functions | |
size_t | QueueSize () |
Retrieve the current size of the message queue. | |
Object | Pop () |
Pop an object from the front of the message queue. | |
Object | Front () |
Peek at the object at the front of the queue. | |
void | Clear () |
Clear the message queue. | |
Protected Member Functions | |
void | ObjectArrived (const Object &obj) |
This adds a message to the queue. |
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.
Copyright 2000 the respective authors.
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.