|
|
Inheritance diagram for ProsthesisMotorValues:Public Member Functions | |
| __eq__ (self, other) | |
| __init__ (self, name='', position1=0.0, pwm1=0.0, position2=0.0, pwm2=0.0) | |
| __ne__ (self, other) | |
| __str__ (self) | |
Public Attributes | |
| name = name | |
| position1 = position1 | |
| position2 = position2 | |
| pwm1 = pwm1 | |
| pwm2 = pwm2 | |
Definition at line 29 of file ProsthesisInterface_ice.py.
| __init__ | ( | self, | |
| name = '', | |||
| position1 = 0.0, | |||
| pwm1 = 0.0, | |||
| position2 = 0.0, | |||
| pwm2 = 0.0 ) |
Definition at line 30 of file ProsthesisInterface_ice.py.
| __eq__ | ( | self, | |
| other ) |
Definition at line 37 of file ProsthesisInterface_ice.py.
Here is the caller graph for this function:| __ne__ | ( | self, | |
| other ) |
| __str__ | ( | self | ) |
Definition at line 58 of file ProsthesisInterface_ice.py.
| name = name |
Definition at line 31 of file ProsthesisInterface_ice.py.
| position1 = position1 |
Definition at line 32 of file ProsthesisInterface_ice.py.
| position2 = position2 |
Definition at line 34 of file ProsthesisInterface_ice.py.
| pwm1 = pwm1 |
Definition at line 33 of file ProsthesisInterface_ice.py.
| pwm2 = pwm2 |
Definition at line 35 of file ProsthesisInterface_ice.py.