Public Member Functions | |
def | __init__ (self, viz) |
Initializer function. More... | |
def | run (self) |
Initializer function. More... | |
def | set_nodes_of_interest (self, nodes) |
Set nodes of interest function. More... | |
Public Attributes | |
go | |
thread event More... | |
lock | |
thread lock More... | |
pause_messages | |
pause messages More... | |
quit | |
quit indicator More... | |
sim_helper | |
helper function More... | |
target_time | |
in seconds More... | |
viz | |
Visualizer object. More... | |
def visualizer.core.SimulationThread.__init__ | ( | self, | |
viz | |||
) |
def visualizer.core.SimulationThread.run | ( | self | ) |
Initializer function.
self | class object. |
Definition at line 704 of file core.py.
References visualizer.core.SimulationThread.go, ns3::Simulator.IsFinished(), visualizer.core.SimulationThread.lock, visualizer.core.SimulationThread.pause_messages, visualizer.core.SimulationThread.quit, conf.release, visualizer.core.SimulationThread.sim_helper, visualizer.core.SimulationThread.target_time, visualizer.core.SimulationThread.viz, and visualizer.hud.Axes.viz.
def visualizer.core.SimulationThread.set_nodes_of_interest | ( | self, | |
nodes | |||
) |
Set nodes of interest function.
self | class object. |
nodes | class object. |
Definition at line 690 of file core.py.
References visualizer.core.SimulationThread.lock, conf.release, and visualizer.core.SimulationThread.sim_helper.
visualizer.core.SimulationThread.go |
thread event
Definition at line 683 of file core.py.
Referenced by visualizer.core.SimulationThread.run().
visualizer.core.SimulationThread.lock |
thread lock
Definition at line 682 of file core.py.
Referenced by visualizer.core.SimulationThread.run(), and visualizer.core.SimulationThread.set_nodes_of_interest().
visualizer.core.SimulationThread.pause_messages |
pause messages
Definition at line 688 of file core.py.
Referenced by visualizer.core.SimulationThread.run().
visualizer.core.SimulationThread.quit |
quit indicator
Definition at line 686 of file core.py.
Referenced by visualizer.core.SimulationThread.run().
visualizer.core.SimulationThread.sim_helper |
helper function
Definition at line 687 of file core.py.
Referenced by visualizer.core.SimulationThread.run(), and visualizer.core.SimulationThread.set_nodes_of_interest().
visualizer.core.SimulationThread.target_time |
in seconds
Definition at line 685 of file core.py.
Referenced by visualizer.core.SimulationThread.run().
visualizer.core.SimulationThread.viz |
Visualizer object.
Definition at line 681 of file core.py.
Referenced by visualizer.core.SimulationThread.run(), and visualizer.hud.Axes.update_view().