Public Types | |
| enum | commands { systemControllerUp, errorFlashLed, resetEncoderLedOff } |
Static Public Attributes | |
| static readonly NavigationCommand[] | cmdArray |
Definition at line 7 of file NavigationCommands.cs.
Definition at line 15 of file NavigationCommands.cs.
readonly NavigationCommand [] NavigationController.NavigationCommands.cmdArray [static] |
{
new NavigationCommand('a', 0, "system controller up, turn on red led"),
new NavigationCommand('b', 1, "error some component has an error, flash red led"),
new NavigationCommand('c', 2, "reset encoder"),
}
Definition at line 8 of file NavigationCommands.cs.
1.6.3