![]() |
PanTilt
1.3.2
RoadNarrows Robotics Pan-Tilt Project
|
Laelaps control panel. More...
Public Member Functions | |
| def | __init__ (self) |
| Constructor. | |
| def | printUsageErr (self, emsg) |
| Print usage error. More... | |
| def | printUsage (self) |
| Print Command-Line Usage Message. More... | |
| def | getOptions (self, argv=None, kwargs) |
| Get command-line options. More... | |
| def | run (self, argv=None, kwargs) |
| Run application. More... | |
Public Attributes | |
| m_win | |
Laelaps control panel.
Definition at line 716 of file pantilt_console.py.
| def pantilt_console.application.getOptions | ( | self, | |
argv = None, |
|||
| kwargs | |||
| ) |
Get command-line options.
| argv | Argument list. If not None, then overrides command-line arguments. | |
| [out] | kwargs | Keyword argument list. |
Definition at line 758 of file pantilt_console.py.
References pantilt_console.application._Argv0, and pantilt_console.application.printUsage().
Referenced by pantilt_console.application.run().
| def pantilt_console.application.printUsage | ( | self | ) |
Print Command-Line Usage Message.
Definition at line 738 of file pantilt_console.py.
References pantilt_console.application._Argv0.
Referenced by pantilt_console.application.getOptions().
| def pantilt_console.application.printUsageErr | ( | self, | |
| emsg | |||
| ) |
Print usage error.
| emsg | Error message string. |
Definition at line 730 of file pantilt_console.py.
References pantilt_console.application._Argv0.
| def pantilt_console.application.run | ( | self, | |
argv = None, |
|||
| kwargs | |||
| ) |
Run application.
| argv | Optional argument list to override command-line arguments. |
| kwargs | Optional keyword argument list. |
Definition at line 794 of file pantilt_console.py.
References pantilt_console.application.getOptions(), and pantilt_console.application.m_win.