TwiceAsNice
2019-02-18
|
Public Member Functions | |
def | __init__ (self, _svcName) |
def | init (self) |
def | connectDrot (self, prefix) |
def | connectBcu (self, prefix) |
def | connectAdSec (self, endpoint) |
def | initAdSec (self, rot) |
def | deinit (self) |
def | activate (self) |
def | deactivate (self) |
def | idleOffline (self) |
def | idleOnline (self) |
def | work (self) |
def | closeLoop (self) |
def | toDegree (self, steps) |
def | getRecMatFile (self, rot) |
def | applyNewReconstructor (self, recMatFile, resume=False) |
![]() | |
def | __init__ (self, _svcName) |
def | name (self) |
def | config (self, _node) |
def | cfg (self, _node) |
def | var (self, _node) |
def | abort (self) |
dummy (does nothing) More... | |
def | stop (self) |
dummy (does nothing) More... | |
def | init (self) |
dummy (does nothing) More... | |
def | deinit (self) |
dummy (does nothing) More... | |
def | activate (self) |
dummy (does nothing) More... | |
def | deactivate (self) |
dummy (does nothing) More... | |
def | idleOffline (self) |
dummy (waits for state change) More... | |
def | idleStandby (self) |
dummy (waits for state change) More... | |
def | idleOnline (self) |
dummy (waits for state change) More... | |
def | errorOffline (self) |
action in response to an error while offline Sets the state to OFFLINE More... | |
def | errorStandby (self) |
action in response to an error while in standby Sets the state to OFFLINE More... | |
def | errorOnline (self) |
action in response to an error while online Sets the state to OFFLINE More... | |
def | errorWorking (self) |
action in response to an error while executing a command Sets the state to OFFLINE More... | |
def | __init__ (self, _svcName) |
def | name (self) |
def | config (self, _node) |
def | cfg (self, _node) |
def | var (self, _node) |
def | abort (self) |
dummy (does nothing) More... | |
def | stop (self) |
dummy (does nothing) More... | |
def | init (self) |
dummy (does nothing) More... | |
def | deinit (self) |
dummy (does nothing) More... | |
def | activate (self) |
dummy (does nothing) More... | |
def | deactivate (self) |
dummy (does nothing) More... | |
def | idleOffline (self) |
dummy (waits for state change) More... | |
def | idleStandby (self) |
dummy (waits for state change) More... | |
def | idleOnline (self) |
dummy (waits for state change) More... | |
def | errorOffline (self) |
action in response to an error while offline Sets the state to OFFLINE More... | |
def | errorStandby (self) |
action in response to an error while in standby Sets the state to OFFLINE More... | |
def | errorOnline (self) |
action in response to an error while online Sets the state to OFFLINE More... | |
def | errorWorking (self) |
action in response to an error while executing a command Sets the state to OFFLINE More... | |
Public Attributes | |
config | |
dataPath | |
recMatPrefix | |
framerate | |
diagChanDecimation | |
RestoreShape | |
ovsFactor | |
ovs | |
drotStepSize | |
drotUpdateInterval | |
gainVec | |
m2c | |
currRecMatFile | |
gainVecFromFile | |
filePrefix | |
bcuCtrl | |
drotCtrl | |
loop | |
![]() | |
name | |
worker | |
def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.__init__ | ( | self, | |
_svcName | |||
) |
def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.activate | ( | self | ) |
def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.applyNewReconstructor | ( | self, | |
recMatFile, | |||
resume = False |
|||
) |
def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.closeLoop | ( | self | ) |
def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.connectAdSec | ( | self, | |
endpoint | |||
) |
def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.connectBcu | ( | self, | |
prefix | |||
) |
def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.connectDrot | ( | self, | |
prefix | |||
) |
def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.deactivate | ( | self | ) |
def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.deinit | ( | self | ) |
def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.getRecMatFile | ( | self, | |
rot | |||
) |
def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.idleOffline | ( | self | ) |
def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.idleOnline | ( | self | ) |
def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.init | ( | self | ) |
def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.initAdSec | ( | self, | |
rot | |||
) |
def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.toDegree | ( | self, | |
steps | |||
) |
def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.work | ( | self | ) |
LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.bcuCtrl |
LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.config |
LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.currRecMatFile |
LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.dataPath |
LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.diagChanDecimation |
LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.drotCtrl |
LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.drotStepSize |
LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.drotUpdateInterval |
LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.filePrefix |
LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.framerate |
LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.gainVec |
LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.gainVecFromFile |
LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.loop |
LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.m2c |
LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.ovs |
LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.ovsFactor |
LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.recMatPrefix |
LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.RestoreShape |