|
Mercury2 Hardware Manager
1.0dev
The hardware manager component of the Mercury2 ground station suite.
|
A command handler that responds to system commands. More...
Public Member Functions | |
| def | command_station_time |
| Returns the current ground station time. More... | |
| def | settings_station_time |
| Returns a dictionary containing meta-data about the station_time command. More... | |
Public Member Functions inherited from hwm.command.handlers.handler.CommandHandler | |
| def | __init__ |
| Initializes the command handler. More... | |
Additional Inherited Members | |
Public Attributes inherited from hwm.command.handlers.handler.CommandHandler | |
| name | |
A command handler that responds to system commands.
This class provides methods that handle various system level commands.
| def hwm.command.handlers.system.SystemCommandHandler.command_station_time | ( | self, | |
| active_command | |||
| ) |
Returns the current ground station time.
| active_command | The Command object associated with the executing command. Contains the command parameters. |
| def hwm.command.handlers.system.SystemCommandHandler.settings_station_time | ( | self) |
Returns a dictionary containing meta-data about the station_time command.