- A Logic Circuit Simulation Library in C++ |
#include <simul.h>
Static Public Member Functions | |
static void | start (void) |
static void | setStopTime (unsigned int stopTime) |
static void lcs::Simulation::setStopTime | ( | unsigned int | stopTime | ) | [static] |
Sets the stop time of the simulation. The simulation, when started using the call lcs::Simulation::start
, runs until the stop time.
stopTime | The desired stop time in system time units. |
static void lcs::Simulation::start | ( | void | ) | [static] |
Starts the simulation.