Struct PendingEvent

Struct Documentation

struct PendingEvent

PendingEvent struct.

Represents an event that has triggered and is waiting to be executed.

Public Members

Event const &event

The event to be handled.

int idx

The index of event in the model

std::optional<SimulationState> state_old

The simulation state at the time event triggered. Optional if event.uses_values_from_trigger_time() is false.