ioairplanesim package¶
Submodules¶
ioairplanesim.airplanesim module¶
IO-AIRPLANE-SIM interface.
- ioairplanesim.airplanesim.check_arg_task(args: Namespace) None ¶
Check the command line argument: -t / –task.
Args:¶
args (argparse.Namespace): Command line arguments.
- ioairplanesim.airplanesim.get_args() None ¶
Load the command line arguments into the memory.
- ioairplanesim.airplanesim.initialise_logger() None ¶
Initialise the root logging functionality.
- ioairplanesim.airplanesim.progress_msg(msg: str) None ¶
Create a progress message.
Args:¶
msg (str): Progress message
- ioairplanesim.airplanesim.progress_msg_time_elapsed(duration: int, event: str) None ¶
Create a time elapsed message.
Args:¶
duration (int): Time elapsed in ns. event (str): Event description.
- ioairplanesim.airplanesim.terminate_fatal(error_msg: str) None ¶
Terminate the application immediately.
Args:¶
error_msg (str): Error message
- ioairplanesim.airplanesim.version() str ¶
Return the version number of the IO-XPA-DATA application.
- Returns:
The version number of the IO-XPA-DATA application
- Return type:
str
ioairplanesim.glob_local module¶
Global constants and variables.
Module contents¶
IO-AIRPLANE-SIM.