Public Member Functions | |
def | __init__ |
def | add |
def | fromDict |
def | getName |
def | printDetails |
def | saveToFile |
def | showDetails |
def | toDict |
Public Attributes | |
channel | |
dirMotor | |
driverAdd | |
maxSpeed | |
name | |
timeout | |
Static Public Attributes | |
int | openLoopNum = 0 |
Private Attributes | |
_channel | |
_dirMotor | |
_driverAdd | |
_isValid | |
_maxSpeed | |
_name | |
_timeout |
Definition at line 6 of file OpenLoop.py.
def BAL.Devices.OpenLoop.OpenLoop.__init__ | ( | self, | |
frame, | |||
data | |||
) |
Definition at line 9 of file OpenLoop.py.
def BAL.Devices.OpenLoop.OpenLoop.add | ( | self | ) |
Reimplemented from BAL.Interface.DeviceFrame.DeviceFrame.
Definition at line 50 of file OpenLoop.py.
def BAL.Devices.OpenLoop.OpenLoop.fromDict | ( | self, | |
data | |||
) |
Reimplemented from BAL.Interface.DeviceFrame.DeviceFrame.
Definition at line 19 of file OpenLoop.py.
def BAL.Devices.OpenLoop.OpenLoop.getName | ( | self | ) |
Reimplemented from BAL.Interface.DeviceFrame.DeviceFrame.
Definition at line 80 of file OpenLoop.py.
def BAL.Devices.OpenLoop.OpenLoop.printDetails | ( | self | ) |
Reimplemented from BAL.Interface.DeviceFrame.DeviceFrame.
Definition at line 71 of file OpenLoop.py.
def BAL.Devices.OpenLoop.OpenLoop.saveToFile | ( | self, | |
file | |||
) |
Reimplemented from BAL.Interface.DeviceFrame.DeviceFrame.
Definition at line 40 of file OpenLoop.py.
def BAL.Devices.OpenLoop.OpenLoop.showDetails | ( | self, | |
items = None |
|||
) |
Reimplemented from BAL.Interface.DeviceFrame.DeviceFrame.
Definition at line 83 of file OpenLoop.py.
def BAL.Devices.OpenLoop.OpenLoop.toDict | ( | self | ) |
Reimplemented from BAL.Interface.DeviceFrame.DeviceFrame.
Definition at line 28 of file OpenLoop.py.
Definition at line 9 of file OpenLoop.py.
Definition at line 9 of file OpenLoop.py.
Definition at line 9 of file OpenLoop.py.
Reimplemented from BAL.Interface.DeviceFrame.DeviceFrame.
Definition at line 50 of file OpenLoop.py.
Definition at line 9 of file OpenLoop.py.
BAL::Devices::OpenLoop.OpenLoop::_name [private] |
Definition at line 9 of file OpenLoop.py.
Definition at line 9 of file OpenLoop.py.
Definition at line 83 of file OpenLoop.py.
Definition at line 83 of file OpenLoop.py.
Definition at line 83 of file OpenLoop.py.
Definition at line 83 of file OpenLoop.py.
Definition at line 83 of file OpenLoop.py.
int BAL::Devices::OpenLoop.OpenLoop::openLoopNum = 0 [static] |
Definition at line 7 of file OpenLoop.py.
Definition at line 83 of file OpenLoop.py.