Classes | Variables
DockDriveControl Namespace Reference

Classes

class  Controller
 

Variables

dictionary colorBindings
 
 instance = Controller()
 
 settings = termios.tcgetattr(sys.stdin.fileno())
 
dictionary textBindings
 

Variable Documentation

dictionary DockDriveControl.colorBindings
Initial value:
1 = {
2  Led.GREEN:Led.ORANGE,
3  Led.ORANGE:Led.RED,
4  Led.RED:Led.BLACK,
5  Led.BLACK:Led.GREEN,
6 }

Definition at line 51 of file DockDriveControl.py.

DockDriveControl.instance = Controller()

Definition at line 340 of file DockDriveControl.py.

DockDriveControl.settings = termios.tcgetattr(sys.stdin.fileno())

Definition at line 66 of file DockDriveControl.py.

dictionary DockDriveControl.textBindings
Initial value:
1 = {
2  Led.GREEN:' Green',
3  Led.ORANGE:'Orange',
4  Led.RED:' Red',
5  Led.BLACK:' Black',
6 }

Definition at line 58 of file DockDriveControl.py.



kobuki_auto_docking
Author(s): Younghun Ju
autogenerated on Mon Jun 10 2019 13:44:57