![]() |
OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
|
Queue for 61 bits. More...
#include <InternalTypes.hpp>
Public Member Functions | |
| void | enqueue (bool value) |
| Push a bit into the queue. | |
| bool | dequeue (bool &value) |
| Extract a bit from the queue. | |
Queue for 61 bits.
Definition at line 319 of file InternalTypes.hpp.
|
inline |
Extract a bit from the queue.
| [out] | value | The extracted bit, if any |
value contains valid data. value was not written. Definition at line 350 of file InternalTypes.hpp.
|
inline |
Push a bit into the queue.
value is discarded. | value | True to push 1, false to push 0. |
Definition at line 328 of file InternalTypes.hpp.