From 2cdbf0173600183f1fb14fdd0e01f00e8b09f308 Mon Sep 17 00:00:00 2001 From: NielsCoding Date: Mon, 10 Oct 2022 18:30:19 +0200 Subject: esp code voor qt --- client/esp/main.cpp | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 client/esp/main.cpp (limited to 'client/esp/main.cpp') diff --git a/client/esp/main.cpp b/client/esp/main.cpp new file mode 100644 index 0000000..753b946 --- /dev/null +++ b/client/esp/main.cpp @@ -0,0 +1,29 @@ +#include +#include "mytcpsocket.h" +#include "timetest.h" + +int main(int argc, char *argv[]) +{ + QCoreApplication a(argc, argv); +// qint16 startTime= 46; +TimeTest time; + + +//while(1){ + +// +// qint16 minuut = time.myfunction(); + +// if(minuut == startTime) +// { +// qDebug() << "Tijd: " << minuut; +// startTime+=1; + +// } +//} +MyTcpSocket s; +s.doConnect(); + + + return a.exec(); +} -- cgit v1.2.3