- The
SimulationTimeclass manages simulation time related information as follows.- Start time of the simulation scenario
- Elapsed time of the simulation scenario
- Current time of the simulation scenario
- Update timing of calculations
- Attitude update, orbit update, thermal update, component update
- Update timing of log output and display output
src/environment/global/simulation_time.cpp, .hppSimulationTimeclass is defined.
src/environment/global/global_environment.cpp, .hppSimulationTimeclass is used here as a member variable ofGlobalEnvironmentclass.
src/environment/global/initialize_global_environment.cpp, .hppSimulationTimeclass is instanced here based on thesimulation_base.inifile.
- Call
UpdateTimefunction to increment time of the simulation scenario. - Users can get time related information by using the getter functions.
- NA
- NA
- NA