supermileage / telemetry-firmware

Firmware for the Particle Electron that powers the CAN-enabled telemetry module.
1 stars 2 forks source link

New Methods for DataQueue to Track Events in PublishQueue #64

Closed cosparks closed 2 years ago

cosparks commented 2 years ago

Adds DataQueue::getNumEventsInQueue() and DataQueue::isCacheFull()

Might want to define new behavior to make use of these in main or in the DIspatcher class