QlightRead package | ESS final project 1.22-beta

/home/ron/Desktop/Frontend/src/global_macros.h

Go to the documentation of this file.
00001 
00042 #ifndef GLOBAL_MACROS_H
00043 #define GLOBAL_MACROS_H
00044 
00045 #define VERSION "Version:\t1.22 - beta"
00046 #define AUTHOR "Ron Ablinger"
00047 
00048 //Settingsfiles
00049 #define USB_SETTINGS_TSS "settings/usb_device_set.tss"
00050 #define BLUETOOTH_SETTINGS_TSS "settings/bluetooth_device_set.tss"
00051 #define SERIAL_SETTINGS_TSS "settings/serial_device_set.tss"
00052 #define PROG_SETTINGS_TSS "settings/programm_set.tss"
00053 #define DESCRIPTION_FILE "doc/description.tsi"
00054 #define BUILD_V "Build:\t0230"
00055 #define BUILD_D "Build Date:\t14:01:2011"
00056 #define DESCRIPTION "This is a Project written for University purposes. This Program was made for the purpose of reading data that is being sent via USB from the at90USB162 uC.\nblablawritten in QT\nSerial Interfacing is possible, but If you use it with my e-Stick extension, it wont be possible"
00057 #define LIBRARIES "libusb - Daniel Drake & Johannes Erdfelt & Nathan Hjelm <http://www.libusb.org/>\n"\
00058                   "QwT Framework - Uwe Rathmann <http://qwt.sourceforge.net/>\n"\
00059                   "libqextserialport -Brandon Fosdick & Michal Policht <http://qextserialport.sourceforge.net/>"
00060 #define TITLE_STRING "QLightread - By Trilog Studios"
00061 
00062 #endif // GLOBAL_MACROS_H
 All Classes Files Functions Variables Defines