File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#include " datapoint.h"
22
3- #include " datapoint.h"
4-
53DataPoint::DataPoint () : DataPoint(QString(), Device::cFirstDeviceId)
64{
75}
Original file line number Diff line number Diff line change 33
44#include " models/device.h"
55#include < QDebug>
6- #include < QObject>
76#include < QString>
87
98class DataPoint
Original file line number Diff line number Diff line change 1- #ifndef COMMUNICATION_MANAGER_H
2- #define COMMUNICATION_MANAGER_H
1+ #ifndef MODBUSPOLL_H
2+ #define MODBUSPOLL_H
33
44#include " ProtocolAdapter/adapterclient.h"
55#include " ProtocolAdapter/adapterprocess.h"
@@ -49,4 +49,4 @@ private slots:
4949 AdapterClient* _pAdapterClient;
5050};
5151
52- #endif // COMMUNICATION_MANAGER_H
52+ #endif // MODBUSPOLL_H
Original file line number Diff line number Diff line change 1+ #ifndef TEST_EXPRESSIONPARSER_H
2+ #define TEST_EXPRESSIONPARSER_H
13
24#include " communication/datapoint.h"
35
@@ -36,3 +38,5 @@ private slots:
3638
3739private:
3840};
41+
42+ #endif // TEST_EXPRESSIONPARSER_H
You can’t perform that action at this time.
0 commit comments