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

FifoBuffer is betterer now #55

Closed sendhil2 closed 1 year ago

sendhil2 commented 1 year ago

FifoBuffer implements the iterator "interface" now

Also GenericFifoBuffer was sent to the bin and its code folded into the templated FifoBuffer class for memory use and performance improvements

gautamdayal commented 1 year ago

lgtm, but we should wait to test this before we merge it.

sendhil2 commented 1 year ago

Can we close this pr since removed-pointer-struct integrates these changes?

gautamdayal commented 1 year ago

Yup closing this PR since it's included in removed-pointer-struct