Functions | |
| def | CancelledEvent () | 
| Example function - triggered if an event is canceled (should not be called).   | |
| def | RandomFunction () | 
| Example function - triggered at a random time.   | |
Variables | |
| try : | |
| Import ns-3.   | |
| def sample-simulator.CancelledEvent | ( | ) | 
Example function - triggered if an event is canceled (should not be called).
Definition at line 46 of file sample-simulator.py.
| def sample-simulator.RandomFunction | ( | ) | 
Example function - triggered at a random time.
Definition at line 40 of file sample-simulator.py.
| sample-simulator.try : | 
Import ns-3.
Definition at line 28 of file sample-simulator.py.