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

Public Member Functions

def __init__ (self, _svcName)
 
def toDegree (self, steps)
 
def getRecMatFile (self, rot)
 
def applyNewReconstructor (self, recMatFile, resume=False)
 
def connectAdSec (self, _conn)
 
def initAdSec (self, rot)
 
def init (self)
 
def deinit (self)
 
def activate (self)
 
def deactivate (self)
 
def idleOffline (self)
 
def idleOnline (self)
 
def abort (self)
 
def stop (self)
 
def asyncStatus (self, _d, _s)
 
def stopLoop (self)
 
def startLoop (self)
 
def uploadZeroGains (self)
 
def uploadGainVector (self, _ttval, _modes, _modeval)
 
def uploadReconstructor (self)
 
- Public Member Functions inherited from BasdaService.WorkerSkeleton
def __init__ (self, _svcName)
 
def cmdStart (self, _str)
 initiate a command. More...
 
def cmdDone (self)
 actions after terminating the command. More...
 
def cmdPercent (self, _i)
 declare the command be partially completed. More...
 
def cmdAction (self, _i, _str)
 declare the command be partially completed. More...
 
def __init__ (self, _svcName)
 
def cmdStart (self, _str)
 initiate a command. More...
 
def cmdDone (self)
 actions after terminating the command. More...
 
def cmdPercent (self, _i)
 declare the command be partially completed. More...
 
def cmdAction (self, _i, _str)
 declare the command be partially completed. More...
 
- 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

 cfgNode
 
 varNode
 
 offline_wait
 
 online_wait
 
 stopped
 
 camIf
 
 wfcIf
 
 drotIf
 
 bcuCtrl
 
 wfcCtrlCommon
 
 adsecIf
 
 dataPath
 
 recMatPrefix
 
 m2cPath
 
 m2cFile
 
 m2c
 
 drotStepSize
 
 drotUpdateInterval
 
 framerate
 
 diagChanDecimation
 
 RestoreShape
 
 ovsFactor
 
 ovs
 
 gainVec
 
 lastRecMatFile
 
 cameraPrograms
 
- Public Attributes inherited from BasdaService.WorkerSkeleton
 worker
 
- Public Attributes inherited from BasdaService.Worker
 name
 
 worker
 

Constructor & Destructor Documentation

◆ __init__()

def RecMatImpl.LaosAocGwsRecMatImpl.__init__ (   self,
  _svcName 
)

Member Function Documentation

◆ abort()

def RecMatImpl.LaosAocGwsRecMatImpl.abort (   self)

◆ activate()

def RecMatImpl.LaosAocGwsRecMatImpl.activate (   self)

◆ applyNewReconstructor()

def RecMatImpl.LaosAocGwsRecMatImpl.applyNewReconstructor (   self,
  recMatFile,
  resume = False 
)

◆ asyncStatus()

def RecMatImpl.LaosAocGwsRecMatImpl.asyncStatus (   self,
  _d,
  _s 
)

◆ connectAdSec()

def RecMatImpl.LaosAocGwsRecMatImpl.connectAdSec (   self,
  _conn 
)

◆ deactivate()

def RecMatImpl.LaosAocGwsRecMatImpl.deactivate (   self)

◆ deinit()

def RecMatImpl.LaosAocGwsRecMatImpl.deinit (   self)

◆ getRecMatFile()

def RecMatImpl.LaosAocGwsRecMatImpl.getRecMatFile (   self,
  rot 
)

◆ idleOffline()

def RecMatImpl.LaosAocGwsRecMatImpl.idleOffline (   self)

◆ idleOnline()

def RecMatImpl.LaosAocGwsRecMatImpl.idleOnline (   self)

◆ init()

def RecMatImpl.LaosAocGwsRecMatImpl.init (   self)

◆ initAdSec()

def RecMatImpl.LaosAocGwsRecMatImpl.initAdSec (   self,
  rot 
)

◆ startLoop()

def RecMatImpl.LaosAocGwsRecMatImpl.startLoop (   self)

◆ stop()

def RecMatImpl.LaosAocGwsRecMatImpl.stop (   self)

◆ stopLoop()

def RecMatImpl.LaosAocGwsRecMatImpl.stopLoop (   self)

◆ toDegree()

def RecMatImpl.LaosAocGwsRecMatImpl.toDegree (   self,
  steps 
)

◆ uploadGainVector()

def RecMatImpl.LaosAocGwsRecMatImpl.uploadGainVector (   self,
  _ttval,
  _modes,
  _modeval 
)

◆ uploadReconstructor()

def RecMatImpl.LaosAocGwsRecMatImpl.uploadReconstructor (   self)

◆ uploadZeroGains()

def RecMatImpl.LaosAocGwsRecMatImpl.uploadZeroGains (   self)

Member Data Documentation

◆ adsecIf

RecMatImpl.LaosAocGwsRecMatImpl.adsecIf

◆ bcuCtrl

RecMatImpl.LaosAocGwsRecMatImpl.bcuCtrl

◆ cameraPrograms

RecMatImpl.LaosAocGwsRecMatImpl.cameraPrograms

◆ camIf

RecMatImpl.LaosAocGwsRecMatImpl.camIf

◆ cfgNode

RecMatImpl.LaosAocGwsRecMatImpl.cfgNode

◆ dataPath

RecMatImpl.LaosAocGwsRecMatImpl.dataPath

◆ diagChanDecimation

RecMatImpl.LaosAocGwsRecMatImpl.diagChanDecimation

◆ drotIf

RecMatImpl.LaosAocGwsRecMatImpl.drotIf

◆ drotStepSize

RecMatImpl.LaosAocGwsRecMatImpl.drotStepSize

◆ drotUpdateInterval

RecMatImpl.LaosAocGwsRecMatImpl.drotUpdateInterval

◆ framerate

RecMatImpl.LaosAocGwsRecMatImpl.framerate

◆ gainVec

RecMatImpl.LaosAocGwsRecMatImpl.gainVec

◆ lastRecMatFile

RecMatImpl.LaosAocGwsRecMatImpl.lastRecMatFile

◆ m2c

RecMatImpl.LaosAocGwsRecMatImpl.m2c

◆ m2cFile

RecMatImpl.LaosAocGwsRecMatImpl.m2cFile

◆ m2cPath

RecMatImpl.LaosAocGwsRecMatImpl.m2cPath

◆ offline_wait

RecMatImpl.LaosAocGwsRecMatImpl.offline_wait

◆ online_wait

RecMatImpl.LaosAocGwsRecMatImpl.online_wait

◆ ovs

RecMatImpl.LaosAocGwsRecMatImpl.ovs

◆ ovsFactor

RecMatImpl.LaosAocGwsRecMatImpl.ovsFactor

◆ recMatPrefix

RecMatImpl.LaosAocGwsRecMatImpl.recMatPrefix

◆ RestoreShape

RecMatImpl.LaosAocGwsRecMatImpl.RestoreShape

◆ stopped

RecMatImpl.LaosAocGwsRecMatImpl.stopped

◆ varNode

RecMatImpl.LaosAocGwsRecMatImpl.varNode

◆ wfcCtrlCommon

RecMatImpl.LaosAocGwsRecMatImpl.wfcCtrlCommon

◆ wfcIf

RecMatImpl.LaosAocGwsRecMatImpl.wfcIf

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