- A Logic Circuit Simulation Library in C++





lcs::Simulation Class Reference

#include <simul.h>

List of all members.


Detailed Description

A class which provides static members which manage the simulation system for the digital system built using libLCS.


Static Public Member Functions

static void start (void)
static void setStopTime (unsigned int stopTime)
static void terminate (void)


Member Function Documentation

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.

Parameters:
stopTime The desired stop time in system time units.

static void lcs::Simulation::start ( void   )  [static]

Starts the simulation.

static void lcs::Simulation::terminate ( void   )  [static]

Terminates the entire simulation system gracefully.


Copyright © 2006, 2007 Siva Chandra