|
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 162 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 168 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 165 of file simulation_state.h.
Referenced by core::SimulationEngine::handleRxStreamingEnd(), core::SimulationEngine::handleRxStreamingStart(), and core::SimulationEngine::handleTxStreamingEnd().