Classes | |
class | Channel |
Channel. More... | |
class | Node |
Node class. More... | |
class | ShowTransmissionsMode |
ShowTransmissionsMode. More... | |
class | SimulationThread |
SimulationThread. More... | |
class | Visualizer |
Visualizer. More... | |
class | WiredLink |
WiredLink. More... | |
Functions | |
def | add_initialization_hook (hook, *args) |
def | set_bounds (x1, y1, x2, y2) |
def | start () |
Variables | |
e | _import_error = e |
int | BITRATE_FONT_SIZE = 10 |
float | DEFAULT_NODE_SIZE = 1.0 |
int | DEFAULT_TRANSMISSIONS_MEMORY = 5 |
else : | |
list | initialization_hooks = [] |
None | ipython_view = None |
str | LAYOUT_ALGORITHM = 'neato' |
math | PI_OVER_2 = math.pi/2 |
math | PI_TIMES_2 = math.pi*2 |
int | PRIORITY_UPDATE_MODEL = -100 |
int | PRIORITY_UPDATE_VIEW = 200 |
int | REPRESENT_CHANNELS_AS_NODES = 1 |
float | SAMPLE_PERIOD = 0.1 |
str | SHELL_FONT = "Lucida Console 9" |
None | svgitem = None |
try : | |
def visualizer.core.add_initialization_hook | ( | hook, | |
* | args | ||
) |