![]() |
Hekateros
3.4.3
RoadNarrows Robotics Robot Arm Project
|
Hekateros 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 | |
Hekateros control panel.
Definition at line 778 of file hek_init.d.py.
| def hek_init.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 820 of file hek_init.d.py.
References hek_init.application._Argv0, and hek_init.application.printUsage().
Referenced by dynacfg.application.run(), and hek_init.application.run().
| def hek_init.application.printUsage | ( | self | ) |
Print Command-Line Usage Message.
Definition at line 800 of file hek_init.d.py.
References hek_init.application._Argv0.
Referenced by dynacfg.application.getOptions(), and hek_init.application.getOptions().
| def hek_init.application.printUsageErr | ( | self, | |
| emsg | |||
| ) |
Print usage error.
| emsg | Error message string. |
Definition at line 792 of file hek_init.d.py.
References hek_init.application._Argv0.
Referenced by dynacfg.application.getOptions(), and dynacfg.application.run().
| def hek_init.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 856 of file hek_init.d.py.
References hek_init.application.getOptions(), and hek_init.application.m_win.