delphyne_gui
|
Functions | |
def | is_log_file (path) |
def | open_log_file (path) |
def | parse_arguments () |
def | main () |
Main. More... | |
Variables | |
string | TOPIC_LOG_FILENAME = 'topic.db' |
Supporting Classes & Methods. More... | |
string | BUNDLE_DIRNAME = 'bundle/' |
def toolkit.replay.is_log_file | ( | path | ) |
Checks whether the provided `path` points to a valid Delphyne log file or not.
def toolkit.replay.main | ( | ) |
Main.
Keeping pylint entertained.
def toolkit.replay.open_log_file | ( | path | ) |
Extracts the Delphyne log file at `path` at a temporary location and returns, in order of appearance, ignition transport topic logs and Delphyne bundled package as a a tuple. Upon context exit, extracted content is dropped.
def toolkit.replay.parse_arguments | ( | ) |
Argument passing and demo documentation.
string BUNDLE_DIRNAME = 'bundle/' |
string TOPIC_LOG_FILENAME = 'topic.db' |
Supporting Classes & Methods.