Declaration of the Context and VariableValue types.
std::optional< StepIndex > OptionalStepIndex
An optional step index (std::optional<StepIndex>).
Definition: StepIndex.h:37
void send_message(Message::Type type, std::string_view text, TimePoint timestamp, OptionalStepIndex index, const Context &context, CommChannel *comm_channel)
Call the message callback and enqueue the message in the given communication channel,...
Definition: send_message.cc:29