|
TeensyNanoExoCode
|
Defines a FIFO queue for the BLEMessage type. The maximum size is specified in the cpp. More...
#include "BleMessage.h"Go to the source code of this file.
Namespaces | |
| namespace | ble_queue |
Functions | |
| BleMessage | ble_queue::pop () |
| Pop a message off of the FIFO queue. | |
| void | ble_queue::push (BleMessage *msg) |
| Put a message on the FIFO queue. | |
| int | ble_queue::size () |
| Check the size of the FIFO queue. | |
| int | ble_queue::check_for (BleMessage msg) |
| Search the queue for a matching message. | |
| void | ble_queue::clear () |
| Forcibly empty the queue. | |
Defines a FIFO queue for the BLEMessage type. The maximum size is specified in the cpp.