|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
Holds the dynamic global state of the simulation. More...
#include "simulation_state.h"
Public Attributes | |
| RealType | t_current = 0.0 |
| The master simulation clock, advanced by the event loop. | |
| std::vector< radar::Transmitter * > | active_cw_transmitters |
| A global list of all currently active continuous-wave transmitters. | |
Holds the dynamic global state of the simulation.
This includes the master simulation clock and lists of active objects that are needed for calculations across different event types.
Definition at line 28 of file simulation_state.h.
| std::vector<radar::Transmitter*> core::SimulationState::active_cw_transmitters |
A global list of all currently active continuous-wave transmitters.
Definition at line 34 of file simulation_state.h.
| RealType core::SimulationState::t_current = 0.0 |
The master simulation clock, advanced by the event loop.
Definition at line 31 of file simulation_state.h.