16 ErrorEventMessage(std::string sender,
unsigned int run,
int time, std::string what)
noexcept;
24 int id() const noexcept override;
Event message types visitor interface (double dispatcher)
Definition event_visitor.h:11
Top-level namespace for Health-GPS Console host application.
Definition command_options.cpp:8
Global namespace.
Definition column_iterator.h:123
Implements the simulation error event message data type.
Definition error_message.h:7
const int model_time
Gets the associate Simulation time.
Definition error_message.h:19
void accept(EventMessageVisitor &visitor) const override
Double dispatch the message using a visitor implementation.
Definition error_message.cpp:20
ErrorEventMessage()=delete
const std::string message
Gets the error message.
Definition error_message.h:22
std::string to_string() const override
Create a string representation of this instance.
Definition error_message.cpp:13
int id() const noexcept override
Gets the unique message type identifier.
Definition error_message.cpp:11
Simulation event messages interface.
Definition event_message.h:29