|
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>#include <qextserialport.h>#include "Interfaces.h"

Go to the source code of this file.
Defines | |
| #define | VERSION "Version:\t0.82 - alpha" |
| #define | AUTHOR "Ron Ablinger" |
| #define | PROGNAME "CNC control unit by Trilog Studios" |
| #define | USB_SETTINGS_TSS "settings/usb_device_set.tss" |
| #define | BLUETOOTH_SETTINGS_TSS "settings/bluetooth_device_set.tss" |
| #define | SERIAL_SETTINGS_TSS "settings/serial_device_set.tss" |
| #define | PROG_SETTINGS_TSS "settings/preferences.tss" |
| #define | TCP_SETTINGS_TSS "settings/TCP_device_set.tss" |
| #define | DESCRIPTION_FILE "doc/description.tsi" |
| #define | BUILD_V 880 |
| #define | BUILD_D "Build Date:\t26:06:2011" |
| #define | DESCRIPTION "This is a Project written for University purposes. This program was made for the sole purpose of interacting with a ucos, running on a ethernut development board.\nritten in QT\nSerial Interfacing is possible\n TCP connection main connection type." |
| #define | LIBRARIES "libqextserialport -Brandon Fosdick & Michal Policht <http://qextserialport.sourceforge.net/>" |
qCNC
----------------------------------------------------------------------
Description: This File contains multipurpos includes.
----------------------------------------------------------------------
LICENSE: Copyright (C) 2011 by Ron Ablinger trilog_studios@nerdshack.com
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
----------------------------------------------------------------------
Last Modified: 2011/06/26
Definition in file global_includes.h.
| #define AUTHOR "Ron Ablinger" |
Definition at line 82 of file global_includes.h.
| #define BLUETOOTH_SETTINGS_TSS "settings/bluetooth_device_set.tss" |
Definition at line 87 of file global_includes.h.
| #define BUILD_D "Build Date:\t26:06:2011" |
Definition at line 93 of file global_includes.h.
| #define BUILD_V 880 |
Definition at line 92 of file global_includes.h.
| #define DESCRIPTION "This is a Project written for University purposes. This program was made for the sole purpose of interacting with a ucos, running on a ethernut development board.\nritten in QT\nSerial Interfacing is possible\n TCP connection main connection type." |
Definition at line 94 of file global_includes.h.
| #define DESCRIPTION_FILE "doc/description.tsi" |
Definition at line 91 of file global_includes.h.
| #define LIBRARIES "libqextserialport -Brandon Fosdick & Michal Policht <http://qextserialport.sourceforge.net/>" |
Definition at line 95 of file global_includes.h.
| #define PROG_SETTINGS_TSS "settings/preferences.tss" |
Definition at line 89 of file global_includes.h.
| #define PROGNAME "CNC control unit by Trilog Studios" |
Definition at line 83 of file global_includes.h.
| #define SERIAL_SETTINGS_TSS "settings/serial_device_set.tss" |
Definition at line 88 of file global_includes.h.
| #define TCP_SETTINGS_TSS "settings/TCP_device_set.tss" |
Definition at line 90 of file global_includes.h.
| #define USB_SETTINGS_TSS "settings/usb_device_set.tss" |
Definition at line 86 of file global_includes.h.
| #define VERSION "Version:\t0.82 - alpha" |
Definition at line 81 of file global_includes.h.