Go to the previous, next section.

Event Driven Simulation

CNCL includes a set of classes for performing event driven simulation.

For programmers convinience a script sim.h has been added to CNCL, so that all necessary simulation tools are available by typing #include <sim.h>. By default the heap scheduler is used, but if the special abilities of CNEventScheduler are needed, your program only needs to define #define NO_HEAP_SCHEDULER.

Go to the previous, next section.