![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
Classes | |
| class | CircularBuffer |
| class | MaxHeap |
| A stable max heap data structure. More... | |
| class | Queue |
| class | SpscQueue |
Enumerations | |
| enum | QueueMode { QUEUE_FIFO, QUEUE_LIFO } |
| Queue ordering mode. More... | |
| enum | QueueOverflowMode { QUEUE_DROP_NEWEST, QUEUE_DROP_OLDEST } |
| Queue overflow behavior mode. More... | |
| enum Types::QueueMode |