FERS 1.0.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
core::SimulationState Struct Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ active_cw_transmitters

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.

◆ t_current

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.


The documentation for this struct was generated from the following file: