Beispiel #1
0
 def setPowerOff(self):
     abstract()
Beispiel #2
0
 def reverse(self):
     abstract()
Beispiel #3
0
 def setPowerOn(self):
     abstract()
Beispiel #4
0
 def spinStop(self):
     abstract()
Beispiel #5
0
 def forward(self):
     abstract()
Beispiel #6
0
 def isPowerOff(self):
     abstract()
Beispiel #7
0
 def setState(self,state):
     abstract()
Beispiel #8
0
 def tiltUp(self):
     abstract()
Beispiel #9
0
 def tiltDown(self):
     abstract()
Beispiel #10
0
 def speedUp(self):
     abstract()
Beispiel #11
0
 def slowDown(self):
     abstract()
Beispiel #12
0
 def turnRight(self):
     abstract()
Beispiel #13
0
 def turnLeft(self):
     abstract()
Beispiel #14
0
 def stop(self):
     abstract()
Beispiel #15
0
 def getPower(self):
     abstract()
Beispiel #16
0
 def spinLeft(self):
     abstract()
Beispiel #17
0
 def isPowerOn(self):
     abstract()
Beispiel #18
0
 def spinRight(self):
     abstract()
Beispiel #19
0
 def updateDevice(self):
     """Must be implemented by derived class.  Called on selection
     of new device telling GUI to refresh based on device state"""
     abstract()
Beispiel #20
0
 def getState(self):
     abstract()