15 #include <dpsim/Config.h>
16 #include <dpsim/Simulation.h>
17 #include <dpsim/Timer.h>
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)); }
Extending Simulation class by real-time functionality.
The Simulation holds a SystemTopology and a Solver.
void run()
Run simulation until total time is elapsed.