Classes | |
class | Controller |
Variables | |
dictionary | colorBindings |
tuple | instance = Controller() |
tuple | settings = termios.tcgetattr(sys.stdin.fileno()) |
dictionary | textBindings |
dictionary DockDriveControl::colorBindings |
00001 { 00002 Led.GREEN:Led.ORANGE, 00003 Led.ORANGE:Led.RED, 00004 Led.RED:Led.BLACK, 00005 Led.BLACK:Led.GREEN, 00006 }
Definition at line 51 of file DockDriveControl.py.
tuple DockDriveControl::instance = Controller() |
Definition at line 340 of file DockDriveControl.py.
tuple DockDriveControl::settings = termios.tcgetattr(sys.stdin.fileno()) |
Definition at line 66 of file DockDriveControl.py.
dictionary DockDriveControl::textBindings |
00001 { 00002 Led.GREEN:' Green', 00003 Led.ORANGE:'Orange', 00004 Led.RED:' Red', 00005 Led.BLACK:' Black', 00006 }
Definition at line 58 of file DockDriveControl.py.