10 #ifndef CORAL_MASTER_EXECUTION_OPTIONS_HPP 11 #define CORAL_MASTER_EXECUTION_OPTIONS_HPP 65 #endif // header guard
coral::model::TimePoint startTime
The start time of the simulation.
Definition: execution_options.hpp:37
Definition: variable_io.hpp:28
const TimePoint ETERNITY
A special TimePoint value that lies infinitely far in the future.
Definition: model.hpp:46
coral::model::TimePoint maxTime
The maximum simulation time point.
Definition: execution_options.hpp:50
Configuration options for an execution.
Definition: execution_options.hpp:29
Main module header for coral::model.
double TimePoint
The type used to specify (simulation) time points.
Definition: model.hpp:42
std::chrono::milliseconds slaveVariableRecvTimeout
Timeout used by the slaves to detect loss of communication with other slaves.
Definition: execution_options.hpp:60