|
FERS 0.1.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< ActiveStreamingSource > | active_streaming_transmitters |
| A global list of all currently active streaming 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 142 of file simulation_state.h.
| std::vector<ActiveStreamingSource> core::SimulationState::active_streaming_transmitters |
A global list of all currently active streaming transmitters.
Definition at line 148 of file simulation_state.h.
Referenced by core::SimulationEngine::handleTxStreamingStart().
| RealType core::SimulationState::t_current = 0.0 |
The master simulation clock, advanced by the event loop.
Definition at line 145 of file simulation_state.h.
Referenced by core::SimulationEngine::handleRxStreamingEnd(), core::SimulationEngine::handleRxStreamingStart(), and core::SimulationEngine::handleTxStreamingEnd().