29 RealTimeSimulation(String name,
30 CPS::Logger::Level logLevel = CPS::Logger::Level::info);
37 run(
const Timer::StartClock::duration &startIn = std::chrono::seconds(1));
39 void run(
const Timer::StartClock::time_point &startAt);
41 void run(Int startIn) {
run(std::chrono::seconds(startIn)); }