ProsthesisMotorValues Class Reference
+ Inheritance diagram for ProsthesisMotorValues:

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
 

Detailed Description

Definition at line 29 of file ProsthesisInterface_ice.py.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Function Documentation

◆ __eq__()

def __eq__ (   self,
  other 
)

Definition at line 37 of file ProsthesisInterface_ice.py.

+ Here is the caller graph for this function:

◆ __ne__()

def __ne__ (   self,
  other 
)

Definition at line 55 of file ProsthesisInterface_ice.py.

+ Here is the call graph for this function:

◆ __str__()

def __str__ (   self)

Definition at line 58 of file ProsthesisInterface_ice.py.

Member Data Documentation

◆ 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.


The documentation for this class was generated from the following file: