queens-satellite-team / adcs

Simulation of satellite attitude based on reaction wheel model.
4 stars 5 forks source link

adcs-66 update output file to use a buffer #115

Closed Aidan-Sheedy closed 1 year ago

Aidan-Sheedy commented 1 year ago

CHANGES

REASON Good practice is to only write to a file once, which requires keeping a buffer of the output instead of writing to the file multiple times.

TESTING All unit tests pass, output buffer works as expected.

GITHUB LINK https://github.com/queens-satellite-team/adcs/issues/66

Signed-off-by: Aidan Sheedy Aidan.P.Sheedy@gmail.com