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

A command handler that responds to system commands. More...

Inheritance diagram for hwm.command.handlers.system.SystemCommandHandler:
hwm.command.handlers.handler.CommandHandler

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
 

Detailed Description

A command handler that responds to system commands.

This class provides methods that handle various system level commands.

Member Function Documentation

def hwm.command.handlers.system.SystemCommandHandler.command_station_time (   self,
  active_command 
)

Returns the current ground station time.

Note
The timestamp is returned in the 'timestamp' field of the response 'result' dictionary.
Parameters
active_commandThe Command object associated with the executing command. Contains the command parameters.
Returns
Returns the current time on the computer that is running the hardware manager.
def hwm.command.handlers.system.SystemCommandHandler.settings_station_time (   self)

Returns a dictionary containing meta-data about the station_time command.

Returns
Returns a standard dictionary containing meta-data about the command.

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