|
Mercury2 Hardware Manager
1.0dev
The hardware manager component of the Mercury2 ground station suite.
|
The base interface class for device command handlers. More...
Public Member Functions | |
| def | __init__ |
| Sets up the device command handler. More... | |
Public Member Functions inherited from hwm.command.handlers.handler.CommandHandler | |
| def | __init__ |
| Initializes the command handler. More... | |
Public Attributes | |
| name | |
| driver | |
Public Attributes inherited from hwm.command.handlers.handler.CommandHandler | |
| name | |
The base interface class for device command handlers.
This class defines the base command handler interface for device command handlers. Device command handlers differ from system command handlers in that they provide command response methods for a single physical or virtual device.
| def hwm.command.handlers.handler.DeviceCommandHandler.__init__ | ( | self, | |
| driver | |||
| ) |
Sets up the device command handler.
| driver | The Driver instance that offers this command handler. |