|
qCNC 0.82-alpha
|
#include <stdio.h>#include <ctype.h>#include <stdlib.h>#include <unistd.h>#include <iostream>#include <QMainWindow>#include <QtGui/QApplication>#include <QtNetwork/QHostAddress>#include <QtNetwork/QTcpSocket>#include <QtGui>#include <QFile>#include <QLabel>#include <QTextStream>#include <QDebug>#include <QtNetwork>#include <QObject>#include <QString>#include <QtCore>

Go to the source code of this file.
Classes | |
| struct | protocol |
| struct | KK |
| struct | gcode_linkedL |
| struct | Suart_debug |
| struct | gui_settings |
| struct | tcpset |
| struct | progset |
| struct | serialset |
Defines | |
| #define | DEBUG 1 |
| #define | STANDALONE 0 |
| #define | INTERNAL 0 |
| #define | ERROR 0 |
| #define DEBUG 1 |
Definition at line 72 of file Interfaces.h.
| #define ERROR 0 |
Definition at line 75 of file Interfaces.h.
| #define INTERNAL 0 |
Definition at line 74 of file Interfaces.h.
| #define STANDALONE 0 |
Definition at line 73 of file Interfaces.h.