TwiceAsNice  2019-02-18
Public Member Functions | Public Attributes | List of all members
LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker Class Reference
Inheritance diagram for LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker:
Inheritance graph
Collaboration diagram for LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker:
Collaboration graph

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)
 
- Public Member Functions inherited from BasdaService.Worker
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
 
- Public Attributes inherited from BasdaService.Worker
 name
 
 worker
 

Constructor & Destructor Documentation

◆ __init__()

def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.__init__ (   self,
  _svcName 
)

Member Function Documentation

◆ activate()

def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.activate (   self)

◆ applyNewReconstructor()

def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.applyNewReconstructor (   self,
  recMatFile,
  resume = False 
)

◆ closeLoop()

def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.closeLoop (   self)

◆ connectAdSec()

def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.connectAdSec (   self,
  endpoint 
)

◆ connectBcu()

def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.connectBcu (   self,
  prefix 
)

◆ connectDrot()

def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.connectDrot (   self,
  prefix 
)

◆ deactivate()

def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.deactivate (   self)

◆ deinit()

def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.deinit (   self)

◆ getRecMatFile()

def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.getRecMatFile (   self,
  rot 
)

◆ idleOffline()

def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.idleOffline (   self)

◆ idleOnline()

def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.idleOnline (   self)

◆ init()

def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.init (   self)

◆ initAdSec()

def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.initAdSec (   self,
  rot 
)

◆ toDegree()

def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.toDegree (   self,
  steps 
)

◆ work()

def LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.work (   self)

Member Data Documentation

◆ bcuCtrl

LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.bcuCtrl

◆ config

LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.config

◆ currRecMatFile

LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.currRecMatFile

◆ dataPath

LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.dataPath

◆ diagChanDecimation

LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.diagChanDecimation

◆ drotCtrl

LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.drotCtrl

◆ drotStepSize

LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.drotStepSize

◆ drotUpdateInterval

LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.drotUpdateInterval

◆ filePrefix

LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.filePrefix

◆ framerate

LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.framerate

◆ gainVec

LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.gainVec

◆ gainVecFromFile

LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.gainVecFromFile

◆ loop

LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.loop

◆ m2c

LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.m2c

◆ ovs

LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.ovs

◆ ovsFactor

LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.ovsFactor

◆ recMatPrefix

LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.recMatPrefix

◆ RestoreShape

LaosGWSRecMatPythonServiceWorker.LaosGWSRecMatPythonServiceWorker.RestoreShape

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