Mercury2 Hardware Manager  1.0dev
The hardware manager component of the Mercury2 ground station suite.
 All Classes Namespaces Functions Variables Pages
hwm.command.handlers.handler.DeviceCommandHandler Class Reference

The base interface class for device command handlers. More...

Inheritance diagram for hwm.command.handlers.handler.DeviceCommandHandler:
hwm.command.handlers.handler.CommandHandler

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
 

Detailed Description

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.

Constructor & Destructor Documentation

def hwm.command.handlers.handler.DeviceCommandHandler.__init__ (   self,
  driver 
)

Sets up the device command handler.

Parameters
driverThe Driver instance that offers this command handler.

The documentation for this class was generated from the following file: