20 changed files with 1248 additions and 1511 deletions
@ -1,163 +1,137 @@ |
|||
#ifndef HONALOWLEVELAPI_H |
|||
#define HONALOWLEVELAPI_H |
|||
#include <QObject> |
|||
#include <QMutex> |
|||
#include <QWaitCondition> |
|||
|
|||
#include "LowLevel/Setting/Setting.h" |
|||
#include "LowLevel/HonaPacket.h" |
|||
#include "LowLevel/Setting/Setting.h" |
|||
#include "HonaPacket.h" |
|||
#include "QWaitCondition" |
|||
#include "QMutex" |
|||
<<<<<<< HEAD |
|||
|
|||
|
|||
#include "include/LowLevel/HonaPacket.h" |
|||
#include "include/Wrapper/PlxWrapper.h" |
|||
|
|||
======= |
|||
#include "LowLevel/Exception/HonaAlreadyStartedException.h" |
|||
#include "LowLevel/Exception/HonaException.h" |
|||
#include "Wrapper/PlxWrapper.h" |
|||
#include "LowLevel/Utils/Utils.h" |
|||
>>>>>>> 64f6e7f618eb5a6f1f63a4c5f377b46f1e7bc126 |
|||
|
|||
class HonaLowLevelAPI : public QObject |
|||
{ |
|||
Q_OBJECT |
|||
Q_OBJECT |
|||
|
|||
private: |
|||
bool _hsruIsStarted = false; |
|||
bool _hiruIsStarted = false; |
|||
quint32 _hsruLoss; |
|||
HonaSettings _honaSetting; |
|||
QWaitCondition _hsruReadDone, _hsruUpdateAck, _hsruStopEvent, _hiruReadDone0, _hiruCountDone, |
|||
_hiruUpdateAck1; |
|||
|
|||
QList<HonaPacket> honaPacketList; |
|||
QMutex _mutex; |
|||
int _threadSforValue = 0; |
|||
<<<<<<< HEAD |
|||
bool _isReaderThreadFree = false; |
|||
bool _isUpdateThreadFree = false; |
|||
QVector<quint32> honaRegisterBuffer; |
|||
bool _hsruIsStarted = false; |
|||
bool _hiruIsStarted = false; |
|||
quint32 _hsruLoss; |
|||
HonaSettings _honaSetting; |
|||
QWaitCondition _hsruReadDone, _hsruUpdateAck, _hsruStopEvent, _hiruReadDone0, _hiruCountDone, |
|||
_hiruUpdateAck1; |
|||
|
|||
QList<HonaPacket> honaPacketList; |
|||
PlxWrapper plxwrapper; |
|||
QMutex _mutex; |
|||
int _threadSforValue = 0; |
|||
bool _isHsruMainThreadFree = false; |
|||
bool _isHsruReaderThreadFree = false; |
|||
bool _isHsruUpdateThreadFree = false; |
|||
|
|||
bool _isHiruReaderThreadFree = false; |
|||
bool _isHiruUpdateThreadFree = false; |
|||
QVector<quint32> honaRegisterBuffer; |
|||
PlxWrapper plxWrapper; |
|||
|
|||
quint32 hsruLoss = 0; |
|||
static quint32 packetLenInt4; |
|||
static quint32 packetLenRes4; |
|||
static quint32 packetLenSinglePulse; |
|||
|
|||
static quint32 packetLenInt123C; |
|||
static quint32 packetLenRes123C; |
|||
static quint32 packetLenIntS; |
|||
static quint32 packetLenResS; |
|||
======= |
|||
bool _isHsruMainThreadFree = false; |
|||
bool _isHsruReaderThreadFree = false; |
|||
bool _isHsruUpdateThreadFree = false; |
|||
|
|||
bool _isHiruReaderThreadFree = false; |
|||
bool _isHiruUpdateThreadFree = false; |
|||
QVector<quint32> honaRegisterBuffer; |
|||
PlxWrapper plxWrapper; |
|||
|
|||
static quint32 packetLenInt4; |
|||
static quint32 packetLenRes4; |
|||
static quint32 packetLenSinglePulse; |
|||
|
|||
static quint32 packetLenInt123C; |
|||
static quint32 packetLenRes123C; |
|||
static quint32 packetLenIntS; |
|||
static quint32 packetLenResS; |
|||
|
|||
static quint32 nextInt4; |
|||
static quint32 nextRes4; |
|||
static quint32 nextSinglePulse; |
|||
|
|||
static quint32 nextInt123C; |
|||
static quint32 nextRes123C; |
|||
static quint32 nextIntS; |
|||
static quint32 nextResS; |
|||
|
|||
quint32 lastPNInt4 = 0; |
|||
quint32 lastPNRes4 = 0; |
|||
quint32 lastPNSinglePulse = 0; |
|||
|
|||
quint32 lastPNInt123C = 0; |
|||
quint32 lastPNRes123C = 0; |
|||
quint32 lastPNIntS = 0; |
|||
quint32 lastPNResS = 0; |
|||
|
|||
HonaPacket tempHonaPacketInt4; |
|||
HonaPacket tempHonaPacketRes4; |
|||
HonaPacket tempHonaPacketSinglePulse; |
|||
|
|||
HonaPacket tempHonaPacketInt123C; |
|||
HonaPacket tempHonaPacketRes123C; |
|||
HonaPacket tempHonaPacketIntS; |
|||
HonaPacket tempHonaPacketResS; |
|||
>>>>>>> 64f6e7f618eb5a6f1f63a4c5f377b46f1e7bc126 |
|||
|
|||
static quint32 nextInt4; |
|||
static quint32 nextRes4; |
|||
static quint32 nextSinglePulse; |
|||
|
|||
static quint32 nextInt123C; |
|||
static quint32 nextRes123C; |
|||
static quint32 nextIntS; |
|||
static quint32 nextResS; |
|||
|
|||
quint32 lastPNInt4 = 0; |
|||
quint32 lastPNRes4 = 0; |
|||
quint32 lastPNSinglePulse = 0; |
|||
|
|||
quint32 lastPNInt123C = 0; |
|||
quint32 lastPNRes123C = 0; |
|||
quint32 lastPNIntS = 0; |
|||
quint32 lastPNResS = 0; |
|||
|
|||
HonaPacket tempHonaPacketInt4; |
|||
HonaPacket tempHonaPacketRes4; |
|||
HonaPacket tempHonaPacketSinglePulse; |
|||
|
|||
HonaPacket tempHonaPacketInt123C; |
|||
HonaPacket tempHonaPacketRes123C; |
|||
HonaPacket tempHonaPacketIntS; |
|||
HonaPacket tempHonaPacketResS; |
|||
|
|||
public: |
|||
qulonglong toaStartBoard = 0; |
|||
qulonglong toaStartBoard = 0; |
|||
|
|||
HonaLowLevelAPI(QObject* parent = nullptr); |
|||
~HonaLowLevelAPI() |
|||
{ |
|||
} |
|||
HonaLowLevelAPI(QObject* parent = nullptr); |
|||
~HonaLowLevelAPI() |
|||
{ |
|||
} |
|||
|
|||
bool isHsruStarted(); |
|||
bool isHiruStarted(); |
|||
void deviceReset(); |
|||
bool isHsruStarted(); |
|||
bool isHiruStarted(); |
|||
void deviceReset(); |
|||
|
|||
void setConfig(HonaSettings& settings); |
|||
HonaSettings getConfig(); |
|||
QString getSwVersion(); |
|||
QString getDeviceId(); |
|||
void hsruStart(); |
|||
void hiruStart(); |
|||
void hsruStop(); |
|||
void init(); |
|||
void setConfig(HonaSettings& settings); |
|||
HonaSettings getConfig(); |
|||
QString getSwVersion(); |
|||
QString getDeviceId(); |
|||
void hsruStart(); |
|||
void hiruStart(); |
|||
void hsruStop(); |
|||
void init(); |
|||
|
|||
bool getHsruIsStarted() const; |
|||
void setHsruIsStarted(bool hsruIsStarted); |
|||
bool getHsruIsStarted() const; |
|||
void setHsruIsStarted(bool hsruIsStarted); |
|||
|
|||
bool getHiruIsStarted() const; |
|||
void setHiruIsStarted(bool hiruIsStarted); |
|||
bool getHiruIsStarted() const; |
|||
void setHiruIsStarted(bool hiruIsStarted); |
|||
|
|||
private: |
|||
void writeSettingToRegisters(HonaSettings& settings); |
|||
void setConfig(); |
|||
void hsruMainThread(); |
|||
void hsruReadThread(); |
|||
void hsruUpdateThread(); |
|||
void hiruMainThread(); |
|||
void hiruReadThread(); |
|||
void hiruUpdateThread(); |
|||
quint32 hiruGetDOA(); |
|||
|
|||
quint32 hsruParserInt123C(const QVector<quint32>& honaData, QList<HonaPacket>& honaPacketList); |
|||
quint32 hsruParserRes123C(const QVector<quint32>& honaData, QList<HonaPacket>& honaPacketList); |
|||
quint32 hsruParserIntS(const QVector<quint32>& honaData, QList<HonaPacket>& honaPacketList); |
|||
quint32 hsruParserResS(const QVector<quint32>& honaData, QList<HonaPacket>& honaPacketList); |
|||
quint32 hsruParserInt4(const QVector<quint32>& honaData, QList<HonaPacket>& honaPacketList); |
|||
quint32 hsruParserRes4(const QVector<quint32>& honaData, QList<HonaPacket>& honaPacketList); |
|||
quint32 hsruParserSinglePulse(const QVector<quint32>& honaData, |
|||
QList<HonaPacket>& honaPacketList); |
|||
|
|||
QVector<quint32> hsruReadHonaBuffer(honaReceivers receiver); |
|||
|
|||
bool isValid(HonaPacket hp); |
|||
void writeSettingToRegisters(HonaSettings& settings); |
|||
void setConfig(); |
|||
void hsruMainThread(); |
|||
void hsruReadThread(); |
|||
void hsruUpdateThread(); |
|||
void hiruMainThread(); |
|||
void hiruReadThread(); |
|||
void hiruUpdateThread(); |
|||
quint32 hiruGetDOA(); |
|||
|
|||
quint32 hsruParserInt123C(const QVector<quint32>& honaData, QList<HonaPacket>& honaPacketList); |
|||
quint32 hsruParserRes123C(const QVector<quint32>& honaData, QList<HonaPacket>& honaPacketList); |
|||
quint32 hsruParserIntS(const QVector<quint32>& honaData, QList<HonaPacket>& honaPacketList); |
|||
quint32 hsruParserResS(const QVector<quint32>& honaData, QList<HonaPacket>& honaPacketList); |
|||
quint32 hsruParserInt4(const QVector<quint32>& honaData, QList<HonaPacket>& honaPacketList); |
|||
quint32 hsruParserRes4(const QVector<quint32>& honaData, QList<HonaPacket>& honaPacketList); |
|||
quint32 hsruParserSinglePulse(const QVector<quint32>& honaData, |
|||
QList<HonaPacket>& honaPacketList); |
|||
|
|||
public: |
|||
|
|||
void hsruReaderMethod(); |
|||
QVector<quint32> hsruReadHonaBuffer(honaReceivers receiver); |
|||
quint32 hsruParserInt123C(quint32 honaData,QList<HonaPacket> honaPacketList); |
|||
|
|||
bool isValid(HonaPacket hp); |
|||
|
|||
public: |
|||
|
|||
signals: |
|||
void lowLevelHonaData(QList<HonaPacket> honaPacketList, quint32 hsruLoss, quint32 Doa); |
|||
void lowLevelHonaData(QList<HonaPacket> &honaPacketList, quint32 hsruLoss, quint32 Doa); |
|||
|
|||
//uncrustify off
|
|||
//uncrustify off
|
|||
public slots: |
|||
//uncrustify on
|
|||
//uncrustify on
|
|||
}; |
|||
|
|||
#endif //HONALOWLEVELAPI_H
|
|||
|
@ -1,186 +1,185 @@ |
|||
#include "include/API/HonaAPI.h" |
|||
|
|||
/*************************************************************************************************/ |
|||
|
|||
ApiResult HonaAPI::isHsruStarted() |
|||
{ |
|||
try { |
|||
if(_honaLowLevelAPI.isHsruStarted()) |
|||
return ApiResult::success; |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
try { |
|||
if(_honaLowLevelAPI.isHsruStarted()) |
|||
return ApiResult::success; |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
} |
|||
|
|||
/*************************************************************************************************/ |
|||
ApiResult HonaAPI::isHiruStarted() |
|||
{ |
|||
try { |
|||
if(_honaLowLevelAPI.isHiruStarted()) |
|||
return ApiResult::success; |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
try { |
|||
if(_honaLowLevelAPI.isHiruStarted()) |
|||
return ApiResult::success; |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
} |
|||
|
|||
/*************************************************************************************************/ |
|||
ApiResult HonaAPI::deviceReset() |
|||
{ |
|||
try { |
|||
_honaLowLevelAPI.deviceReset(); |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
catch(HonaAlreadyStartedException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
try { |
|||
_honaLowLevelAPI.deviceReset(); |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
catch(HonaAlreadyStartedException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
} |
|||
|
|||
/*************************************************************************************************/ |
|||
ApiResult HonaAPI::setConfig(HonaSettings& settings) |
|||
{ |
|||
try { |
|||
_honaLowLevelAPI.setConfig(settings); |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
catch(HonaAlreadyStartedException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
try { |
|||
_honaLowLevelAPI.setConfig(settings); |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
catch(HonaAlreadyStartedException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
} |
|||
|
|||
/*************************************************************************************************/ |
|||
ApiResult HonaAPI::getConfig(HonaSettings& settings) |
|||
{ |
|||
try { |
|||
settings = _honaLowLevelAPI.getConfig(); |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
try { |
|||
settings = _honaLowLevelAPI.getConfig(); |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
} |
|||
|
|||
/*************************************************************************************************/ |
|||
ApiResult HonaAPI::getSwVersion(QString& swVerion) |
|||
{ |
|||
try { |
|||
swVerion = _honaLowLevelAPI.getSwVersion(); |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
try { |
|||
swVerion = _honaLowLevelAPI.getSwVersion(); |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
} |
|||
|
|||
/*************************************************************************************************/ |
|||
ApiResult HonaAPI::getDeviceId(QString& deviceId) |
|||
{ |
|||
try { |
|||
deviceId = _honaLowLevelAPI.getDeviceId(); |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
try { |
|||
deviceId = _honaLowLevelAPI.getDeviceId(); |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
} |
|||
|
|||
/*************************************************************************************************/ |
|||
ApiResult HonaAPI::hsruStart() |
|||
{ |
|||
try { |
|||
_honaLowLevelAPI.hsruStart(); |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
catch(HonaAlreadyStartedException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
try { |
|||
_honaLowLevelAPI.hsruStart(); |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
catch(HonaAlreadyStartedException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
} |
|||
|
|||
/*************************************************************************************************/ |
|||
ApiResult HonaAPI::hiruStart() |
|||
{ |
|||
try { |
|||
_honaLowLevelAPI.hiruStart(); |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
catch(HonaAlreadyStartedException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
try { |
|||
_honaLowLevelAPI.hiruStart(); |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
catch(HonaAlreadyStartedException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
} |
|||
|
|||
/*************************************************************************************************/ |
|||
ApiResult HonaAPI::hsruStop() |
|||
{ |
|||
try { |
|||
_honaLowLevelAPI.hsruStop(); |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
catch(HonaAlreadyStartedException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
try { |
|||
_honaLowLevelAPI.hsruStop(); |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
catch(HonaAlreadyStartedException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
} |
|||
|
|||
/*************************************************************************************************/ |
|||
ApiResult HonaAPI::init() |
|||
{ |
|||
connect(&_honaLowLevelAPI, &HonaLowLevelAPI::lowLevelHonaData, this, &HonaAPI::honaDataResult); |
|||
|
|||
try { |
|||
_honaLowLevelAPI.init(); |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
catch(HonaAlreadyStartedException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
connect(&_honaLowLevelAPI, &HonaLowLevelAPI::lowLevelHonaData, this, &HonaAPI::honaDataResult,Qt::BlockingQueuedConnection); |
|||
|
|||
try { |
|||
_honaLowLevelAPI.init(); |
|||
} |
|||
catch(HonaException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
catch(HonaAlreadyStartedException ex) |
|||
{ |
|||
return ApiResult::error; |
|||
} |
|||
|
|||
return ApiResult::success; |
|||
} |
|||
|
|||
/*************************************************************************************************/ |
|||
|
File diff suppressed because it is too large
@ -1,72 +1,75 @@ |
|||
#include "MainWindow.h" |
|||
#include "ui_MainWindow.h" |
|||
HonaAPI _honaAPI; |
|||
|
|||
|
|||
MainWindow::MainWindow(QWidget* parent) |
|||
: QMainWindow(parent) |
|||
, ui(new Ui::MainWindow) |
|||
: QMainWindow(parent) |
|||
, ui(new Ui::MainWindow) |
|||
{ |
|||
ui->setupUi(this); |
|||
connect(&_honaAPI, &HonaAPI::honaDataResult, this, &MainWindow::honaDataResultUi); |
|||
ui->setupUi(this); |
|||
connect(&_honaAPI, &HonaAPI::honaDataResult, this, &MainWindow::honaDataResultUi); |
|||
} |
|||
|
|||
MainWindow::~MainWindow() |
|||
{ |
|||
delete ui; |
|||
delete ui; |
|||
} |
|||
|
|||
/*************************************************************************************************/ |
|||
void MainWindow::honaDataResultUi(QList<HonaPacket> honaPacketList, quint32 hsruLoss, quint32 Doa) |
|||
void MainWindow::honaDataResultUi(QList<HonaPacket> &honaPacketList, quint32 hsruLoss, quint32 Doa) |
|||
{ |
|||
qDebug() << "honaDataResultUi inside " << honaPacketList.length(); |
|||
QString _str; |
|||
for(auto i = 0; i < honaPacketList.length(); i++) |
|||
{ |
|||
_str = "[" + QString::number(i) + "] " + "0x hsruLoss" + QString::number(hsruLoss); |
|||
_str += "\n *********************************************"; |
|||
} |
|||
QString _str; |
|||
for(auto i = 0; i < honaPacketList.length(); i++) |
|||
{ |
|||
_str += "\n[hsruLoss] :" + QString::number(hsruLoss, 16); |
|||
_str += "\n[getToa] :" + QString::number(honaPacketList[i].getToa(), 16); |
|||
_str += "\n[getDoa] :" + QString::number(honaPacketList[i].getDoa(), 16); |
|||
_str += "\n[getPa1] :" + QString::number(honaPacketList[i].getPa1(), 16); |
|||
_str += "\n[getPa2] :" + QString::number(honaPacketList[i].getPa2(), 16); |
|||
_str += "\n[getPa3] :" + QString::number(honaPacketList[i].getPa3(), 16); |
|||
_str += "\n[getPa4] :" + QString::number(honaPacketList[i].getPa4(), 16); |
|||
_str += "\n[getCode] :" + QString::number(honaPacketList[i].getCode(), 16); |
|||
_str += "\n[getCodeL] :" + QString::number(honaPacketList[i].getCodeL(), 16); |
|||
_str += "\n[getCodeM] :" + QString::number(honaPacketList[i].getCodeM(), 16); |
|||
} |
|||
|
|||
ui->dataFromMemory->setText(_str); |
|||
ui->dataFromMemory->setText(_str); |
|||
} |
|||
|
|||
void MainWindow::on_testPLX_clicked() |
|||
{ |
|||
ApiResult _resultInit = _honaAPI.init(); |
|||
//ApiResult _deviceReset = _honaAPI.deviceReset();
|
|||
//HonaSettings settings;
|
|||
//ApiResult _configResult = _honaAPI.setConfig(settings);
|
|||
//ApiResult isHsruStarted = _honaAPI.isHsruStarted();
|
|||
ApiResult _hsruStartResult = _honaAPI.hsruStart(); |
|||
ApiResult _resultInit = _honaAPI.init(); |
|||
ApiResult _hsruStartResult = _honaAPI.hsruStart(); |
|||
|
|||
//********************************************************
|
|||
QString temp = ui->errorMonitoring->text(); |
|||
if(_resultInit == ApiResult::error) |
|||
{ |
|||
ui->errorMonitoring->setText(temp + "\n" + " Error _resultInit"); |
|||
} |
|||
else if(_resultInit == ApiResult::success) |
|||
{ |
|||
ui->errorMonitoring->setText(temp + "\n" + "success _resultInit"); |
|||
} |
|||
//********************************************************
|
|||
//********************************************************
|
|||
QString temp = ui->errorMonitoring->text(); |
|||
if(_resultInit == ApiResult::error) |
|||
{ |
|||
ui->errorMonitoring->setText(temp + "\n" + " Error _resultInit"); |
|||
} |
|||
else if(_resultInit == ApiResult::success) |
|||
{ |
|||
ui->errorMonitoring->setText(temp + "\n" + "success _resultInit"); |
|||
} |
|||
//********************************************************
|
|||
|
|||
if(_hsruStartResult == ApiResult::error) |
|||
{ |
|||
ui->errorMonitoring->setText(temp + "\n" + " Error _hsruStartResult"); |
|||
} |
|||
else if(_hsruStartResult == ApiResult::success) |
|||
{ |
|||
ui->errorMonitoring->setText(temp + "\n" + " success _hsruStartResult"); |
|||
} |
|||
//********************************************************
|
|||
if(_hsruStartResult == ApiResult::error) |
|||
{ |
|||
ui->errorMonitoring->setText(temp + "\n" + " Error _hsruStartResult"); |
|||
} |
|||
else if(_hsruStartResult == ApiResult::success) |
|||
{ |
|||
ui->errorMonitoring->setText(temp + "\n" + " success _hsruStartResult"); |
|||
} |
|||
//********************************************************
|
|||
} |
|||
|
|||
void MainWindow::on_stopHsru_clicked() |
|||
{ |
|||
QString temp = ui->errorMonitoring->text(); |
|||
ApiResult _hsruStop = _honaAPI.hsruStop(); |
|||
if(_hsruStop == ApiResult::error) |
|||
{ |
|||
ui->errorMonitoring->setText(temp + "\n" + " success _hsruStartResult"); |
|||
} |
|||
QString temp = ui->errorMonitoring->text(); |
|||
ApiResult _hsruStop = _honaAPI.hsruStop(); |
|||
if(_hsruStop == ApiResult::error) |
|||
{ |
|||
ui->errorMonitoring->setText(temp + "\n" + " success _hsruStartResult"); |
|||
} |
|||
} |
|||
|
@ -0,0 +1 @@ |
|||
*.pro.user |
Loading…
Reference in new issue