AtCore  1.0.72
AtCore is a API to manage the serial connection between the computer and 3D Printers.
Public Member Functions | List of all members
RepetierPlugin Class Reference

The RepetierPlugin class Plugin for Repetier. More...

#include <repetierplugin.h>

Inheritance diagram for RepetierPlugin:
IFirmware

Public Member Functions

 RepetierPlugin ()
 Create new RepetierPlugin. More...
 
 ~RepetierPlugin ()=default
 
virtual bool isSdSupported () const override
 Check for plugin support of sd cards. More...
 
QString name () const override
 Return Plugin name. More...
 
void validateCommand (const QString &lastMessage) override
 validateCommand to filter commands from messages More...
 
- Public Member Functions inherited from IFirmware
 IFirmware ()
 
void init (AtCore *parent)
 
 ~IFirmware () override
 
virtual QByteArray translate (const QString &command)
 Virtual translate to be reimplemented by Firmwareplugin. More...
 
AtCorecore () const
 AtCore Parent of the firmware plugin. More...
 

Additional Inherited Members

- Public Slots inherited from IFirmware
void checkCommand (const QByteArray &lastMessage)
 call Validate Command More...
 
- Signals inherited from IFirmware
void readyForCommand (void)
 emit when firmware is ready for a command More...
 
- Properties inherited from IFirmware
QString name
 
bool sdSupport
 

Detailed Description

The RepetierPlugin class Plugin for Repetier.

Constructor & Destructor Documentation

◆ RepetierPlugin()

RepetierPlugin::RepetierPlugin ( )

Create new RepetierPlugin.

◆ ~RepetierPlugin()

RepetierPlugin::~RepetierPlugin ( )
default

Member Function Documentation

◆ isSdSupported()

bool RepetierPlugin::isSdSupported ( ) const
overridevirtual

Check for plugin support of sd cards.

Returns
True if firmware plugin supports sd cards.

Implements IFirmware.

◆ name()

QString RepetierPlugin::name ( ) const
overridevirtual

Return Plugin name.

Returns
Repetier

Implements IFirmware.

◆ validateCommand()

void RepetierPlugin::validateCommand ( const QString &  lastMessage)
overridevirtual

validateCommand to filter commands from messages

Parameters
lastMessagelast Message from printer

Reimplemented from IFirmware.


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