adevs_pqueue
A priority queue, implemented as a binary heap.
adevs_set
A set can contain a single instance of an element
A hashing function must be provided that operates on the
element type (default is to use the id() function)
basic_sim
Common simulator interface (based on the DEVS Core Interface specification)
coupled
A generic coupled model that can be constructed using
any netExec derived NET_EXEC class whose constructor
accepts a single argument which is the parent network
model
crand
The crand class provides random number sequences using the standard
C rand() function.
devssim
The devssim functions as the root coordinator for a simulation
In generally, it should not be sub-classed, except to override the
halt() method
compute_model_hier_depth
Function object that computes the depth of a model in a model hierarchy
Depth 0 is the top level model, its children have depth 1, etc