|
Public Member Functions | |
def | __eq__ (self, other) |
def | __init__ (self, name='', position1=0.0, pwm1=0.0, position2=0.0, pwm2=0.0) |
def | __ne__ (self, other) |
def | __str__ (self) |
Public Attributes | |
name | |
position1 | |
position2 | |
pwm1 | |
pwm2 | |
Definition at line 29 of file ProsthesisInterface_ice.py.
def __init__ | ( | self, | |
name = '' , |
|||
position1 = 0.0 , |
|||
pwm1 = 0.0 , |
|||
position2 = 0.0 , |
|||
pwm2 = 0.0 |
|||
) |
Definition at line 30 of file ProsthesisInterface_ice.py.
def __eq__ | ( | self, | |
other | |||
) |
Definition at line 37 of file ProsthesisInterface_ice.py.
def __ne__ | ( | self, | |
other | |||
) |
def __str__ | ( | self | ) |
Definition at line 58 of file ProsthesisInterface_ice.py.
name |
Definition at line 31 of file ProsthesisInterface_ice.py.
position1 |
Definition at line 32 of file ProsthesisInterface_ice.py.
position2 |
Definition at line 34 of file ProsthesisInterface_ice.py.
pwm1 |
Definition at line 33 of file ProsthesisInterface_ice.py.
pwm2 |
Definition at line 35 of file ProsthesisInterface_ice.py.