AYAB Arduino Firmware 0.95
The goal of the AYAB project is to provide an alternative way to control the famous Brother KH-9xx range of knitting machines using a computer
FsmInterface Class Referenceabstract
Inheritance diagram for FsmInterface:
Inheritance graph
Collaboration diagram for FsmInterface:
Collaboration graph

Public Member Functions

virtual void init ()=0
 
virtual OpState_t getState ()=0
 
virtual void setState (OpState_t state)=0
 
virtual void dispatch ()=0
 

Member Function Documentation

◆ dispatch()

virtual void FsmInterface::dispatch ( )
pure virtual

Implemented in Fsm.

◆ getState()

virtual OpState_t FsmInterface::getState ( )
pure virtual

Implemented in Fsm.

◆ init()

virtual void FsmInterface::init ( )
pure virtual

Implemented in Fsm.

◆ setState()

virtual void FsmInterface::setState ( OpState_t  state)
pure virtual

Implemented in Fsm.


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