What
Alive monitor uses its own NanoSecondType typedef in Timers_OsClock.hpp to store time and provides conversion methods in TimeConversion.hpp. We can use std::chrono types and methods instead to simplify the code and make it consistent with the rest of launch manager.
Acceptance Criteria (DoD)
TimeConversion.hpp and TimeConversion.cpp removed
- NanoSecondType typedef removed
How
No response
What
Alive monitor uses its own
NanoSecondTypetypedef inTimers_OsClock.hppto store time and provides conversion methods inTimeConversion.hpp. We can usestd::chronotypes and methods instead to simplify the code and make it consistent with the rest of launch manager.Acceptance Criteria (DoD)
TimeConversion.hppandTimeConversion.cppremovedHow
No response