COMPASS  5.4.4
End-to-end AO simulation tool using GPU acceleration
shesha.widgets.widget_base.WorkerThread Class Reference
Inheritance diagram for shesha.widgets.widget_base.WorkerThread:
Collaboration diagram for shesha.widgets.widget_base.WorkerThread:

Public Member Functions

None __init__ (self, Callable loopFunc)
 
None run (self)
 
None stop (self)
 
None cleanUp (self)
 

Public Attributes

 loopFunc
 

Detailed Description

Definition at line 415 of file widget_base.py.

Constructor & Destructor Documentation

◆ __init__()

None shesha.widgets.widget_base.WorkerThread.__init__ (   self,
Callable  loopFunc 
)

Definition at line 417 of file widget_base.py.

Member Function Documentation

◆ cleanUp()

None shesha.widgets.widget_base.WorkerThread.cleanUp (   self)

Definition at line 427 of file widget_base.py.

◆ run()

None shesha.widgets.widget_base.WorkerThread.run (   self)

Definition at line 421 of file widget_base.py.

Here is the caller graph for this function:

◆ stop()

None shesha.widgets.widget_base.WorkerThread.stop (   self)

Definition at line 424 of file widget_base.py.

Here is the caller graph for this function:

Member Data Documentation

◆ loopFunc

shesha.widgets.widget_base.WorkerThread.loopFunc

Definition at line 419 of file widget_base.py.


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