|
| def | __init__ (self, cmdif) |
| |
| def | do_help (self, arg) |
| |
| def | exec_cmd (self, line) |
| |
| def | parseline (self, line) |
| |
| def | do_setup (self, arg) |
| |
| def | do_get_config (self, arg) |
| |
| def | do_init (self, arg) |
| |
| def | do_enable (self, arg) |
| |
| def | do_disable (self, arg) |
| |
| def | do_reset (self, arg) |
| |
| def | do_state (self, arg) |
| | Get the state of the supervisor. More...
|
| |
| def | do_status (self, arg) |
| | Get the status of the supervisor. More...
|
| |
| def | do_cfgreply (self, arg) |
| | set reply configuration. More...
|
| |
| def | do_cfgdelay (self, arg) |
| | set delay configuration. More...
|
| |
| def | do_cfgerrmsg (self, arg) |
| | set delay configuration. More...
|
| |
◆ __init__()
| def shell_commander.Commander.__init__ |
( |
|
self, |
|
|
|
cmdif |
|
) |
| |
◆ do_cfgdelay()
| def shell_commander.Commander.do_cfgdelay |
( |
|
self, |
|
|
|
arg |
|
) |
| |
set delay configuration.
Handles shell command parameters
◆ do_cfgerrmsg()
| def shell_commander.Commander.do_cfgerrmsg |
( |
|
self, |
|
|
|
arg |
|
) |
| |
set delay configuration.
Handles shell command parameters
◆ do_cfgreply()
| def shell_commander.Commander.do_cfgreply |
( |
|
self, |
|
|
|
arg |
|
) |
| |
set reply configuration.
Handles shell command parameters
◆ do_disable()
| def shell_commander.Commander.do_disable |
( |
|
self, |
|
|
|
arg |
|
) |
| |
◆ do_enable()
| def shell_commander.Commander.do_enable |
( |
|
self, |
|
|
|
arg |
|
) |
| |
◆ do_get_config()
| def shell_commander.Commander.do_get_config |
( |
|
self, |
|
|
|
arg |
|
) |
| |
◆ do_help()
| def shell_commander.Commander.do_help |
( |
|
self, |
|
|
|
arg |
|
) |
| |
◆ do_init()
| def shell_commander.Commander.do_init |
( |
|
self, |
|
|
|
arg |
|
) |
| |
◆ do_reset()
| def shell_commander.Commander.do_reset |
( |
|
self, |
|
|
|
arg |
|
) |
| |
◆ do_setup()
| def shell_commander.Commander.do_setup |
( |
|
self, |
|
|
|
arg |
|
) |
| |
◆ do_state()
| def shell_commander.Commander.do_state |
( |
|
self, |
|
|
|
arg |
|
) |
| |
Get the state of the supervisor.
◆ do_status()
| def shell_commander.Commander.do_status |
( |
|
self, |
|
|
|
arg |
|
) |
| |
Get the status of the supervisor.
◆ exec_cmd()
| def shell_commander.Commander.exec_cmd |
( |
|
self, |
|
|
|
line |
|
) |
| |
◆ parseline()
| def shell_commander.Commander.parseline |
( |
|
self, |
|
|
|
line |
|
) |
| |
◆ allowedchars
| shell_commander.Commander.allowedchars |
◆ cmdobj
| shell_commander.Commander.cmdobj |
◆ lastcmd
| shell_commander.Commander.lastcmd |
The documentation for this class was generated from the following file: