COMPASS  5.0.0
End-to-end AO simulation tool using GPU acceleration
shesha.widgets.widget_canapass.loopHandler Class Reference
Collaboration diagram for shesha.widgets.widget_canapass.loopHandler:

Public Member Functions

def __init__ (self, wao)
 
def start (self)
 
def stop (self)
 
def alive (self)
 

Public Attributes

 wao
 

Detailed Description

Definition at line 200 of file widget_canapass.py.

Constructor & Destructor Documentation

◆ __init__()

def shesha.widgets.widget_canapass.loopHandler.__init__ (   self,
  wao 
)

Definition at line 202 of file widget_canapass.py.

202  def __init__(self, wao):
203  self.wao = wao
204 

Member Function Documentation

◆ alive()

def shesha.widgets.widget_canapass.loopHandler.alive (   self)

Definition at line 213 of file widget_canapass.py.

213  def alive(self):
214  return "alive"
215 
216 

◆ start()

def shesha.widgets.widget_canapass.loopHandler.start (   self)

Definition at line 205 of file widget_canapass.py.

205  def start(self):
206  self.wao.aoLoopClicked(True)
207  self.wao.uiAO.wao_run.setChecked(True)
208 

◆ stop()

def shesha.widgets.widget_canapass.loopHandler.stop (   self)

Definition at line 209 of file widget_canapass.py.

209  def stop(self):
210  self.wao.aoLoopClicked(False)
211  self.wao.uiAO.wao_run.setChecked(False)
212 
Here is the caller graph for this function:

Member Data Documentation

◆ wao

shesha.widgets.widget_canapass.loopHandler.wao

Definition at line 203 of file widget_canapass.py.


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