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 | |
| add_initialization_hook (hook, *args) | |
| set_bounds (x1, y1, x2, y2) | |
| start () | |
Variables | |
| _import_error = e | |
| bool | _run_once = False |
| int | BITRATE_FONT_SIZE = 10 |
| float | DEFAULT_NODE_SIZE = 1.0 |
| tuple | DEFAULT_TRANSMISSIONS_MEMORY |
| list | initialization_hooks = [] |
| ipython_view = None | |
| str | LAYOUT_ALGORITHM = "neato" |
| int | PI_OVER_2 = math.pi / 2 |
| int | 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" |
| svgitem = None | |
| visualizer.core.add_initialization_hook | ( | hook, | |
| * | args ) |
| tuple visualizer.core.DEFAULT_TRANSMISSIONS_MEMORY |