delphyne_gui
toolkit.replay Namespace Reference

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/'
 

Function Documentation

◆ is_log_file()

def toolkit.replay.is_log_file (   path)
Checks whether the provided `path` points to a valid
Delphyne log file or not.

◆ main()

def toolkit.replay.main ( )

Main.

Keeping pylint entertained.

◆ open_log_file()

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.

◆ parse_arguments()

def toolkit.replay.parse_arguments ( )
Argument passing and demo documentation.

Variable Documentation

◆ BUNDLE_DIRNAME

string BUNDLE_DIRNAME = 'bundle/'

◆ TOPIC_LOG_FILENAME

string TOPIC_LOG_FILENAME = 'topic.db'

Supporting Classes & Methods.