Qudi
Public Member Functions | Static Public Attributes | List of all members
core.module.ModuleStateMachine Class Reference

FIXME. More...

Inheritance diagram for core.module.ModuleStateMachine:
Inheritance graph
[legend]
Collaboration diagram for core.module.ModuleStateMachine:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, parent, callbacks=None, kwargs)
 
def __call__ (self)
 Returns the current state.
 
def onchangestate (self, e)
 Fysom callback for state transition. More...
 

Static Public Attributes

 trigger = QtCore.Slot(str, result=bool)(Fysom.trigger)
 
 sigStateChanged = QtCore.Signal(object)
 

Detailed Description

FIXME.

Member Function Documentation

◆ onchangestate()

def core.module.ModuleStateMachine.onchangestate (   self,
  e 
)

Fysom callback for state transition.

Parameters
objecte: Fysom state transition description

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