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

Parses system and hardware commands and passes them to the appropriate command handler. More...

Classes

class  CommandParser
 Processes all commands received by the hardware manager. More...
 
class  CommandFailed
 Used to wrap command execution errors. More...
 

Detailed Description

Parses system and hardware commands and passes them to the appropriate command handler.

This module contains a class that validates, parses, and delegates ground station commands to the appropriate handler as they're received. Once a command has been executed, it returns the results of the command.