|
Mercury2 Hardware Manager
1.0dev
The hardware manager component of the Mercury2 ground station suite.
|
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... | |
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.