Public Member Functions | |
def | __init__ |
def | start |
def | stop |
def | process_command |
def | handle_decision |
Public Attributes | |
timer | |
classifier | |
text | |
state | |
Static Public Attributes | |
string | Up = 'UP' |
string | Down = 'Down' |
string | Left = 'Left' |
string | Right = 'Right' |
string | Selection = 'Selection' |
def unlock.state.diagnostic_state.FacialEmgDiagnosticState.__init__ | ( | self, | ||
timer, | ||||
classifier | ||||
) |
def unlock.state.diagnostic_state.FacialEmgDiagnosticState.handle_decision | ( | self, | ||
decision | ||||
) |
def unlock.state.diagnostic_state.FacialEmgDiagnosticState.process_command | ( | self, | ||
command | ||||
) |
Subclass hook
Reimplemented from unlock.state.state.UnlockState.
def unlock.state.diagnostic_state.FacialEmgDiagnosticState.start | ( | self | ) |
Reimplemented from unlock.state.state.UnlockState.
def unlock.state.diagnostic_state.FacialEmgDiagnosticState.stop | ( | self | ) |
Reimplemented from unlock.state.state.UnlockState.
string unlock.state.diagnostic_state.FacialEmgDiagnosticState.Down = 'Down' [static] |
string unlock.state.diagnostic_state.FacialEmgDiagnosticState.Left = 'Left' [static] |
string unlock.state.diagnostic_state.FacialEmgDiagnosticState.Right = 'Right' [static] |
string unlock.state.diagnostic_state.FacialEmgDiagnosticState.Selection = 'Selection' [static] |
Reimplemented from unlock.state.state.UnlockState.
string unlock.state.diagnostic_state.FacialEmgDiagnosticState.Up = 'UP' [static] |