Script class from which all script inherit. More...
Public Member Functions | |
def | __init__ |
def | get_graph |
def | Initialize |
Dummy function for initialization. | |
def | Parse |
Function to generate graph view of script. | |
def | Run |
Dummy function for main run function. | |
def | set_graph |
def | Start |
Function to start the script. | |
Public Attributes | |
ah_counter | |
function_counter | |
graph | |
graph_pub | |
graph_wait_list | |
last_node | |
sss |
Script class from which all script inherit.
Implements basic functionalities for all scripts.
Definition at line 66 of file script.py.
def script::script::Initialize | ( | self | ) |
def script::script::Parse | ( | self | ) |
Function to generate graph view of script.
Starts the script in simulation mode and calls Initialize() and Run().
def script::script::Run | ( | self | ) |
def script::script::Start | ( | self | ) |
Function to start the script.
First does a simulated turn and then calls Initialize() and Run().