queens-satellite-team / adcs

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

adcs-66 - fix timestamp rebalancing #106

Closed Aidan-Sheedy closed 1 year ago

Aidan-Sheedy commented 1 year ago

CHANGES

REASON timestamps are meant to only use seconds once the milliseconds field is full - basically allowing for more time to be stored, and not for accurate display of time (ie 1000 milliseconds would increment seconds)

TESTING Compiles. Timestamps now work as expected.

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

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