|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
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::Radar * | source_object |
| Pointer to the object that generated the event. | |
Represents a single event in the simulation's time-ordered queue.
Definition at line 42 of file sim_events.h.
| radar::Radar* core::Event::source_object |
Pointer to the object that generated the event.
Definition at line 46 of file sim_events.h.
| RealType core::Event::timestamp |
The simulation time at which the event occurs.
Definition at line 44 of file sim_events.h.
| EventType core::Event::type |
The type of the event.
Definition at line 45 of file sim_events.h.