![]() |
Hekateros
3.4.3
RoadNarrows Robotics Robot Arm Project
|
Package: RoadNarrows Robotics Hekateros System V Init.d Console. More...
Go to the source code of this file.
Classes | |
| class | hek_init.window |
| Window class supporting application. More... | |
| class | hek_init.usage |
| Unit test command-line exception class. More... | |
| class | hek_init.application |
| Hekateros control panel. More... | |
Functions | |
| def | hek_init.os_distribution () |
| Determine the OS specifics. More... | |
| def | hek_init.os_ver_ge (v1, v2) |
| Determine if OS version 1 is greater or equal to version 2. More... | |
Variables | |
| string | hek_init.appVersion = '1.0.0' |
| Application version. More... | |
| list | hek_init.imagePath |
| Additional image search paths. More... | |
| dictionary | hek_init.fgColors |
| Common foreground colors. More... | |
| dictionary | hek_init.statusText |
| Status text foreground colors. More... | |
| hek_init.reDone = re.compile(r"done", re.IGNORECASE) | |
| hek_init.reFail = re.compile(r"fail", re.IGNORECASE) | |
| hek_init.reDoneDone = re.compile(r"done.*done", re.DOTALL | re.IGNORECASE) | |
| hek_init.reFailDone = re.compile(r"fail.*done", re.DOTALL | re.IGNORECASE) | |
| hek_init.reRunning = re.compile(r"\s*is\s*running", re.IGNORECASE) | |
| hek_init.reNotRunning = re.compile(r"\s*is\s*not\s*running", re.IGNORECASE) | |
| hek_init.reActive = re.compile(r"\s*active:\s*active.*", re.IGNORECASE) | |
| hek_init.reInactive = re.compile(r"\s*active:\s*inactive.*", re.IGNORECASE) | |
| hek_init.app = application(); | |
Package: RoadNarrows Robotics Hekateros System V Init.d Console.
Link: https://github.com/roadnarrows-robotics/hekateros
File: hek_init.d.py
Graphical user interface console to control the Hekateros init.d daemons.
—@
Definition in file hek_init.d.py.
| def hek_init.os_distribution | ( | ) |
Determine the OS specifics.
Definition at line 98 of file hek_init.d.py.
| def hek_init.os_ver_ge | ( | v1, | |
| v2 | |||
| ) |
Determine if OS version 1 is greater or equal to version 2.
The version is expected to be in major[.minor] format.
| v1 | Version 1 as a string, float, or int. |
| v2 | Version 2 as a string, float, or int. |
Definition at line 114 of file hek_init.d.py.
| string hek_init.appVersion = '1.0.0' |
| dictionary hek_init.fgColors |
| list hek_init.imagePath |
| dictionary hek_init.statusText |