TeensyNanoExoCode
Loading...
Searching...
No Matches
Namespaces | Functions
BleMessageQueue.h File Reference

Defines a FIFO queue for the BLEMessage type. The maximum size is specified in the cpp. More...

#include "BleMessage.h"
Include dependency graph for BleMessageQueue.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Defines a FIFO queue for the BLEMessage type. The maximum size is specified in the cpp.

Author
Chance Cuddeback
Date
2022-08-29