qCNC 0.82-alpha
/home/trilog/Desktop/project/gui/Final/src/Gcode_dec.h
Go to the documentation of this file.
00001 
00041 #ifndef GCODE_DEC_H
00042 #define GCODE_DEC_H
00043 
00044 #include "NetWork.h"
00045 #include "serial_tools.h"
00046 #include "main_ui.h"
00047 #include "TS_Extension_Dialog.h"
00048 #include "libtse.h"
00049 
00050 void Gcode_read(QString filename);
00051 gcode_linkedL *map_linkedlist (double *maxx, double *maxy, double *maxz ,gcode_linkedL *first, gcode_linkedL *last);
00052 #endif // GCODE_DEC_H
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines