|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
A custom comparator for the event priority queue. More...
#include "sim_events.h"
Public Member Functions | |
| bool | operator() (const Event &a, const Event &b) const noexcept |
| Compares two events based on their timestamps. | |
A custom comparator for the event priority queue.
This comparator creates a min-heap, ensuring that the event with the smallest timestamp is always at the top of the queue.
Definition at line 56 of file sim_events.h.
Compares two events based on their timestamps.
| a | The first event. |
| b | The second event. |
Definition at line 64 of file sim_events.h.