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
BeeperInterface Class Referenceabstract
Inheritance diagram for BeeperInterface:
Inheritance graph
Collaboration diagram for BeeperInterface:
Collaboration graph

Public Member Functions

virtual void init (bool enabled)=0
 
virtual bool enabled ()=0
 
virtual BeepState getState ()=0
 
virtual void ready ()=0
 
virtual void finishedLine ()=0
 
virtual void endWork ()=0
 
virtual void error ()=0
 
virtual void schedule ()=0
 

Member Function Documentation

◆ enabled()

virtual bool BeeperInterface::enabled ( )
pure virtual

Implemented in Beeper.

◆ endWork()

virtual void BeeperInterface::endWork ( )
pure virtual

Implemented in Beeper.

◆ finishedLine()

virtual void BeeperInterface::finishedLine ( )
pure virtual

Implemented in Beeper.

◆ getState()

virtual BeepState BeeperInterface::getState ( )
pure virtual

Implemented in Beeper.

◆ init()

virtual void BeeperInterface::init ( bool  enabled)
pure virtual

Implemented in Beeper.

◆ ready()

virtual void BeeperInterface::ready ( )
pure virtual

Implemented in Beeper.

◆ schedule()

virtual void BeeperInterface::schedule ( )
pure virtual

Implemented in Beeper.


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