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