Every CSIM object is implemented in
the same manner. For each CSIM structure,
the program must have a declaration,
which is a pointer to an object (an
instance of the structure). Before an
object can be used, it must be initialized
by the constructor function for that
kind of object. These serve the same
functions as object declarations and
constructors.
CSIM Processes
CSIM Objects
Managing queues of
processes
Statistics, collecting
data
Developing and managing
models, output
Acknowledgements
List of references
Sample program
List of statements,
reserved words
It is the processes which mimic the
behavior of active entities in the simulated
system.
Constants, which are represented by
names that are entirely in capital letters,
are defined in the header file, "csim.h".
Next Section