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)
cell_interface
A cell interface for use in the cellSpace model.
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