adapnex::platforms::simulation::Simulation::Simulate

Runs the simulation for the given duration. The duration does not represent wall‐clock time but the time inside the simulation. This method should be called by unit tests based on the Simulation test fixture.

Synopsis

Declared in </home/runner/work/adapnex/adapnex/platforms/simulation/include/adapnex/platforms/simulation/simulation.h>

virtual
void
Simulate(core::Duration duration);

Parameters

Name Description

duration

The amount of time to simulate.

Created with MrDocs