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

Public Member Functions

virtual Err_t startTest (Machine_t machineType)=0
 
virtual void loop ()=0
 
virtual void helpCmd ()=0
 
virtual void sendCmd ()=0
 
virtual void beepCmd ()=0
 
virtual void setSingleCmd (const uint8_t *buffer, size_t size)=0
 
virtual void setAllCmd (const uint8_t *buffer, size_t size)=0
 
virtual void readEOLsensorsCmd ()=0
 
virtual void readEncodersCmd ()=0
 
virtual void autoReadCmd ()=0
 
virtual void autoTestCmd ()=0
 
virtual void stopCmd ()=0
 
virtual void quitCmd ()=0
 
virtual void encoderChange ()
 

Member Function Documentation

◆ autoReadCmd()

virtual void TesterInterface::autoReadCmd ( )
pure virtual

Implemented in Tester.

◆ autoTestCmd()

virtual void TesterInterface::autoTestCmd ( )
pure virtual

Implemented in Tester.

◆ beepCmd()

virtual void TesterInterface::beepCmd ( )
pure virtual

Implemented in Tester.

◆ encoderChange()

virtual void TesterInterface::encoderChange ( )
virtual

Reimplemented in Tester.

◆ helpCmd()

virtual void TesterInterface::helpCmd ( )
pure virtual

Implemented in Tester.

◆ loop()

virtual void TesterInterface::loop ( )
pure virtual

Implemented in Tester.

◆ quitCmd()

virtual void TesterInterface::quitCmd ( )
pure virtual

Implemented in Tester.

◆ readEncodersCmd()

virtual void TesterInterface::readEncodersCmd ( )
pure virtual

Implemented in Tester.

◆ readEOLsensorsCmd()

virtual void TesterInterface::readEOLsensorsCmd ( )
pure virtual

Implemented in Tester.

◆ sendCmd()

virtual void TesterInterface::sendCmd ( )
pure virtual

Implemented in Tester.

◆ setAllCmd()

virtual void TesterInterface::setAllCmd ( const uint8_t *  buffer,
size_t  size 
)
pure virtual

Implemented in Tester.

◆ setSingleCmd()

virtual void TesterInterface::setSingleCmd ( const uint8_t *  buffer,
size_t  size 
)
pure virtual

Implemented in Tester.

◆ startTest()

virtual Err_t TesterInterface::startTest ( Machine_t  machineType)
pure virtual

Implemented in Tester.

◆ stopCmd()

virtual void TesterInterface::stopCmd ( )
pure virtual

Implemented in Tester.


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