|
qCNC 0.82-alpha
|
00001 00041 #ifndef LIBTSE_H 00042 #define LIBTSE_H 00043 00044 #include "Interfaces.h" 00045 #include "NetWork.h" 00046 00047 00048 00049 00050 void write_to_file(QString fileName, QString pstr); 00051 void AppendtoList(gcode_linkedL *firstptr, double x, double y, double z, gcode_linkedL *lastptr); 00052 void get_settings(gui_settings * temps); 00053 int TCP_controll(int time_passed, int *sock, int CNC_mode, int CNC_process, protocol *tosend, int *constat); 00054 #endif // LIBTSE_H