A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
sample-simulator Namespace Reference

Functions

 CancelledEvent ()
 Example function - triggered if an event is canceled (should not be called).
 
 RandomFunction ()
 Example function - triggered at a random time.
 

Function Documentation

◆ CancelledEvent()

sample-simulator.CancelledEvent ( )

Example function - triggered if an event is canceled (should not be called).

Returns
None.

Definition at line 35 of file sample-simulator.py.

◆ RandomFunction()

sample-simulator.RandomFunction ( )

Example function - triggered at a random time.

Returns
None.

Definition at line 29 of file sample-simulator.py.