![]() |
PanTilt
1.3.2
RoadNarrows Robotics Pan-Tilt Project
|
Package: RoadNarrows Robotics Laelaps System V Init.d Console. More...
Go to the source code of this file.
Classes | |
| class | pantilt_console.window |
| Window class supporting application. More... | |
| class | pantilt_console.usage |
| Unit test command-line exception class. More... | |
| class | pantilt_console.application |
| Laelaps control panel. More... | |
Variables | |
| string | pantilt_console.appVersion = '1.0.0' |
| Application version. More... | |
| list | pantilt_console.imagePath |
| Additional image search paths. More... | |
| dictionary | pantilt_console.fgColors |
| Common foreground colors. More... | |
| dictionary | pantilt_console.statusText |
| Status text foreground colors. More... | |
| pantilt_console.reDone = re.compile(r"done", re.IGNORECASE) | |
| pantilt_console.reFail = re.compile(r"fail", re.IGNORECASE) | |
| pantilt_console.reDoneDone = re.compile(r"done.*done", re.DOTALL | re.IGNORECASE) | |
| pantilt_console.reFailDone = re.compile(r"fail.*done", re.DOTALL | re.IGNORECASE) | |
| pantilt_console.reRunning = re.compile(r"\s*is\s*running", re.IGNORECASE) | |
| pantilt_console.reNotRunning = re.compile(r"\s*is\s*not\s*running", re.IGNORECASE) | |
| pantilt_console.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 pantilt_console.py.
| string pantilt_console.appVersion = '1.0.0' |
| dictionary pantilt_console.fgColors |
| list pantilt_console.imagePath |
| dictionary pantilt_console.statusText |