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

Represents a single event in the simulation's time-ordered queue. More...

#include "sim_events.h"

+ Collaboration diagram for core::Event:

Public Attributes

RealType timestamp
 The simulation time at which the event occurs.
 
EventType type
 The type of the event.
 
radar::Radarsource_object
 Pointer to the object that generated the event.
 

Detailed Description

Represents a single event in the simulation's time-ordered queue.

Definition at line 42 of file sim_events.h.

Member Data Documentation

◆ source_object

radar::Radar* core::Event::source_object

Pointer to the object that generated the event.

Definition at line 46 of file sim_events.h.

◆ timestamp

RealType core::Event::timestamp

The simulation time at which the event occurs.

Definition at line 44 of file sim_events.h.

◆ type

EventType core::Event::type

The type of the event.

Definition at line 45 of file sim_events.h.


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