A buffer for messages received from a Radio, and a factory for Message objects.
More...
#include <MessageQueue.h>
List of all members.
Detailed Description
A buffer for messages received from a Radio, and a factory for Message objects.
Constructor & Destructor Documentation
wiselib::MessageQueue::MessageQueue |
( |
| ) |
|
wiselib::MessageQueue::~MessageQueue |
( |
| ) |
[virtual] |
Member Function Documentation
Message * wiselib::MessageQueue::nextMessage |
( |
| ) |
|
Extract the next message from this queue.
- Returns:
- the next message in the queue.
A callback for a Radio class that receives a radio message and queues a Message objects that represents it.
- Parameters:
-
from | the node that sent this message |
The documentation for this class was generated from the following files: