|
ifw-sup
1.0.0
|
Class managing the interface with System Supervisor. More...
Public Member Functions | |
| def | __init__ (self, uri, timeout=60000) |
| def | setup (self, setup_buffer) |
| Execute Setup Command. More... | |
| def | init (self, *argv) |
| Execute Init Command. More... | |
| def | enable (self, *argv) |
| Execute enable Command. More... | |
| def | disable (self, *argv) |
| Execute disable Command. More... | |
| def | reset (self, *argv) |
| Execute reset Command. More... | |
| def | get_state (self, *argv) |
| Execute get_state Command. More... | |
| def | get_status (self, *argv) |
| Execute get_status Command. More... | |
| def | get_config (self) |
| Execute GetConfig Command synchronously. More... | |
| def | is_operational (self) |
| def | subsystem_status (self, *argv) |
| Execute get_subsystem_status Command. More... | |
| def | subsystem_init (self, *argv) |
| Execute subsystem_init Command. More... | |
| def | subsystem_enable (self, *argv) |
| Execute subsystem_enable Command. More... | |
| def | subsystem_disable (self, *argv) |
| Execute subsystem_disable Command. More... | |
| def | subsystem_reset (self, *argv) |
| Execute subsystem_reset Command. More... | |
| def | subsystem_names (self) |
| Execute get_subsystem_names Command. More... | |
| def | spf2json (self, spf) |
| Convert a simple parameter format string into JSON. More... | |
| def | stop (self) |
| Execute Stop Command. More... | |
| def | get_cii (self) |
| Return the CII interface. More... | |
Class managing the interface with System Supervisor.
This class uses a synchronous MAL client because async has some problems. Timeout does not work properly. It is not really asynchronous.
| def supclib.syssup_commands.SysSupCommands.__init__ | ( | self, | |
| uri, | |||
timeout = 60000 |
|||
| ) |
| def supclib.syssup_commands.SysSupCommands.disable | ( | self, | |
| * | argv | ||
| ) |
Execute disable Command.
| def supclib.syssup_commands.SysSupCommands.enable | ( | self, | |
| * | argv | ||
| ) |
Execute enable Command.
| def supclib.syssup_commands.SysSupCommands.get_cii | ( | self | ) |
Return the CII interface.
| def supclib.syssup_commands.SysSupCommands.get_config | ( | self | ) |
Execute GetConfig Command synchronously.
| def supclib.syssup_commands.SysSupCommands.get_state | ( | self, | |
| * | argv | ||
| ) |
Execute get_state Command.
| def supclib.syssup_commands.SysSupCommands.get_status | ( | self, | |
| * | argv | ||
| ) |
Execute get_status Command.
| def supclib.syssup_commands.SysSupCommands.init | ( | self, | |
| * | argv | ||
| ) |
Execute Init Command.
| def supclib.syssup_commands.SysSupCommands.is_operational | ( | self | ) |
| def supclib.syssup_commands.SysSupCommands.reset | ( | self, | |
| * | argv | ||
| ) |
Execute reset Command.
| def supclib.syssup_commands.SysSupCommands.setup | ( | self, | |
| setup_buffer | |||
| ) |
Execute Setup Command.
| def supclib.syssup_commands.SysSupCommands.spf2json | ( | self, | |
| spf | |||
| ) |
Convert a simple parameter format string into JSON.
| def supclib.syssup_commands.SysSupCommands.stop | ( | self | ) |
Execute Stop Command.
| def supclib.syssup_commands.SysSupCommands.subsystem_disable | ( | self, | |
| * | argv | ||
| ) |
Execute subsystem_disable Command.
| def supclib.syssup_commands.SysSupCommands.subsystem_enable | ( | self, | |
| * | argv | ||
| ) |
Execute subsystem_enable Command.
| def supclib.syssup_commands.SysSupCommands.subsystem_init | ( | self, | |
| * | argv | ||
| ) |
Execute subsystem_init Command.
| def supclib.syssup_commands.SysSupCommands.subsystem_names | ( | self | ) |
Execute get_subsystem_names Command.
| def supclib.syssup_commands.SysSupCommands.subsystem_reset | ( | self, | |
| * | argv | ||
| ) |
Execute subsystem_reset Command.
| def supclib.syssup_commands.SysSupCommands.subsystem_status | ( | self, | |
| * | argv | ||
| ) |
Execute get_subsystem_status Command.