ISSUIUC / TARS-Software

Illinois Space Society's flight software codebase for the TARS avionics system
https://issuiuc.github.io/flightcode-docs/classes.html
17 stars 4 forks source link

[AV-113] FifoBuffer Class Implementation #32

Closed NPIPHI closed 2 years ago

NPIPHI commented 2 years ago

Fifo buffer merge, before we use it for flight software we're going to do extensive testing

AyberkY commented 2 years ago

[AV-113] Write a C++ class that encapsulates an implementation of a thread-safe FIFO buffer

AyberkY commented 2 years ago

Alright, turns out the FifoBuffer is mostly in master anyway. Just gunna go ahead and merge this.

We need to grind on testing it ASAP