commit b9ec78ee733b6872173571ffbd6358079dd30255 Author: llls Date: Thu Jul 17 13:10:47 2025 +0800 SP713 V1.1 CODE diff --git a/SP713.pro b/SP713.pro new file mode 100644 index 0000000..274c97d --- /dev/null +++ b/SP713.pro @@ -0,0 +1,48 @@ +QT += core gui + +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets + +CONFIG += c++17 + +# You can make your code fail to compile if it uses deprecated APIs. +# In order to do so, uncomment the following line. +#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 + +RC_ICONS = sp713.ico + +SOURCES += \ + apps/crc16/crc.cpp \ + apps/icd/app_icd.cpp \ + drivers/log/logHandler.cpp \ + drivers/spi/drv_spi.cpp \ + drivers/uart/drv_uart.cpp \ + main.cpp \ + mainwindow.cpp + +HEADERS += \ + apps/crc16/crc.h \ + apps/icd/app_icd.h \ + drivers/log/logHandler.h \ + drivers/spi/drv_spi.h \ + drivers/uart/drv_uart.h \ + libs/CH347DLL.H \ + libs/Common.h \ + libs/SpiApi.h \ + mainwindow.h + +FORMS += \ + mainwindow.ui + +#add libs +LIBS += -L$$PWD/libs -lCH347DLLA64 +INCLUDEPATH += $$PWD/libs +win32:LIBS += $$PWD/libs/CH347DLLA64.LIB + +LIBS += -L$$PWD/libs -lCH347Handler +INCLUDEPATH += $$PWD/libs +win32:LIBS += $$PWD/libs/CH347Handler.lib + +# Default rules for deployment. +qnx: target.path = /tmp/$${TARGET}/bin +else: unix:!android: target.path = /opt/$${TARGET}/bin +!isEmpty(target.path): INSTALLS += target diff --git a/SP713.pro.user b/SP713.pro.user new file mode 100644 index 0000000..130335c --- /dev/null +++ b/SP713.pro.user @@ -0,0 +1,270 @@ + + + + + + EnvironmentId + {419a6a79-1f23-4f22-bf0d-154c3f92f51c} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + 0 + false + true + false + 2 + true + true + 0 + 8 + true + false + 1 + true + true + true + *.md, *.MD, Makefile + false + true + true + + + + ProjectExplorer.Project.PluginSettings + + + true + false + true + true + true + true + + false + + + 0 + true + + true + true + Builtin.DefaultTidyAndClazy + 10 + true + + + + true + + + + + ProjectExplorer.Project.Target.0 + + Desktop + Desktop Qt 5.15.2 MSVC2019 64bit + Desktop Qt 5.15.2 MSVC2019 64bit + qt.qt5.5152.win64_msvc2019_64_kit + 0 + 0 + 0 + + 0 + D:\23_SP713\02_CODE\SP713\build\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug + D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug + + + true + QtProjectManager.QMakeBuildStep + false + + + + true + Qt4ProjectManager.MakeStep + + 2 + 构建 + 构建 + ProjectExplorer.BuildSteps.Build + + + + true + Qt4ProjectManager.MakeStep + clean + + 1 + 清除 + 清除 + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Debug + Qt4ProjectManager.Qt4BuildConfiguration + 2 + + + D:\23_SP713\02_CODE\SP713\build\Desktop_Qt_5_15_2_MSVC2019_64bit-Release + D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release + + + true + QtProjectManager.QMakeBuildStep + false + + + + true + Qt4ProjectManager.MakeStep + + 2 + 构建 + 构建 + ProjectExplorer.BuildSteps.Build + + + + true + Qt4ProjectManager.MakeStep + clean + + 1 + 清除 + 清除 + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release + Qt4ProjectManager.Qt4BuildConfiguration + 0 + 0 + + + 0 + D:\23_SP713\02_CODE\SP713\build\Desktop_Qt_5_15_2_MSVC2019_64bit-Profile + D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Profile + + + true + QtProjectManager.QMakeBuildStep + false + + + + true + Qt4ProjectManager.MakeStep + + 2 + 构建 + 构建 + ProjectExplorer.BuildSteps.Build + + + + true + Qt4ProjectManager.MakeStep + clean + + 1 + 清除 + 清除 + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Profile + Qt4ProjectManager.Qt4BuildConfiguration + 0 + 0 + 0 + + 3 + + + 0 + 部署 + 部署 + ProjectExplorer.BuildSteps.Deploy + + 1 + + false + ProjectExplorer.DefaultDeployConfiguration + + 1 + + true + true + 0 + true + + 2 + + false + -e cpu-cycles --call-graph "dwarf,4096" -F 250 + + Qt4ProjectManager.Qt4RunConfiguration:D:/23_SP713/02_CODE/SP713/SP713.pro + D:/23_SP713/02_CODE/SP713/SP713.pro + false + true + true + true + D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 22 + + + Version + 22 + + diff --git a/SP713.pro.user.afe5608 b/SP713.pro.user.afe5608 new file mode 100644 index 0000000..cd624f1 --- /dev/null +++ b/SP713.pro.user.afe5608 @@ -0,0 +1,438 @@ + + + + + + EnvironmentId + {afe5608b-928c-4386-9f4b-50c3dc7b84d0} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + true + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 1 + 80 + true + true + 1 + 0 + false + true + false + 2 + true + true + 0 + 8 + true + false + 0 + true + true + true + *.md, *.MD, Makefile + false + true + true + + + + ProjectExplorer.Project.PluginSettings + + + true + false + true + true + true + true + + false + + + 0 + true + + true + true + Builtin.DefaultTidyAndClazy + 8 + true + + + + true + + + + + ProjectExplorer.Project.Target.0 + + Desktop + Desktop Qt 5.15.2 MSVC2019 64bit + Desktop Qt 5.15.2 MSVC2019 64bit + qt.qt5.5152.win64_msvc2019_64_kit + 0 + 0 + 0 + + 0 + F:\06_SP713\02_CODE\SP713\build\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug + F:/06_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug + + + true + QtProjectManager.QMakeBuildStep + false + + + + true + Qt4ProjectManager.MakeStep + + 2 + 构建 + 构建 + ProjectExplorer.BuildSteps.Build + + + + true + Qt4ProjectManager.MakeStep + clean + + 1 + 清除 + 清除 + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Debug + Qt4ProjectManager.Qt4BuildConfiguration + 2 + + + F:\06_SP713\02_CODE\SP713\build\Desktop_Qt_5_15_2_MSVC2019_64bit-Release + F:/06_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release + + + true + QtProjectManager.QMakeBuildStep + false + + + + true + Qt4ProjectManager.MakeStep + + 2 + 构建 + 构建 + ProjectExplorer.BuildSteps.Build + + + + true + Qt4ProjectManager.MakeStep + clean + + 1 + 清除 + 清除 + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release + Qt4ProjectManager.Qt4BuildConfiguration + 0 + 0 + + + 0 + F:\06_SP713\02_CODE\SP713\build\Desktop_Qt_5_15_2_MSVC2019_64bit-Profile + F:/06_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Profile + + + true + QtProjectManager.QMakeBuildStep + false + + + + true + Qt4ProjectManager.MakeStep + + 2 + 构建 + 构建 + ProjectExplorer.BuildSteps.Build + + + + true + Qt4ProjectManager.MakeStep + clean + + 1 + 清除 + 清除 + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Profile + Qt4ProjectManager.Qt4BuildConfiguration + 0 + 0 + 0 + + 3 + + + 0 + 部署 + 部署 + ProjectExplorer.BuildSteps.Deploy + + 1 + + false + ProjectExplorer.DefaultDeployConfiguration + + 1 + + true + true + 0 + true + + 2 + + false + -e cpu-cycles --call-graph "dwarf,4096" -F 250 + + Qt4ProjectManager.Qt4RunConfiguration: + F:/06_SP713/02_CODE/SP713/SP713.pro + false + true + true + true + F:/06_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug + + 1 + + + + ProjectExplorer.Project.Target.1 + + Desktop + Desktop Qt 5.15.2 MSVC2019 32bit + Desktop Qt 5.15.2 MSVC2019 32bit + qt.qt5.5152.win32_msvc2019_kit + 0 + 0 + 0 + + 0 + F:\06_SP713\02_CODE\SP713\build\Desktop_Qt_5_15_2_MSVC2019_32bit-Debug + F:/06_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_32bit-Debug + + + true + QtProjectManager.QMakeBuildStep + false + + + + true + Qt4ProjectManager.MakeStep + + 2 + 构建 + 构建 + ProjectExplorer.BuildSteps.Build + + + + true + Qt4ProjectManager.MakeStep + clean + + 1 + 清除 + 清除 + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Debug + Qt4ProjectManager.Qt4BuildConfiguration + 2 + + + F:\06_SP713\02_CODE\SP713\build\Desktop_Qt_5_15_2_MSVC2019_32bit-Release + F:/06_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_32bit-Release + + + true + QtProjectManager.QMakeBuildStep + false + + + + true + Qt4ProjectManager.MakeStep + + 2 + 构建 + 构建 + ProjectExplorer.BuildSteps.Build + + + + true + Qt4ProjectManager.MakeStep + clean + + 1 + 清除 + 清除 + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release + Qt4ProjectManager.Qt4BuildConfiguration + 0 + 0 + + + 0 + F:\06_SP713\02_CODE\SP713\build\Desktop_Qt_5_15_2_MSVC2019_32bit-Profile + F:/06_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_32bit-Profile + + + true + QtProjectManager.QMakeBuildStep + false + + + + true + Qt4ProjectManager.MakeStep + + 2 + 构建 + 构建 + ProjectExplorer.BuildSteps.Build + + + + true + Qt4ProjectManager.MakeStep + clean + + 1 + 清除 + 清除 + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Profile + Qt4ProjectManager.Qt4BuildConfiguration + 0 + 0 + 0 + + 3 + + + 0 + 部署 + 部署 + ProjectExplorer.BuildSteps.Deploy + + 1 + + false + ProjectExplorer.DefaultDeployConfiguration + + 1 + + true + true + 0 + true + + 2 + + false + -e cpu-cycles --call-graph "dwarf,4096" -F 250 + + Qt4ProjectManager.Qt4RunConfiguration: + F:/06_SP713/02_CODE/SP713/SP713.pro + false + true + true + true + + 1 + + + + ProjectExplorer.Project.TargetCount + 2 + + + ProjectExplorer.Project.Updater.FileVersion + 22 + + + Version + 22 + + diff --git a/apps/crc16/crc.cpp b/apps/crc16/crc.cpp new file mode 100644 index 0000000..4a595e9 --- /dev/null +++ b/apps/crc16/crc.cpp @@ -0,0 +1,42 @@ +#include "crc.h" + +// 函数声明 +// void generate_crc16_reverse_table(quint16 *table); +// QByteArray crc16Reverse(const QByteArray& data); + +static void generate_crc16_reverse_table(quint16 table[256], quint16 poly = 0x8408) +{ + for (int i = 0; i < 256; ++i) { + quint16 crc = static_cast(i); + for (int j = 0; j < 8; ++j) { + if (crc & 0x0001) + crc = (crc >> 1) ^ poly; + else + crc >>= 1; + } + table[i] = crc; + } +} + +// 计算反射型CRC16-CCITT +QByteArray crc16Reverse(const QByteArray& data) +{ + static quint16 table[256]; + static bool tableInited = false; + if (!tableInited) { + generate_crc16_reverse_table(table); + tableInited = true; + } + + quint16 crc = 0x6363; + for (auto b : data) + crc = (crc >> 8) ^ table[(crc ^ static_cast(b)) & 0xFF]; + + QByteArray result; + // 经过和python程序对比,说明CRC16的两个byte位置需调换 + // result.append(static_cast((crc >> 8) & 0xFF)); + // result.append(static_cast(crc & 0xFF)); + result.append(static_cast(crc & 0xFF)); + result.append(static_cast((crc >> 8) & 0xFF)); + return result; +} diff --git a/apps/crc16/crc.h b/apps/crc16/crc.h new file mode 100644 index 0000000..6d37821 --- /dev/null +++ b/apps/crc16/crc.h @@ -0,0 +1,10 @@ +#ifndef CRC_H +#define CRC_H + +#include + +// 直接计算反射型CRC16-CCITT,输出低字节在前的QByteArray +QByteArray crc16Reverse(const QByteArray& data); +// void generate_crc16_reverse_table(quint16 table[256]); + +#endif // CRC_H diff --git a/apps/icd/app_icd.cpp b/apps/icd/app_icd.cpp new file mode 100644 index 0000000..95aac5a --- /dev/null +++ b/apps/icd/app_icd.cpp @@ -0,0 +1,315 @@ +#include "app_icd.h" +#include // 用于调试输出 +#include "apps/crc16/crc.h" +#include +#include + +APP_Icd::APP_Icd(QObject *parent) : QObject(parent) +{ + // 创建驱动实例 + this->m_spiDriver = new DRV_Spi(this); + this->m_uartDriver = new DRV_Uart(this); + // 初始化协议帧相关参数的大小 + this->ICD_ctrlPara.resize(11); + this->ICD_volValuePara.resize(320); + this->ICD_allData.resize(340); + // 初始化协议帧相关参数的初值 + this->ICD_allData.fill(0x00); + this->ICD_ctrlPara.fill(0x00); + this->ICD_volValuePara.fill(0x00); + // 设置包头 + this->ICD_allData[0] = 0x9F; + this->ICD_allData[1] = 0xE4; +} + +APP_Icd::~APP_Icd() +{ + +} + +bool APP_Icd::ICD_init() +{ + if(!ICD_initSpi()) { + qWarning() << "SPI initialization failed"; + return false; + } + + if(!ICD_initUart()) { + qWarning() << "UART initialization failed"; + return false; + } + + return true; +} + +bool APP_Icd::ICD_initSpi() +{ + // 这里添加SPI初始化逻辑 + return true; +} + +bool APP_Icd::ICD_initUart() +{ + // //枚举当前的uart设备号 + // this->m_uartDriver->Uart_enumDevice(); + return true; +} + +/** + * @brief 计算QByteArray的累加和校验 + * @param data 输入数据 + * @param endPos 截止位置(-1表示计算到末尾) + * @return 累加和(溢出自动截断为8位) + */ +quint8 APP_Icd::ICD_calcChecksum(const QByteArray &data, int endPos) +{ + quint8 sum = 0; + if (data.isEmpty()) return sum; + + // 计算有效长度 + int length = (endPos < 0 || endPos >= data.size()) ? + data.size() : endPos + 1; + + // 累加计算 + for (int i = 0; i < length; ++i) { + sum += static_cast(data.at(i)); // 自动处理溢出 + } + + return sum; +} + +// 电压命令编码 +bool APP_Icd::ICD_volCMDProtoEncode(uint8_t CMD, uint8_t group, uint8_t subGroup) +{ + //判断值是否超出范围 + if((CMD > 0x03) || (group > 0xAA) || (subGroup > 0xAA)) + return false; + + // 设置控制字参数 + this->ICD_ctrlPara[0] = group; + this->ICD_ctrlPara[1] = subGroup; + + // 调用主协议编码函数 + return this->ICD_sumProtoEncode(CMD, this->ICD_ctrlPara); +} + +// 写寄存器命令编码 +bool APP_Icd::ICD_regWCMDProtoEncode(uint8_t dacID, uint8_t dacCH, uint8_t funcEN, uint8_t adcCurrConfig) +{ + //判断值是否超出范围 + // if((funcEN > 0x0F)) + // return false; + + // 填充默认值0 + this->ICD_ctrlPara.fill(0x00); + + // 设置控制字参数 + this->ICD_ctrlPara[0] = dacID; + this->ICD_ctrlPara[1] = dacCH; + this->ICD_ctrlPara[2] = funcEN; + this->ICD_ctrlPara[3] = adcCurrConfig; + + // 调用主协议编码函数 + return this->ICD_sumProtoEncode(SP_CMD_REG_WR, this->ICD_ctrlPara); +} + +// 写寄存器命令编码 +bool APP_Icd::ICD_regRCMDProtoEncode(uint8_t dacID) +{ + //判断值是否超出范围 + if((dacID > 0x14)) + return false; + + // 填充默认值0 + this->ICD_ctrlPara.fill(0x00); + + // 设置控制字参数 + this->ICD_ctrlPara[0] = dacID; + + // 调用主协议编码函数 + return this->ICD_sumProtoEncode(SP_CMD_REG_RD, this->ICD_ctrlPara); +} + +bool APP_Icd::ICD_sumProtoEncode(uint8_t CMD, const QByteArray &ctrl_data) +{ +// this->ICD_allData.resize(338); + // 设置控制字指令 + this->ICD_allData[2] = CMD; + // 将控制字参数添加到主协议帧上 + this->ICD_allData.replace(3, ctrl_data.size(), ctrl_data); + // 设置帧计数 + this->ICD_allData[14] = this->ICD_allData[14] + 1; + // 设置校验和 + this->ICD_allData[15] = this->ICD_calcChecksum(this->ICD_allData, 14); + // 设置电压类型:同值为0x01,异值为0x02 + if((CMD == SP_CMD_SAME_VALUE) || (CMD == SP_CMD_DIF_VALUE)){ + this->ICD_allData[16] = CMD - 1; + }else{ + this->ICD_allData[16] = 0; + } + // 将256个10bit数据转化为320个字节的数据 + this->ICD_pack10BitData(this->DAC256_10bit_data); + // 将电压参数赋值到allData中 + this->ICD_allData.replace(17, ICD_volValuePara.size(), ICD_volValuePara); + // 计算320个字节的CRC16校验和 + QByteArray crc16Result = crc16Reverse(this->ICD_volValuePara); + // 将CRC16校验和添加到ICD_allData中 + this->ICD_allData.replace(337, crc16Result.size(), crc16Result); + // 设置校验和 + this->ICD_allData[339] = this->ICD_calcChecksum(this->ICD_allData, 338); + // 调用串口/SPI发送函数 + if(this->m_uartDriver->m_DRV_Uart_Infors.devIsOpened){ + // 串口发送数据 + this->m_uartDriver->Uart_Write(this->ICD_allData); + // 记录数据 + this->ICD_addContextToDataRecordingFile(true, this->ICD_allData); + } + + return true; +} + +// 设置DAC256 10Bit参数 +bool APP_Icd::ICD_setDAC256Data10bit(int row, int col, int value) +{ + if((row > 15) || (col > 15) || (value > 1023)) + return false; + this->DAC256_10bit_data[row][col] = value; + return true; +} + +// 将256个10bit的数据转化为320个8bit数据 +QByteArray APP_Icd::ICD_pack10BitData(int data[16][16]) { + + quint32 bitBuffer = 0; // 32位缓冲区 + int bitsInBuffer = 0; // 缓冲区中当前位数 + + this->ICD_volValuePara.clear(); + + for (int row = 0; row < 16; ++row) { + for (int col = 0; col < 16; ++col) { + // 确保数据是10位 (0-1023) + quint32 value = static_cast(data[row][col]) & 0x3FF; + + // 将10位值添加到缓冲区 + bitBuffer = (bitBuffer << 10) | value; + bitsInBuffer += 10; + + // 每当缓冲区有至少8位时,提取一个字节 + while (bitsInBuffer >= 8) { + bitsInBuffer -= 8; + quint8 byte = static_cast((bitBuffer >> bitsInBuffer) & 0xFF); + this->ICD_volValuePara.append(byte); + } + } + } + + // 处理缓冲区中剩余的位(如果有) + if (bitsInBuffer > 0) { + quint8 lastByte = static_cast((bitBuffer << (8 - bitsInBuffer)) & 0xFF); + this->ICD_volValuePara.append(lastByte); + } + + // 确保输出正好是320字节(不足补零) + while (this->ICD_volValuePara.size() < 320) { + this->ICD_volValuePara.append('\0'); + } + + return this->ICD_volValuePara; +} + +// 创建数据记录文件 +bool APP_Icd::ICD_newDataRecordingFile(void) +{ + // 生成带时间戳的文件名 + QString timestamp = QDateTime::currentDateTime().toString("yyyyMMdd_hhmmss"); + QString fileName = QString("%1_%2.txt").arg("SP713_UART_SPI_Data_Recording").arg(timestamp); + + // 创建文件并检查是否成功 + QFile file(fileName); + if (!file.open(QIODevice::WriteOnly | QIODevice::Text)) + { + return false; + } + // 关闭文件 + file.close(); + // 设置数据记录文件名 + this->dataRecordingFile = fileName; + return true; +} + +// 添加记录至txt文件 +bool APP_Icd::ICD_addContextToDataRecordingFile(bool isWrite, QByteArray &Data) +{ + if (this->dataRecordingFile.isEmpty()) + { + return false; + } + + // 打开文件(追加模式) + QFile file(this->dataRecordingFile); + if (!file.open(QIODevice::Append | QIODevice::Text)) + { + return false; + } + + QTextStream out(&file); + + // 写入时间戳和特定字符串 + QString timestamp = QDateTime::currentDateTime().toString("yyyy-MM-dd hh:mm:ss"); + if(isWrite){ + out << timestamp << " tx data: "; // 时间戳和特定字符串 + }else{ + out << timestamp << " rx data: "; // 时间戳和特定字符串 + } + + // 将QByteArray转换为16进制字符串,用空格分隔 + QString hexData = Data.toHex(' ').toUpper(); + out << hexData << "\n"; // 写入16进制数据并换行 + + file.close(); + return true; +} + +// 解析函数 +ParsedData APP_Icd::ICD_parseRegisterData(const QByteArray &revData) { + ParsedData result = {}; + + // 检查数据长度 (至少需要7个字节: REG7-REG1) + if(revData.size() < 7) { + qWarning() << "Invalid data length, expected at least 7 bytes"; + return result; + } + + // 从REG7到REG1解析 (数据顺序是REG7在前) + const uchar *data = reinterpret_cast(revData.constData()); + + // REG2 (索引5,因为数据顺序是REG7(0),REG6(1),...,REG1(6)) + result.EN_TADC = (data[5] >> 7) & 0x01; + result.N_CLKDIV18 = ((data[5] >> 5) & 0x03); // 取B6和B5 + result.VCON = ((data[5] >> 2) & 0x03); // 取B4和B3 + result.CH_TEST = ((data[5] >> 1) & 0x01) << 8; // CH_TEST[8] + result.FBK_EN = (data[5]) & 0x01; + + // REG3 (索引4) + result.TEMPTEST_EN = (data[4] >> 7) & 0x01; + result.TRIG_TADC = (data[4] >> 6) & 0x01; + result.TEST_TADC = (data[4] >> 5) & 0x01; + result.ICON18 = (data[4]) & 0x0F; // 取B4-B1 + + // REG4 (索引3) + result.CH_TEST |= data[3]; // CH_TEST[7:0] + + // REG5 (索引2) + result.ADC_OUT = data[2]; // ADC_OUT[7:0] + + // REG6 (索引1) + result.EOC = (data[1] >> 7) & 0x01; + result.ADC_OUT |= ((data[1] & 0x03) << 8); // ADC_OUT[9:8] + + result.D_FB = ((data[1] >> 2) & 0x03); // D_FB[9:8] + + // REG7 (索引0) + result.D_FB = (result.D_FB << 8) | data[0]; // D_FB[7:0] + + return result; +} diff --git a/apps/icd/app_icd.h b/apps/icd/app_icd.h new file mode 100644 index 0000000..ffc1e98 --- /dev/null +++ b/apps/icd/app_icd.h @@ -0,0 +1,142 @@ +#ifndef _APP_ICD_H__ +#define _APP_ICD_H__ + +#include +#include +#include +#include + +#include "drivers/spi/drv_spi.h" +#include "drivers/uart/drv_uart.h" + +// typedef struct _USB_DEVICE_DESCRIPTOR { +// UCHAR bLength; +// UCHAR bDescriptorType; +// USHORT bcdUSB; +// UCHAR bDeviceClass; +// UCHAR bDeviceSubClass; +// UCHAR bDeviceProtocol; +// UCHAR bMaxPacketSize0; +// USHORT idVendor; +// USHORT idProduct; +// USHORT bcdDevice; +// UCHAR iManufacturer; +// UCHAR iProduct; +// UCHAR iSerialNumber; +// UCHAR bNumConfigurations; +// } USB_DEVICE_DESCRIPTOR, *PUSB_DEVICE_DESCRIPTOR; + +// typedef struct _DRV_SPI_INFO +// { +// CHAR bDeviceName[256]; //设备名称 +// mDeviceInforS SpiI2cDevInfor[16]; //spiI2c设备信息 +// ULONG ulDevCnt; //设备数量 +// BOOL devIsOpened; //设备开启标志位 +// ULONG opendDevIndex; //当前设备索引号 +// }mDRV_Spi_Infors; + +// 使用结构体存储更复杂的数据 +// struct ComboBoxSubGroupItem { +// QString displayText; +// int value; +// }; + +// 解析结果结构体 +struct ParsedData { + quint8 EN_TADC; + quint8 N_CLKDIV18; // 2位组合值 + quint8 VCON; // 2位组合值 + quint16 CH_TEST; // 9位组合值 (CH_TEST[8:0]) + quint8 FBK_EN; + quint8 TEMPTEST_EN; + quint8 TRIG_TADC; + quint8 TEST_TADC; + quint8 ICON18; // 4位组合值 + quint16 ADC_OUT; // 10位组合值 (ADC_OUT[9:0]) + quint8 EOC; + quint16 D_FB; // 10位组合值 (D_FB[9:0]) +}; + +// 命令枚举值 +enum { + SP_CMD_NA = 0x00, // 无效命令 + SP_CMD_ZERO = 0x01, // 参数归零命令 + SP_CMD_SAME_VALUE = 0x02, // 同值配置命令 + SP_CMD_DIF_VALUE = 0x03, // 异值配置命令 + SP_CMD_REG_WR = 0x04, // 寄存器配置命令 + SP_CMD_REG_RD = 0x05, // 寄存器读取命令 +}; + +class APP_Icd : public QObject +{ + Q_OBJECT // 如果需要使用QT的信号槽机制 + +public: + /** + * @brief 构造函数 + * @param parent 父对象指针 + */ + explicit APP_Icd(QObject *parent = nullptr); + + /** + * @brief 析构函数 + */ + virtual ~APP_Icd(); + + /*************函数定义*************/ + bool ICD_init(); // ICD初始化 + bool ICD_setDAC256Data10bit(int row, int col, int value); // 设置DAC256 10bit数组的值大小 + bool ICD_volCMDProtoEncode(uint8_t CMD, uint8_t group, uint8_t subGroup); + quint8 ICD_calcChecksum(const QByteArray &data, int endPos); + bool ICD_sumProtoEncode(uint8_t CMD, const QByteArray &ctrl_data); + QByteArray ICD_pack10BitData(int data[16][16]); + bool ICD_regWCMDProtoEncode(uint8_t dacID, uint8_t dacCH, uint8_t funcEN, uint8_t adcCurrConfig); + bool ICD_regRCMDProtoEncode(uint8_t dacID); + bool ICD_newDataRecordingFile(void); + bool ICD_addContextToDataRecordingFile(bool isWrite, QByteArray &Data); + ParsedData ICD_parseRegisterData(const QByteArray &revData); + + /*************变量定义*************/ + // mDRV_Spi_Infors m_DRV_Spi_Infors; //Spi驱动相关信息 + DRV_Spi *m_spiDriver; // SPI驱动实例 + DRV_Uart *m_uartDriver; // UART驱动实例 + + // 定义子分组的所有名称数据集 + QMap comboBox_subGroupInfo = { + {0, {"所有DAC"}}, // 对应选项1 + {1, {"A分组所有DAC", "B分组所有DAC"}}, // 对应选项2 + {2, {"OPA分组0", "OPA分组1", "OPA分组2", "OPA分组3", "OPA分组4"}}, // 对应选项3 + {3, {"编号1", "编号2", "编号3", "编号4", "编号5", // 对应选项3 + "编号6", "编号7", "编号8", "编号9", "编号10", + "编号11", "编号12", "编号13", "编号14", "编号15", + "编号16", "编号17", "编号18", "编号19", "编号20" + } + } + }; + // 256个10bit数据 + int DAC256_10bit_data[16][16] = {{0}}; + // 控制字参数 + QByteArray ICD_ctrlPara; + // 电压值参数 + QByteArray ICD_volValuePara; + // 整体帧 + QByteArray ICD_allData; + QString dataRecordingFile; + +signals: + // 可以添加DAC特定的信号 + // void outputChanged(int channel, double value); + +private: + // 私有成员变量 + // double m_currentValues[]; // 当前各通道输出值(假设有多个通道) + + // 私有方法 + bool ICD_initSpi(); + bool ICD_initUart(); + + // 私有方法 + +}; + +#endif diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qmake.stash b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qmake.stash new file mode 100644 index 0000000..a5c252f --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qmake.stash @@ -0,0 +1,22 @@ +QMAKE_CXX.QT_COMPILER_STDCXX = 199711L +QMAKE_CXX.QMAKE_MSC_VER = 1929 +QMAKE_CXX.QMAKE_MSC_FULL_VER = 192930156 +QMAKE_CXX.COMPILER_MACROS = \ + QT_COMPILER_STDCXX \ + QMAKE_MSC_VER \ + QMAKE_MSC_FULL_VER +QMAKE_CXX.INCDIRS = \ + "E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include" \ + "E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include" \ + "C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um" \ + "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt" \ + "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared" \ + "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um" \ + "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt" \ + "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt" +QMAKE_CXX.LIBDIRS = \ + "E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\lib\\x64" \ + "E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\lib\\x64" \ + "C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\lib\\um\\x64" \ + "C:\\Program Files (x86)\\Windows Kits\\10\\lib\\10.0.19041.0\\ucrt\\x64" \ + "C:\\Program Files (x86)\\Windows Kits\\10\\lib\\10.0.19041.0\\um\\x64" diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/CH347DLL.H.BB410D763A9E0463.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/CH347DLL.H.BB410D763A9E0463.idx new file mode 100644 index 0000000..0645277 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/CH347DLL.H.BB410D763A9E0463.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/Common.h.2E678D8C0A424983.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/Common.h.2E678D8C0A424983.idx new file mode 100644 index 0000000..1239050 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/Common.h.2E678D8C0A424983.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/OAIdl.h.EB0FEC1964954D09.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/OAIdl.h.EB0FEC1964954D09.idx new file mode 100644 index 0000000..58aaac1 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/OAIdl.h.EB0FEC1964954D09.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ObjIdl.h.D41868E1AE000111.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ObjIdl.h.D41868E1AE000111.idx new file mode 100644 index 0000000..c528836 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ObjIdl.h.D41868E1AE000111.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ObjIdlbase.h.ABB8F5700A019421.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ObjIdlbase.h.ABB8F5700A019421.idx new file mode 100644 index 0000000..d6686b1 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ObjIdlbase.h.ABB8F5700A019421.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/Ole2.h.1FDBC45CA0B3F008.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/Ole2.h.1FDBC45CA0B3F008.idx new file mode 100644 index 0000000..465b0bb Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/Ole2.h.1FDBC45CA0B3F008.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/OleAuto.h.B8A2268D2F59D3AE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/OleAuto.h.B8A2268D2F59D3AE.idx new file mode 100644 index 0000000..10b525e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/OleAuto.h.B8A2268D2F59D3AE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/PropIdl.h.1D87E79281B88D2F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/PropIdl.h.1D87E79281B88D2F.idx new file mode 100644 index 0000000..db89ed2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/PropIdl.h.1D87E79281B88D2F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/PropIdlBase.h.BD0D8F4CD12E11E4.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/PropIdlBase.h.BD0D8F4CD12E11E4.idx new file mode 100644 index 0000000..fc0b674 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/PropIdlBase.h.BD0D8F4CD12E11E4.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QAction.80F7C763F9D9A26B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QAction.80F7C763F9D9A26B.idx new file mode 100644 index 0000000..50bb3b5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QAction.80F7C763F9D9A26B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QApplication.2E8A25E0AFEA8AB5.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QApplication.2E8A25E0AFEA8AB5.idx new file mode 100644 index 0000000..184c99a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QApplication.2E8A25E0AFEA8AB5.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QByteArray.FD365E2C5D83CCB2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QByteArray.FD365E2C5D83CCB2.idx new file mode 100644 index 0000000..41b99e3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QByteArray.FD365E2C5D83CCB2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QCheckBox.CCFE7E45DEC3A645.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QCheckBox.CCFE7E45DEC3A645.idx new file mode 100644 index 0000000..bc5bd40 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QCheckBox.CCFE7E45DEC3A645.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QComboBox.FE60DB25DB2A13EC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QComboBox.FE60DB25DB2A13EC.idx new file mode 100644 index 0000000..4e2f440 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QComboBox.FE60DB25DB2A13EC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QDateTime.841922DB52165E50.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QDateTime.841922DB52165E50.idx new file mode 100644 index 0000000..aafb88c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QDateTime.841922DB52165E50.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QDebug.7D6D52F9ED721859.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QDebug.7D6D52F9ED721859.idx new file mode 100644 index 0000000..be7ab3d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QDebug.7D6D52F9ED721859.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QFile.A86F5495F3204C8E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QFile.A86F5495F3204C8E.idx new file mode 100644 index 0000000..6c7a515 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QFile.A86F5495F3204C8E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QGridLayout.1EDA660DC59D15BC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QGridLayout.1EDA660DC59D15BC.idx new file mode 100644 index 0000000..890ada8 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QGridLayout.1EDA660DC59D15BC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QGroupBox.3E9A1449D0DF0DC7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QGroupBox.3E9A1449D0DF0DC7.idx new file mode 100644 index 0000000..9c2a50e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QGroupBox.3E9A1449D0DF0DC7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QHBoxLayout.6A7FC57D589040B2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QHBoxLayout.6A7FC57D589040B2.idx new file mode 100644 index 0000000..9a7ddc3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QHBoxLayout.6A7FC57D589040B2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QHeaderView.08ABABCBF6AE67E7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QHeaderView.08ABABCBF6AE67E7.idx new file mode 100644 index 0000000..0a409d5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QHeaderView.08ABABCBF6AE67E7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QLabel.F6912223D5ABF833.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QLabel.F6912223D5ABF833.idx new file mode 100644 index 0000000..fb17756 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QLabel.F6912223D5ABF833.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.20A2D2579CE9F1AA.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.20A2D2579CE9F1AA.idx new file mode 100644 index 0000000..9287d63 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.20A2D2579CE9F1AA.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.A76CFB5400DFE235.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.A76CFB5400DFE235.idx new file mode 100644 index 0000000..cc12ff0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.A76CFB5400DFE235.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QMap.5FED35ED2B65DF80.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QMap.5FED35ED2B65DF80.idx new file mode 100644 index 0000000..0e1bc81 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QMap.5FED35ED2B65DF80.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QMenuBar.CE5F1A750844AF0E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QMenuBar.CE5F1A750844AF0E.idx new file mode 100644 index 0000000..4483fde Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QMenuBar.CE5F1A750844AF0E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.5FF4A2A3844B20F6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.5FF4A2A3844B20F6.idx new file mode 100644 index 0000000..475e7f5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.5FF4A2A3844B20F6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QMetaObject.2CDACC21A6EEB61D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QMetaObject.2CDACC21A6EEB61D.idx new file mode 100644 index 0000000..ea8048b Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QMetaObject.2CDACC21A6EEB61D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QMutex.4B28780063271B53.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QMutex.4B28780063271B53.idx new file mode 100644 index 0000000..e306943 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QMutex.4B28780063271B53.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QObject.532A25CC261A0EC6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QObject.532A25CC261A0EC6.idx new file mode 100644 index 0000000..c413053 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QObject.532A25CC261A0EC6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QPlainTextEdit.B738490805F2C20A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QPlainTextEdit.B738490805F2C20A.idx new file mode 100644 index 0000000..81f93b7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QPlainTextEdit.B738490805F2C20A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.1E0BE783B37847FA.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.1E0BE783B37847FA.idx new file mode 100644 index 0000000..21ebf8f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.1E0BE783B37847FA.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QStatusBar.C7EDF0C177A81417.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QStatusBar.C7EDF0C177A81417.idx new file mode 100644 index 0000000..64d5250 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QStatusBar.C7EDF0C177A81417.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QStringList.5A9903E1C5DB93BE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QStringList.5A9903E1C5DB93BE.idx new file mode 100644 index 0000000..1d1f4c3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QStringList.5A9903E1C5DB93BE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QTableWidget.405F71CF3F29BACD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QTableWidget.405F71CF3F29BACD.idx new file mode 100644 index 0000000..7e63d20 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QTableWidget.405F71CF3F29BACD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QThread.BAD012CFA20BDD56.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QThread.BAD012CFA20BDD56.idx new file mode 100644 index 0000000..d680bde Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QThread.BAD012CFA20BDD56.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QVariant.D6FC72DBEC0A1799.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QVariant.D6FC72DBEC0A1799.idx new file mode 100644 index 0000000..399ecef Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QVariant.D6FC72DBEC0A1799.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QVector.11C9A84D82CB708C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QVector.11C9A84D82CB708C.idx new file mode 100644 index 0000000..439d606 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QVector.11C9A84D82CB708C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QWidget.A73FD35572BA9AA8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QWidget.A73FD35572BA9AA8.idx new file mode 100644 index 0000000..dde595a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/QWidget.A73FD35572BA9AA8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/SpiApi.h.EFD3B5D6D891441A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/SpiApi.h.EFD3B5D6D891441A.idx new file mode 100644 index 0000000..877167b Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/SpiApi.h.EFD3B5D6D891441A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/Unknwn.h.9507BB8E4EC6C54B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/Unknwn.h.9507BB8E4EC6C54B.idx new file mode 100644 index 0000000..2ed9ac3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/Unknwn.h.9507BB8E4EC6C54B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/Unknwnbase.h.D5831A98650B4B7F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/Unknwnbase.h.D5831A98650B4B7F.idx new file mode 100644 index 0000000..cdb4d82 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/Unknwnbase.h.D5831A98650B4B7F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/WTypesbase.h.808F96955A30E0CE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/WTypesbase.h.808F96955A30E0CE.idx new file mode 100644 index 0000000..ba009c2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/WTypesbase.h.808F96955A30E0CE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/WinBase.h.A94278A25097D618.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/WinBase.h.A94278A25097D618.idx new file mode 100644 index 0000000..f48a6c2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/WinBase.h.A94278A25097D618.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/WinNls.h.F9CDDE8C7D0B4308.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/WinNls.h.F9CDDE8C7D0B4308.idx new file mode 100644 index 0000000..0e0c8de Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/WinNls.h.F9CDDE8C7D0B4308.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/WinUser.h.D3C5F0295F56AC84.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/WinUser.h.D3C5F0295F56AC84.idx new file mode 100644 index 0000000..b274a4f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/WinUser.h.D3C5F0295F56AC84.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/Windows.h.87AB634B8B4F9824.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/Windows.h.87AB634B8B4F9824.idx new file mode 100644 index 0000000..e98ef54 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/Windows.h.87AB634B8B4F9824.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__msvc_chrono.hpp.C8B3227DB21F68E6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__msvc_chrono.hpp.C8B3227DB21F68E6.idx new file mode 100644 index 0000000..db06809 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__msvc_chrono.hpp.C8B3227DB21F68E6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__msvc_system_error_abi.hpp.1DFA486FF4BA66A9.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__msvc_system_error_abi.hpp.1DFA486FF4BA66A9.idx new file mode 100644 index 0000000..98b7d24 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__msvc_system_error_abi.hpp.1DFA486FF4BA66A9.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.FA5E115C15688155.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.FA5E115C15688155.idx new file mode 100644 index 0000000..1254eb7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.FA5E115C15688155.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.85CA547AAFE102AE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.85CA547AAFE102AE.idx new file mode 100644 index 0000000..8cda829 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.85CA547AAFE102AE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.56343B4925A0C467.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.56343B4925A0C467.idx new file mode 100644 index 0000000..26d8000 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.56343B4925A0C467.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.5CC7BC06B569BF85.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.5CC7BC06B569BF85.idx new file mode 100644 index 0000000..4e7c9bf Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.5CC7BC06B569BF85.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.B7D579BBCB3B2187.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.B7D579BBCB3B2187.idx new file mode 100644 index 0000000..0780b6a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.B7D579BBCB3B2187.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.E6B0365885A95B47.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.E6B0365885A95B47.idx new file mode 100644 index 0000000..99aa2b4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.E6B0365885A95B47.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.669160C127697CCE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.669160C127697CCE.idx new file mode 100644 index 0000000..373243c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.669160C127697CCE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.0F97E4AFE035FFB4.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.0F97E4AFE035FFB4.idx new file mode 100644 index 0000000..13f225a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.0F97E4AFE035FFB4.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.30AA37EDB3D7997C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.30AA37EDB3D7997C.idx new file mode 100644 index 0000000..6cda1c6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.30AA37EDB3D7997C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.E5C33BB69266B525.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.E5C33BB69266B525.idx new file mode 100644 index 0000000..b2392ec Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.E5C33BB69266B525.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.00C3EB2F6F174477.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.00C3EB2F6F174477.idx new file mode 100644 index 0000000..e1a854a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.00C3EB2F6F174477.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.A60D6B3A409D93F8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.A60D6B3A409D93F8.idx new file mode 100644 index 0000000..cc16df9 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.A60D6B3A409D93F8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/adcintrin.h.353430B179121B1C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/adcintrin.h.353430B179121B1C.idx new file mode 100644 index 0000000..45d3eb6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/adcintrin.h.353430B179121B1C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/algorithm.4E8DFE8703A62B32.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/algorithm.4E8DFE8703A62B32.idx new file mode 100644 index 0000000..9a8f703 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/algorithm.4E8DFE8703A62B32.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/apiquery2.h.645CDC989527CD79.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/apiquery2.h.645CDC989527CD79.idx new file mode 100644 index 0000000..3ec24ac Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/apiquery2.h.645CDC989527CD79.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/apiset.h.F8C987AA4D3173EB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/apiset.h.F8C987AA4D3173EB.idx new file mode 100644 index 0000000..6195614 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/apiset.h.F8C987AA4D3173EB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/apisetcconv.h.D695E72045A5A25D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/apisetcconv.h.D695E72045A5A25D.idx new file mode 100644 index 0000000..ff1daed Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/apisetcconv.h.D695E72045A5A25D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/app_icd.cpp.3FAD6633F9B574D8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/app_icd.cpp.3FAD6633F9B574D8.idx new file mode 100644 index 0000000..fcd0679 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/app_icd.cpp.3FAD6633F9B574D8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/app_icd.h.293884DF30697B29.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/app_icd.h.293884DF30697B29.idx new file mode 100644 index 0000000..6a93d63 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/app_icd.h.293884DF30697B29.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/assert.h.5819C1748BC37870.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/assert.h.5819C1748BC37870.idx new file mode 100644 index 0000000..3fe05df Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/assert.h.5819C1748BC37870.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/atomic.A4FDEF7010C6618E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/atomic.A4FDEF7010C6618E.idx new file mode 100644 index 0000000..be08819 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/atomic.A4FDEF7010C6618E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/basetsd.h.2B5E8B3F1032D367.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/basetsd.h.2B5E8B3F1032D367.idx new file mode 100644 index 0000000..8721326 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/basetsd.h.2B5E8B3F1032D367.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/bcrypt.h.10E0E0FAB6E6F767.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/bcrypt.h.10E0E0FAB6E6F767.idx new file mode 100644 index 0000000..91e5919 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/bcrypt.h.10E0E0FAB6E6F767.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/bmiintrin.h.DF32E63FF7C2B06D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/bmiintrin.h.DF32E63FF7C2B06D.idx new file mode 100644 index 0000000..3fa3054 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/bmiintrin.h.DF32E63FF7C2B06D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cctype.F2DF038E9C3D78AC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cctype.F2DF038E9C3D78AC.idx new file mode 100644 index 0000000..132cf10 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cctype.F2DF038E9C3D78AC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cderr.h.13B7D3E4AE2E99B3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cderr.h.13B7D3E4AE2E99B3.idx new file mode 100644 index 0000000..df8acf4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cderr.h.13B7D3E4AE2E99B3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cerrno.5136DC7DEFB85C31.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cerrno.5136DC7DEFB85C31.idx new file mode 100644 index 0000000..a73266f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cerrno.5136DC7DEFB85C31.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cfloat.5761676D81B307A8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cfloat.5761676D81B307A8.idx new file mode 100644 index 0000000..ba87427 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cfloat.5761676D81B307A8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cguid.h.71E8E0BDB4CD7285.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cguid.h.71E8E0BDB4CD7285.idx new file mode 100644 index 0000000..12cef1d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cguid.h.71E8E0BDB4CD7285.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/chrono.C761C9E6D3EFBE5F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/chrono.C761C9E6D3EFBE5F.idx new file mode 100644 index 0000000..3fafba8 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/chrono.C761C9E6D3EFBE5F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/climits.0873A9894B4EBA55.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/climits.0873A9894B4EBA55.idx new file mode 100644 index 0000000..5275a29 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/climits.0873A9894B4EBA55.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/clocale.2D377557D4CD4D60.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/clocale.2D377557D4CD4D60.idx new file mode 100644 index 0000000..7dd8234 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/clocale.2D377557D4CD4D60.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cmath.5F70066A0BD2F841.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cmath.5F70066A0BD2F841.idx new file mode 100644 index 0000000..07abac4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cmath.5F70066A0BD2F841.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/combaseapi.h.091C3019A2D9A841.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/combaseapi.h.091C3019A2D9A841.idx new file mode 100644 index 0000000..7ae2e13 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/combaseapi.h.091C3019A2D9A841.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/coml2api.h.8087D98352E39EE9.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/coml2api.h.8087D98352E39EE9.idx new file mode 100644 index 0000000..ffdeef0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/coml2api.h.8087D98352E39EE9.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/commdlg.h.11623D6E36E968E7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/commdlg.h.11623D6E36E968E7.idx new file mode 100644 index 0000000..6e70d06 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/commdlg.h.11623D6E36E968E7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/concurrencysal.h.2AC18F2362165B04.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/concurrencysal.h.2AC18F2362165B04.idx new file mode 100644 index 0000000..356b4b4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/concurrencysal.h.2AC18F2362165B04.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/condition_variable.38FBA98E296A5762.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/condition_variable.38FBA98E296A5762.idx new file mode 100644 index 0000000..208171b Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/condition_variable.38FBA98E296A5762.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/consoleapi.h.291EA7602241E9FB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/consoleapi.h.291EA7602241E9FB.idx new file mode 100644 index 0000000..4d9eb55 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/consoleapi.h.291EA7602241E9FB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/consoleapi2.h.82D56C25971EE691.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/consoleapi2.h.82D56C25971EE691.idx new file mode 100644 index 0000000..2bc0c6d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/consoleapi2.h.82D56C25971EE691.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/consoleapi3.h.15C2E8E2D04DA6F6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/consoleapi3.h.15C2E8E2D04DA6F6.idx new file mode 100644 index 0000000..240cf60 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/consoleapi3.h.15C2E8E2D04DA6F6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt.h.BBAF42E39AECA5AE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt.h.BBAF42E39AECA5AE.idx new file mode 100644 index 0000000..e690441 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt.h.BBAF42E39AECA5AE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_malloc.h.1B572CB0C3CFE586.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_malloc.h.1B572CB0C3CFE586.idx new file mode 100644 index 0000000..8a4eb38 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_malloc.h.1B572CB0C3CFE586.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_math.h.5B66E1ECE1543DE4.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_math.h.5B66E1ECE1543DE4.idx new file mode 100644 index 0000000..4a8300c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_math.h.5B66E1ECE1543DE4.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_memcpy_s.h.1E28C2D4FCB8F43B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_memcpy_s.h.1E28C2D4FCB8F43B.idx new file mode 100644 index 0000000..ab69bbc Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_memcpy_s.h.1E28C2D4FCB8F43B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_memory.h.2611F0A3D893F8BE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_memory.h.2611F0A3D893F8BE.idx new file mode 100644 index 0000000..cb42c83 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_memory.h.2611F0A3D893F8BE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_search.h.1642DAE96C618987.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_search.h.1642DAE96C618987.idx new file mode 100644 index 0000000..e0f39ee Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_search.h.1642DAE96C618987.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_share.h.8951F46E1DB8AC66.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_share.h.8951F46E1DB8AC66.idx new file mode 100644 index 0000000..61bc8ea Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_share.h.8951F46E1DB8AC66.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_startup.h.4D7725D0C259ED83.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_startup.h.4D7725D0C259ED83.idx new file mode 100644 index 0000000..baf0fee Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_startup.h.4D7725D0C259ED83.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_stdio_config.h.148F7608F0370318.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_stdio_config.h.148F7608F0370318.idx new file mode 100644 index 0000000..ccd8345 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_stdio_config.h.148F7608F0370318.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_terminate.h.F61A60B27E4EA5D4.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_terminate.h.F61A60B27E4EA5D4.idx new file mode 100644 index 0000000..88b6c3c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_terminate.h.F61A60B27E4EA5D4.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wconio.h.E27C24E314E18232.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wconio.h.E27C24E314E18232.idx new file mode 100644 index 0000000..e604225 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wconio.h.E27C24E314E18232.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wctype.h.FC16624E9E42CE2D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wctype.h.FC16624E9E42CE2D.idx new file mode 100644 index 0000000..e4cde0a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wctype.h.FC16624E9E42CE2D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wdirect.h.B7027BDEE5257219.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wdirect.h.B7027BDEE5257219.idx new file mode 100644 index 0000000..e13ef80 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wdirect.h.B7027BDEE5257219.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wio.h.1B3D5AAFDB428174.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wio.h.1B3D5AAFDB428174.idx new file mode 100644 index 0000000..a617871 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wio.h.1B3D5AAFDB428174.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wprocess.h.797BE72C11A57DE2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wprocess.h.797BE72C11A57DE2.idx new file mode 100644 index 0000000..e66139d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wprocess.h.797BE72C11A57DE2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wstdio.h.9CD6F6D2906071C0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wstdio.h.9CD6F6D2906071C0.idx new file mode 100644 index 0000000..d5b7ba9 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wstdio.h.9CD6F6D2906071C0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wstdlib.h.0C2B799B59F638DD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wstdlib.h.0C2B799B59F638DD.idx new file mode 100644 index 0000000..90b22b0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wstdlib.h.0C2B799B59F638DD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wstring.h.74F4D43C2AEC5EDB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wstring.h.74F4D43C2AEC5EDB.idx new file mode 100644 index 0000000..e81d8ee Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wstring.h.74F4D43C2AEC5EDB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wtime.h.D4967C79AD24FE78.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wtime.h.D4967C79AD24FE78.idx new file mode 100644 index 0000000..fe4572c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/corecrt_wtime.h.D4967C79AD24FE78.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/crc.cpp.715A1E3C92A48549.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/crc.cpp.715A1E3C92A48549.idx new file mode 100644 index 0000000..fcc23e3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/crc.cpp.715A1E3C92A48549.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/crc.h.F3409D1BE46FACB0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/crc.h.F3409D1BE46FACB0.idx new file mode 100644 index 0000000..087316f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/crc.h.F3409D1BE46FACB0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/crtdbg.h.1B34078627300C16.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/crtdbg.h.1B34078627300C16.idx new file mode 100644 index 0000000..6445f00 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/crtdbg.h.1B34078627300C16.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/crtdefs.h.491A9735D18EF07F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/crtdefs.h.491A9735D18EF07F.idx new file mode 100644 index 0000000..7881885 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/crtdefs.h.491A9735D18EF07F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cstddef.72FF8CA095601B64.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cstddef.72FF8CA095601B64.idx new file mode 100644 index 0000000..5b46ba5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cstddef.72FF8CA095601B64.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cstdint.03D06F61A02240FB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cstdint.03D06F61A02240FB.idx new file mode 100644 index 0000000..7ef959f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cstdint.03D06F61A02240FB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cstdio.989F292A12F32405.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cstdio.989F292A12F32405.idx new file mode 100644 index 0000000..7bc2043 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cstdio.989F292A12F32405.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.7EE8FFF2906C87BE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.7EE8FFF2906C87BE.idx new file mode 100644 index 0000000..bcc8b16 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.7EE8FFF2906C87BE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cstring.7EFF14204B09DB6D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cstring.7EFF14204B09DB6D.idx new file mode 100644 index 0000000..5da56e0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cstring.7EFF14204B09DB6D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ctime.718DB017396BD56F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ctime.718DB017396BD56F.idx new file mode 100644 index 0000000..1b540aa Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ctime.718DB017396BD56F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.BDE6C115D3D3E539.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.BDE6C115D3D3E539.idx new file mode 100644 index 0000000..3da0f6e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.BDE6C115D3D3E539.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cwchar.837570B6351D71EC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cwchar.837570B6351D71EC.idx new file mode 100644 index 0000000..d847abb Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/cwchar.837570B6351D71EC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/datetimeapi.h.A36422E1E8F3406A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/datetimeapi.h.A36422E1E8F3406A.idx new file mode 100644 index 0000000..43d8210 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/datetimeapi.h.A36422E1E8F3406A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/dde.h.D75D01EDA4D2456A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/dde.h.D75D01EDA4D2456A.idx new file mode 100644 index 0000000..cc08cc3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/dde.h.D75D01EDA4D2456A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ddeml.h.D47E36B5D39BC54A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ddeml.h.D47E36B5D39BC54A.idx new file mode 100644 index 0000000..bb72ece Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ddeml.h.D47E36B5D39BC54A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/debugapi.h.C531F99B197896A6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/debugapi.h.C531F99B197896A6.idx new file mode 100644 index 0000000..7b91b9a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/debugapi.h.C531F99B197896A6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/dlgs.h.C9E8FE6E718DE243.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/dlgs.h.C9E8FE6E718DE243.idx new file mode 100644 index 0000000..7463f71 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/dlgs.h.C9E8FE6E718DE243.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/dpapi.h.8EEB5CA499F256B5.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/dpapi.h.8EEB5CA499F256B5.idx new file mode 100644 index 0000000..6261c30 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/dpapi.h.8EEB5CA499F256B5.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/driverspecs.h.4AFB84149B7A1BE5.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/driverspecs.h.4AFB84149B7A1BE5.idx new file mode 100644 index 0000000..0ffb50d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/driverspecs.h.4AFB84149B7A1BE5.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/drv_spi.cpp.0D7EE436B49F6885.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/drv_spi.cpp.0D7EE436B49F6885.idx new file mode 100644 index 0000000..e45d97a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/drv_spi.cpp.0D7EE436B49F6885.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/drv_spi.h.7961A50C18A891F8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/drv_spi.h.7961A50C18A891F8.idx new file mode 100644 index 0000000..62cf18a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/drv_spi.h.7961A50C18A891F8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/drv_uart.cpp.3C3EDBA2A1D34DAC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/drv_uart.cpp.3C3EDBA2A1D34DAC.idx new file mode 100644 index 0000000..5f7e94c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/drv_uart.cpp.3C3EDBA2A1D34DAC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/drv_uart.h.901CE32FD757D1E2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/drv_uart.h.901CE32FD757D1E2.idx new file mode 100644 index 0000000..7516b9c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/drv_uart.h.901CE32FD757D1E2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/eh.h.92C40568B6A1EC85.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/eh.h.92C40568B6A1EC85.idx new file mode 100644 index 0000000..5fc3f00 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/eh.h.92C40568B6A1EC85.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/emmintrin.h.93EB2FA0AB57E0C1.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/emmintrin.h.93EB2FA0AB57E0C1.idx new file mode 100644 index 0000000..9d9927a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/emmintrin.h.93EB2FA0AB57E0C1.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/enclaveapi.h.E5B35D8732D6433D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/enclaveapi.h.E5B35D8732D6433D.idx new file mode 100644 index 0000000..a843e02 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/enclaveapi.h.E5B35D8732D6433D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/errhandlingapi.h.C2128BBA0F8251F2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/errhandlingapi.h.C2128BBA0F8251F2.idx new file mode 100644 index 0000000..28d5b93 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/errhandlingapi.h.C2128BBA0F8251F2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/errno.h.063BD0C9B7BAA437.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/errno.h.063BD0C9B7BAA437.idx new file mode 100644 index 0000000..8bd78ba Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/errno.h.063BD0C9B7BAA437.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/exception.8D670751779D85ED.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/exception.8D670751779D85ED.idx new file mode 100644 index 0000000..dedbf85 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/exception.8D670751779D85ED.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/excpt.h.62FECE9BC2D2CEE9.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/excpt.h.62FECE9BC2D2CEE9.idx new file mode 100644 index 0000000..f3d9ed6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/excpt.h.62FECE9BC2D2CEE9.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/fibersapi.h.4D6A54A6F25A4146.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/fibersapi.h.4D6A54A6F25A4146.idx new file mode 100644 index 0000000..837e27a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/fibersapi.h.4D6A54A6F25A4146.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/fileapi.h.4211CBB80836F245.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/fileapi.h.4211CBB80836F245.idx new file mode 100644 index 0000000..12daca4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/fileapi.h.4211CBB80836F245.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/fileapifromapp.h.3AE33CF2FFA9F4E5.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/fileapifromapp.h.3AE33CF2FFA9F4E5.idx new file mode 100644 index 0000000..ac4fa4c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/fileapifromapp.h.3AE33CF2FFA9F4E5.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/float.h.129924D05BAB2A0E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/float.h.129924D05BAB2A0E.idx new file mode 100644 index 0000000..3429cda Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/float.h.129924D05BAB2A0E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/float.h.14D6AB9A10310603.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/float.h.14D6AB9A10310603.idx new file mode 100644 index 0000000..7f6bdda Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/float.h.14D6AB9A10310603.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/functional.F3375C6476218D33.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/functional.F3375C6476218D33.idx new file mode 100644 index 0000000..69ae04a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/functional.F3375C6476218D33.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/future.9E654DD380C38D10.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/future.9E654DD380C38D10.idx new file mode 100644 index 0000000..d565708 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/future.9E654DD380C38D10.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/fxsrintrin.h.5D0EEF7597BFEA39.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/fxsrintrin.h.5D0EEF7597BFEA39.idx new file mode 100644 index 0000000..c6c01a7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/fxsrintrin.h.5D0EEF7597BFEA39.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/guiddef.h.A4A447D1E2A955DE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/guiddef.h.A4A447D1E2A955DE.idx new file mode 100644 index 0000000..334a3e9 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/guiddef.h.A4A447D1E2A955DE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/handleapi.h.EF41959F4C785764.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/handleapi.h.EF41959F4C785764.idx new file mode 100644 index 0000000..840a69d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/handleapi.h.EF41959F4C785764.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/heapapi.h.DBDC84C09060DE9A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/heapapi.h.DBDC84C09060DE9A.idx new file mode 100644 index 0000000..8d5249c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/heapapi.h.DBDC84C09060DE9A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ia32intrin.h.EAAA4106BA84BE77.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ia32intrin.h.EAAA4106BA84BE77.idx new file mode 100644 index 0000000..c37b569 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ia32intrin.h.EAAA4106BA84BE77.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ime_cmodes.h.D51FB7F78B03C44E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ime_cmodes.h.D51FB7F78B03C44E.idx new file mode 100644 index 0000000..da1c535 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ime_cmodes.h.D51FB7F78B03C44E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/imm.h.0DF2A192AA63FDD3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/imm.h.0DF2A192AA63FDD3.idx new file mode 100644 index 0000000..a0f7316 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/imm.h.0DF2A192AA63FDD3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/immintrin.h.C9212B88892AD48A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/immintrin.h.C9212B88892AD48A.idx new file mode 100644 index 0000000..e957517 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/immintrin.h.C9212B88892AD48A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/inaddr.h.1824136AF98F6CE6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/inaddr.h.1824136AF98F6CE6.idx new file mode 100644 index 0000000..7babe16 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/inaddr.h.1824136AF98F6CE6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.7C5402820E01E16E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.7C5402820E01E16E.idx new file mode 100644 index 0000000..9f5b244 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.7C5402820E01E16E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/interlockedapi.h.1BB5ABF45CFFD5F5.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/interlockedapi.h.1BB5ABF45CFFD5F5.idx new file mode 100644 index 0000000..9cafea5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/interlockedapi.h.1BB5ABF45CFFD5F5.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/intrin.h.90CABAF00A99141B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/intrin.h.90CABAF00A99141B.idx new file mode 100644 index 0000000..74608b6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/intrin.h.90CABAF00A99141B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/intrin0.h.6E75FBE8034F0330.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/intrin0.h.6E75FBE8034F0330.idx new file mode 100644 index 0000000..6e86d6c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/intrin0.h.6E75FBE8034F0330.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/intrin0.inl.h.E8823B83714E105B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/intrin0.inl.h.E8823B83714E105B.idx new file mode 100644 index 0000000..edba13c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/intrin0.inl.h.E8823B83714E105B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ioapiset.h.7BE55BA4C7866797.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ioapiset.h.7BE55BA4C7866797.idx new file mode 100644 index 0000000..7935e58 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ioapiset.h.7BE55BA4C7866797.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ios.6B193CD72CC82418.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ios.6B193CD72CC82418.idx new file mode 100644 index 0000000..35fd72a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ios.6B193CD72CC82418.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.971BEFBCF5043CD4.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.971BEFBCF5043CD4.idx new file mode 100644 index 0000000..e92a3fc Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.971BEFBCF5043CD4.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/iostream.BFFE5F2510EC9CC2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/iostream.BFFE5F2510EC9CC2.idx new file mode 100644 index 0000000..b3f88f2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/iostream.BFFE5F2510EC9CC2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/isa_availability.h.6A6DE3988465F387.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/isa_availability.h.6A6DE3988465F387.idx new file mode 100644 index 0000000..8ef6628 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/isa_availability.h.6A6DE3988465F387.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/istream.44F680C170C38CC5.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/istream.44F680C170C38CC5.idx new file mode 100644 index 0000000..6c07bcc Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/istream.44F680C170C38CC5.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/iterator.9EF6154C886C9FA9.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/iterator.9EF6154C886C9FA9.idx new file mode 100644 index 0000000..bbfa3bf Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/iterator.9EF6154C886C9FA9.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/jobapi.h.364712CAC9C963D9.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/jobapi.h.364712CAC9C963D9.idx new file mode 100644 index 0000000..13f6990 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/jobapi.h.364712CAC9C963D9.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/jobapi2.h.64F419A0826582F4.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/jobapi2.h.64F419A0826582F4.idx new file mode 100644 index 0000000..4448c7a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/jobapi2.h.64F419A0826582F4.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/joystickapi.h.C8F7959BAFA1C45C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/joystickapi.h.C8F7959BAFA1C45C.idx new file mode 100644 index 0000000..b5b4d86 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/joystickapi.h.C8F7959BAFA1C45C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/kernelspecs.h.834E8D9826C83423.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/kernelspecs.h.834E8D9826C83423.idx new file mode 100644 index 0000000..e9a1159 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/kernelspecs.h.834E8D9826C83423.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ktmtypes.h.FB260E7435A9C6FD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ktmtypes.h.FB260E7435A9C6FD.idx new file mode 100644 index 0000000..8e287c4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ktmtypes.h.FB260E7435A9C6FD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/libloaderapi.h.FEF6C046E2681AEA.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/libloaderapi.h.FEF6C046E2681AEA.idx new file mode 100644 index 0000000..5de7b80 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/libloaderapi.h.FEF6C046E2681AEA.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/limits.592DE3408D4DE142.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/limits.592DE3408D4DE142.idx new file mode 100644 index 0000000..f809c84 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/limits.592DE3408D4DE142.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/limits.h.14A424D9C21D905A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/limits.h.14A424D9C21D905A.idx new file mode 100644 index 0000000..445188f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/limits.h.14A424D9C21D905A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/limits.h.95A570EC3495764E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/limits.h.95A570EC3495764E.idx new file mode 100644 index 0000000..8b42b39 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/limits.h.95A570EC3495764E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/list.346B80A616424C2A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/list.346B80A616424C2A.idx new file mode 100644 index 0000000..109cbca Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/list.346B80A616424C2A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/locale.h.89F00A86827ADF15.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/locale.h.89F00A86827ADF15.idx new file mode 100644 index 0000000..beb585d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/locale.h.89F00A86827ADF15.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/logHandler.cpp.7EB0BFB0BACBEE10.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/logHandler.cpp.7EB0BFB0BACBEE10.idx new file mode 100644 index 0000000..8404fe6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/logHandler.cpp.7EB0BFB0BACBEE10.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/logHandler.h.C97689C2E7446922.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/logHandler.h.C97689C2E7446922.idx new file mode 100644 index 0000000..d718186 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/logHandler.h.C97689C2E7446922.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/lzexpand.h.ABF1C8984ACE3550.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/lzexpand.h.ABF1C8984ACE3550.idx new file mode 100644 index 0000000..5864ea7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/lzexpand.h.ABF1C8984ACE3550.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.C29F4B9AB3211E95.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.C29F4B9AB3211E95.idx new file mode 100644 index 0000000..f832705 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.C29F4B9AB3211E95.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mainwindow.cpp.44FD06228CFA2139.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mainwindow.cpp.44FD06228CFA2139.idx new file mode 100644 index 0000000..d59c853 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mainwindow.cpp.44FD06228CFA2139.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mainwindow.h.EBD784A5332A03A7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mainwindow.h.EBD784A5332A03A7.idx new file mode 100644 index 0000000..e28434d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mainwindow.h.EBD784A5332A03A7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/malloc.h.D23ED0F3908B8D2A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/malloc.h.D23ED0F3908B8D2A.idx new file mode 100644 index 0000000..03c461c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/malloc.h.D23ED0F3908B8D2A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/map.1628C4E2694DF278.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/map.1628C4E2694DF278.idx new file mode 100644 index 0000000..b378a8d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/map.1628C4E2694DF278.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/math.h.32D520275E3BAB4A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/math.h.32D520275E3BAB4A.idx new file mode 100644 index 0000000..2a6d061 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/math.h.32D520275E3BAB4A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mciapi.h.B5B9E5648F913E77.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mciapi.h.B5B9E5648F913E77.idx new file mode 100644 index 0000000..fe37d8a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mciapi.h.B5B9E5648F913E77.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mcx.h.7BBDA1A25FBBA30A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mcx.h.7BBDA1A25FBBA30A.idx new file mode 100644 index 0000000..409bc49 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mcx.h.7BBDA1A25FBBA30A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/memory.461367BE5A866A29.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/memory.461367BE5A866A29.idx new file mode 100644 index 0000000..64ab363 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/memory.461367BE5A866A29.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/memoryapi.h.E5A0CB7DCC1B2616.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/memoryapi.h.E5A0CB7DCC1B2616.idx new file mode 100644 index 0000000..08ef6fb Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/memoryapi.h.E5A0CB7DCC1B2616.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/minwinbase.h.24481FE6E9575BA7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/minwinbase.h.24481FE6E9575BA7.idx new file mode 100644 index 0000000..d91f370 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/minwinbase.h.24481FE6E9575BA7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/minwindef.h.559E7DE6473BAD2C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/minwindef.h.559E7DE6473BAD2C.idx new file mode 100644 index 0000000..4e2b874 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/minwindef.h.559E7DE6473BAD2C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mm_malloc.h.402B18D2B8F281C8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mm_malloc.h.402B18D2B8F281C8.idx new file mode 100644 index 0000000..597226c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mm_malloc.h.402B18D2B8F281C8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mmeapi.h.C5CD31B4D83F59BF.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mmeapi.h.C5CD31B4D83F59BF.idx new file mode 100644 index 0000000..0fd07d7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mmeapi.h.C5CD31B4D83F59BF.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mmintrin.h.F59B2B111021C340.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mmintrin.h.F59B2B111021C340.idx new file mode 100644 index 0000000..ff35885 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mmintrin.h.F59B2B111021C340.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mmiscapi.h.D26A1FA5DA596EEB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mmiscapi.h.D26A1FA5DA596EEB.idx new file mode 100644 index 0000000..bfdacfa Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mmiscapi.h.D26A1FA5DA596EEB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mmiscapi2.h.DBF490078AE0605D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mmiscapi2.h.DBF490078AE0605D.idx new file mode 100644 index 0000000..9d84aa6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mmiscapi2.h.DBF490078AE0605D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mmsyscom.h.7946FA192255148E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mmsyscom.h.7946FA192255148E.idx new file mode 100644 index 0000000..46a5074 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mmsyscom.h.7946FA192255148E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mmsystem.h.46C62AA34B488768.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mmsystem.h.46C62AA34B488768.idx new file mode 100644 index 0000000..6fcce29 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mmsystem.h.46C62AA34B488768.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/msxml.h.9503B7758BEC18CE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/msxml.h.9503B7758BEC18CE.idx new file mode 100644 index 0000000..1636387 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/msxml.h.9503B7758BEC18CE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mutex.CA800E2BDE94B168.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mutex.CA800E2BDE94B168.idx new file mode 100644 index 0000000..3dc7362 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/mutex.CA800E2BDE94B168.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/namedpipeapi.h.F0D5DC4DAC6AEAB7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/namedpipeapi.h.F0D5DC4DAC6AEAB7.idx new file mode 100644 index 0000000..21f3d43 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/namedpipeapi.h.F0D5DC4DAC6AEAB7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/namespaceapi.h.8B59FCB7E92C681B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/namespaceapi.h.8B59FCB7E92C681B.idx new file mode 100644 index 0000000..6d46db3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/namespaceapi.h.8B59FCB7E92C681B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/nb30.h.312BF26B7CDDC3EC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/nb30.h.312BF26B7CDDC3EC.idx new file mode 100644 index 0000000..03a4e1f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/nb30.h.312BF26B7CDDC3EC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ncrypt.h.5C58AFE3D22F9F83.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ncrypt.h.5C58AFE3D22F9F83.idx new file mode 100644 index 0000000..07dc8d6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ncrypt.h.5C58AFE3D22F9F83.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/new.CC803369C037D273.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/new.CC803369C037D273.idx new file mode 100644 index 0000000..6043b05 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/new.CC803369C037D273.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/numeric.39F8EA7144D0FE2F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/numeric.39F8EA7144D0FE2F.idx new file mode 100644 index 0000000..9fc1388 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/numeric.39F8EA7144D0FE2F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/objbase.h.5A1B306AB91FB706.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/objbase.h.5A1B306AB91FB706.idx new file mode 100644 index 0000000..1ccdb1d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/objbase.h.5A1B306AB91FB706.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/oleidl.h.35738470040DE199.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/oleidl.h.35738470040DE199.idx new file mode 100644 index 0000000..cf056ae Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/oleidl.h.35738470040DE199.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ostream.9D0336E2C6F97E08.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ostream.9D0336E2C6F97E08.idx new file mode 100644 index 0000000..d3f6cef Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ostream.9D0336E2C6F97E08.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/playsoundapi.h.54E59FBE7E9DA467.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/playsoundapi.h.54E59FBE7E9DA467.idx new file mode 100644 index 0000000..25dc90f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/playsoundapi.h.54E59FBE7E9DA467.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/poppack.h.DCAD47EA4A8DFBDE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/poppack.h.DCAD47EA4A8DFBDE.idx new file mode 100644 index 0000000..353fddf Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/poppack.h.DCAD47EA4A8DFBDE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pplcancellation_token.h.4FFD6E5F3BD71E28.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pplcancellation_token.h.4FFD6E5F3BD71E28.idx new file mode 100644 index 0000000..fbe3b8d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pplcancellation_token.h.4FFD6E5F3BD71E28.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pplinterface.h.2FF7234B9932FE03.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pplinterface.h.2FF7234B9932FE03.idx new file mode 100644 index 0000000..b388fb9 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pplinterface.h.2FF7234B9932FE03.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ppltasks.h.CC30454A2BA15EB3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ppltasks.h.CC30454A2BA15EB3.idx new file mode 100644 index 0000000..bcb6bc7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ppltasks.h.CC30454A2BA15EB3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ppltaskscheduler.h.DBAC5C0873D58A8A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ppltaskscheduler.h.DBAC5C0873D58A8A.idx new file mode 100644 index 0000000..9722f91 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ppltaskscheduler.h.DBAC5C0873D58A8A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pplwin.h.78D5909080FE9904.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pplwin.h.78D5909080FE9904.idx new file mode 100644 index 0000000..3049629 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pplwin.h.78D5909080FE9904.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/process.h.306499E5E528AE11.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/process.h.306499E5E528AE11.idx new file mode 100644 index 0000000..2ff62b1 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/process.h.306499E5E528AE11.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/processenv.h.FC7FA9DC1C47851C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/processenv.h.FC7FA9DC1C47851C.idx new file mode 100644 index 0000000..c081ac7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/processenv.h.FC7FA9DC1C47851C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/processthreadsapi.h.839EB7AA6719A5BC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/processthreadsapi.h.839EB7AA6719A5BC.idx new file mode 100644 index 0000000..f6dd05a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/processthreadsapi.h.839EB7AA6719A5BC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/processtopologyapi.h.EB15E3EB948A27F2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/processtopologyapi.h.EB15E3EB948A27F2.idx new file mode 100644 index 0000000..e77087a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/processtopologyapi.h.EB15E3EB948A27F2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/profileapi.h.4A39CC79EFD95B27.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/profileapi.h.4A39CC79EFD95B27.idx new file mode 100644 index 0000000..410231d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/profileapi.h.4A39CC79EFD95B27.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/prsht.h.2E736D84DFB7024D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/prsht.h.2E736D84DFB7024D.idx new file mode 100644 index 0000000..68ca533 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/prsht.h.2E736D84DFB7024D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pshpack1.h.12AC659EA8339DAD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pshpack1.h.12AC659EA8339DAD.idx new file mode 100644 index 0000000..8c1fc47 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pshpack1.h.12AC659EA8339DAD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pshpack2.h.E4C6A04019114785.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pshpack2.h.E4C6A04019114785.idx new file mode 100644 index 0000000..c22f401 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pshpack2.h.E4C6A04019114785.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pshpack4.h.E0EA8DECFCE2382D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pshpack4.h.E0EA8DECFCE2382D.idx new file mode 100644 index 0000000..ae89df3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pshpack4.h.E0EA8DECFCE2382D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pshpack8.h.CD1E45526AD9B0E6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pshpack8.h.CD1E45526AD9B0E6.idx new file mode 100644 index 0000000..7fed258 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/pshpack8.h.CD1E45526AD9B0E6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.397B6A3654D463E7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.397B6A3654D463E7.idx new file mode 100644 index 0000000..5f9e131 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.397B6A3654D463E7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.6FE69337B97EE897.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.6FE69337B97EE897.idx new file mode 100644 index 0000000..4256bc5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.6FE69337B97EE897.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.C96C71413D516036.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.C96C71413D516036.idx new file mode 100644 index 0000000..7e327a2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.C96C71413D516036.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.7C9B318F2C9790BC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.7C9B318F2C9790BC.idx new file mode 100644 index 0000000..8b94de0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.7C9B318F2C9790BC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.AD8DFDA6FE1DD363.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.AD8DFDA6FE1DD363.idx new file mode 100644 index 0000000..e4f5eaa Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.AD8DFDA6FE1DD363.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractslider.h.3750AF7A0C6DAE44.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractslider.h.3750AF7A0C6DAE44.idx new file mode 100644 index 0000000..123b2b6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractslider.h.3750AF7A0C6DAE44.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.69AB8B3A8206FBF6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.69AB8B3A8206FBF6.idx new file mode 100644 index 0000000..07f07fa Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.69AB8B3A8206FBF6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstracttextdocumentlayout.h.EBDDC037A257DEB8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstracttextdocumentlayout.h.EBDDC037A257DEB8.idx new file mode 100644 index 0000000..bab5a45 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qabstracttextdocumentlayout.h.EBDDC037A257DEB8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qaction.h.A3D27B83C06FD921.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qaction.h.A3D27B83C06FD921.idx new file mode 100644 index 0000000..823dca5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qaction.h.A3D27B83C06FD921.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qactiongroup.h.85E9ED7723D3A7C0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qactiongroup.h.85E9ED7723D3A7C0.idx new file mode 100644 index 0000000..ed16edd Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qactiongroup.h.85E9ED7723D3A7C0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8F8CDCCFBE7C8F69.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8F8CDCCFBE7C8F69.idx new file mode 100644 index 0000000..41fba3c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8F8CDCCFBE7C8F69.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.D51B310249D5A714.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.D51B310249D5A714.idx new file mode 100644 index 0000000..00bc405 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.D51B310249D5A714.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.CB63FA53F51CFF4F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.CB63FA53F51CFF4F.idx new file mode 100644 index 0000000..7835a61 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.CB63FA53F51CFF4F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.C82EB2183DF9AA69.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.C82EB2183DF9AA69.idx new file mode 100644 index 0000000..7bb31b4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.C82EB2183DF9AA69.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.960965DE3CB25594.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.960965DE3CB25594.idx new file mode 100644 index 0000000..264269c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.960965DE3CB25594.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.7216BA80311BFA71.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.7216BA80311BFA71.idx new file mode 100644 index 0000000..a85bae0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.7216BA80311BFA71.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qboxlayout.h.9090529D8540DB95.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qboxlayout.h.9090529D8540DB95.idx new file mode 100644 index 0000000..87674e0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qboxlayout.h.9090529D8540DB95.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.1E929558D88B3F52.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.1E929558D88B3F52.idx new file mode 100644 index 0000000..81faeb8 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.1E929558D88B3F52.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.3430591EDE2A5323.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.3430591EDE2A5323.idx new file mode 100644 index 0000000..d9603d5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.3430591EDE2A5323.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.F6BBB5652035E91A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.F6BBB5652035E91A.idx new file mode 100644 index 0000000..759fd89 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.F6BBB5652035E91A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.ACF7E2CDBDEF579B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.ACF7E2CDBDEF579B.idx new file mode 100644 index 0000000..1979479 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.ACF7E2CDBDEF579B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcheckbox.h.65D4810872E9B2FB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcheckbox.h.65D4810872E9B2FB.idx new file mode 100644 index 0000000..a8b33e4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcheckbox.h.65D4810872E9B2FB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.D156B3220EF62E4D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.D156B3220EF62E4D.idx new file mode 100644 index 0000000..2a23903 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.D156B3220EF62E4D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcombobox.h.58F1E19751DB3E61.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcombobox.h.58F1E19751DB3E61.idx new file mode 100644 index 0000000..fc612cf Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcombobox.h.58F1E19751DB3E61.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.DB4091F661DBB696.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.DB4091F661DBB696.idx new file mode 100644 index 0000000..3eab8eb Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.DB4091F661DBB696.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.5B2A92AB6DBE85AA.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.5B2A92AB6DBE85AA.idx new file mode 100644 index 0000000..91d637e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.5B2A92AB6DBE85AA.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.EE157A3A32A623E2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.EE157A3A32A623E2.idx new file mode 100644 index 0000000..6bba853 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.EE157A3A32A623E2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.8D44C5D6447692CE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.8D44C5D6447692CE.idx new file mode 100644 index 0000000..996620a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.8D44C5D6447692CE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.969F5EB9A9252223.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.969F5EB9A9252223.idx new file mode 100644 index 0000000..3dba4d8 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.969F5EB9A9252223.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.2926FBA585285D6D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.2926FBA585285D6D.idx new file mode 100644 index 0000000..9a94f33 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.2926FBA585285D6D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.2FB7FEDAD267303F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.2FB7FEDAD267303F.idx new file mode 100644 index 0000000..7a20666 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.2FB7FEDAD267303F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.64D1965B5B7D5EB6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.64D1965B5B7D5EB6.idx new file mode 100644 index 0000000..267a393 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.64D1965B5B7D5EB6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.7ED3B10E0BA8C017.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.7ED3B10E0BA8C017.idx new file mode 100644 index 0000000..d51af30 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.7ED3B10E0BA8C017.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qdatetime.h.81CDAD93FC6D2DEC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qdatetime.h.81CDAD93FC6D2DEC.idx new file mode 100644 index 0000000..c7efa0f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qdatetime.h.81CDAD93FC6D2DEC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.BB690D50C4A003ED.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.BB690D50C4A003ED.idx new file mode 100644 index 0000000..3b28bca Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.BB690D50C4A003ED.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qdebug.h.A685783135DE2469.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qdebug.h.A685783135DE2469.idx new file mode 100644 index 0000000..c64d5ae Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qdebug.h.A685783135DE2469.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.BA3B76234A888715.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.BA3B76234A888715.idx new file mode 100644 index 0000000..bc9efb8 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.BA3B76234A888715.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qelapsedtimer.h.B4C6FB5346EEEB9B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qelapsedtimer.h.B4C6FB5346EEEB9B.idx new file mode 100644 index 0000000..9049101 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qelapsedtimer.h.B4C6FB5346EEEB9B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qevent.h.1DC761D16003438B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qevent.h.1DC761D16003438B.idx new file mode 100644 index 0000000..458f5df Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qevent.h.1DC761D16003438B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.82A300B78B4E5644.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.82A300B78B4E5644.idx new file mode 100644 index 0000000..f133679 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.82A300B78B4E5644.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qfile.h.7B6DD9B827A00D82.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qfile.h.7B6DD9B827A00D82.idx new file mode 100644 index 0000000..65290fb Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qfile.h.7B6DD9B827A00D82.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qfiledevice.h.4091301038494AB2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qfiledevice.h.4091301038494AB2.idx new file mode 100644 index 0000000..53c48e3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qfiledevice.h.4091301038494AB2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.11E72FFE51C5BBA2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.11E72FFE51C5BBA2.idx new file mode 100644 index 0000000..7cb0c0d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.11E72FFE51C5BBA2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.209F5EBCDE538515.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.209F5EBCDE538515.idx new file mode 100644 index 0000000..a21b0e7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.209F5EBCDE538515.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qfontdatabase.h.1FA7428BFA5EEB65.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qfontdatabase.h.1FA7428BFA5EEB65.idx new file mode 100644 index 0000000..6061be3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qfontdatabase.h.1FA7428BFA5EEB65.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.CCD938BE833D806F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.CCD938BE833D806F.idx new file mode 100644 index 0000000..000955f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.CCD938BE833D806F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.A0FF20B0F187D829.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.A0FF20B0F187D829.idx new file mode 100644 index 0000000..72fcb5d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.A0FF20B0F187D829.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.BD84B7408079048B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.BD84B7408079048B.idx new file mode 100644 index 0000000..19db1cf Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.BD84B7408079048B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.CB76942FCD0FE490.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.CB76942FCD0FE490.idx new file mode 100644 index 0000000..e87c023 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.CB76942FCD0FE490.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.365DF8CF2C19BAC9.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.365DF8CF2C19BAC9.idx new file mode 100644 index 0000000..1c5ae89 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.365DF8CF2C19BAC9.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.DC84A22F45ABCE23.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.DC84A22F45ABCE23.idx new file mode 100644 index 0000000..dc6b15d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.DC84A22F45ABCE23.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qglyphrun.h.A9627C5487624DC4.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qglyphrun.h.A9627C5487624DC4.idx new file mode 100644 index 0000000..c12de9a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qglyphrun.h.A9627C5487624DC4.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qgridlayout.h.9F9388E291E9F165.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qgridlayout.h.9F9388E291E9F165.idx new file mode 100644 index 0000000..2f59d5f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qgridlayout.h.9F9388E291E9F165.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qgroupbox.h.9ADD3434118627B0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qgroupbox.h.9ADD3434118627B0.idx new file mode 100644 index 0000000..f87ed03 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qgroupbox.h.9ADD3434118627B0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.59874743F8AE703F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.59874743F8AE703F.idx new file mode 100644 index 0000000..d59378a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.59874743F8AE703F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.9E52283BDC98CB64.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.9E52283BDC98CB64.idx new file mode 100644 index 0000000..af1d88c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.9E52283BDC98CB64.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.4736C6BFB28D6008.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.4736C6BFB28D6008.idx new file mode 100644 index 0000000..128bc4e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.4736C6BFB28D6008.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qheaderview.h.202FFED248F8E0B8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qheaderview.h.202FFED248F8E0B8.idx new file mode 100644 index 0000000..b27873d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qheaderview.h.202FFED248F8E0B8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.25BC4BFD9DDC0550.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.25BC4BFD9DDC0550.idx new file mode 100644 index 0000000..d4ac0b4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.25BC4BFD9DDC0550.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.C1B84CC662EEDF7E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.C1B84CC662EEDF7E.idx new file mode 100644 index 0000000..f59b7a0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.C1B84CC662EEDF7E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.07ABAEC9C691D612.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.07ABAEC9C691D612.idx new file mode 100644 index 0000000..6eacd2e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.07ABAEC9C691D612.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.2DC99DC89D99CDDB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.2DC99DC89D99CDDB.idx new file mode 100644 index 0000000..71d58fc Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.2DC99DC89D99CDDB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.197892895DB3AB4D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.197892895DB3AB4D.idx new file mode 100644 index 0000000..8a8a363 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.197892895DB3AB4D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.84E3233AE69B8806.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.84E3233AE69B8806.idx new file mode 100644 index 0000000..a1acb09 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.84E3233AE69B8806.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.72000046B7E38387.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.72000046B7E38387.idx new file mode 100644 index 0000000..0bf3daf Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.72000046B7E38387.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.02A4364CE325E984.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.02A4364CE325E984.idx new file mode 100644 index 0000000..26d17d9 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.02A4364CE325E984.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlayout.h.3670B3B8FFD13A01.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlayout.h.3670B3B8FFD13A01.idx new file mode 100644 index 0000000..8619f84 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlayout.h.3670B3B8FFD13A01.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlayoutitem.h.879BBDC6FF63737E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlayoutitem.h.879BBDC6FF63737E.idx new file mode 100644 index 0000000..6b25faa Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlayoutitem.h.879BBDC6FF63737E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qline.h.1A797C3C3D816AD1.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qline.h.1A797C3C3D816AD1.idx new file mode 100644 index 0000000..0555d26 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qline.h.1A797C3C3D816AD1.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.1D3E372F2F7D3093.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.1D3E372F2F7D3093.idx new file mode 100644 index 0000000..58b1780 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.1D3E372F2F7D3093.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.37563C9C4F7788DD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.37563C9C4F7788DD.idx new file mode 100644 index 0000000..6890984 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.37563C9C4F7788DD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.CC7D4A4D76FC8BEE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.CC7D4A4D76FC8BEE.idx new file mode 100644 index 0000000..fb7b5d2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.CC7D4A4D76FC8BEE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.A36056D5BB6AB926.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.A36056D5BB6AB926.idx new file mode 100644 index 0000000..71818b2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.A36056D5BB6AB926.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.59642EC05DBD38E8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.59642EC05DBD38E8.idx new file mode 100644 index 0000000..06c516e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.59642EC05DBD38E8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.E58396D1ADD0D4F3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.E58396D1ADD0D4F3.idx new file mode 100644 index 0000000..5b15c6e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.E58396D1ADD0D4F3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.1CCC0F43C2F6A24C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.1CCC0F43C2F6A24C.idx new file mode 100644 index 0000000..3de27c7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.1CCC0F43C2F6A24C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.AC13C024421EAFD4.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.AC13C024421EAFD4.idx new file mode 100644 index 0000000..ca8ba5f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.AC13C024421EAFD4.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmenu.h.0F0C8C92EB03A6CC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmenu.h.0F0C8C92EB03A6CC.idx new file mode 100644 index 0000000..5d3b815 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmenu.h.0F0C8C92EB03A6CC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmenubar.h.64D4F893D5BD2510.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmenubar.h.64D4F893D5BD2510.idx new file mode 100644 index 0000000..8cb8f57 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmenubar.h.64D4F893D5BD2510.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.D5FBF93B27FCFE02.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.D5FBF93B27FCFE02.idx new file mode 100644 index 0000000..1f97193 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.D5FBF93B27FCFE02.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.CB3D7E1D43B6A278.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.CB3D7E1D43B6A278.idx new file mode 100644 index 0000000..bfb1c23 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.CB3D7E1D43B6A278.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmutex.h.FD742DDCABC69F06.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmutex.h.FD742DDCABC69F06.idx new file mode 100644 index 0000000..7aff8d0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qmutex.h.FD742DDCABC69F06.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.16667256881EB899.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.16667256881EB899.idx new file mode 100644 index 0000000..39c0253 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.16667256881EB899.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.4B5EF6DA699DDB8C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.4B5EF6DA699DDB8C.idx new file mode 100644 index 0000000..dc25bd1 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.4B5EF6DA699DDB8C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.E97B7C7305B2C29A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.E97B7C7305B2C29A.idx new file mode 100644 index 0000000..4472c19 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.E97B7C7305B2C29A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.6644F30EB683B9F0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.6644F30EB683B9F0.idx new file mode 100644 index 0000000..da40891 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.6644F30EB683B9F0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.4948A27B6054ECBF.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.4948A27B6054ECBF.idx new file mode 100644 index 0000000..e32603a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.4948A27B6054ECBF.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.4B70E87C251A8977.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.4B70E87C251A8977.idx new file mode 100644 index 0000000..ceb5813 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.4B70E87C251A8977.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.7D80670A27B2E92A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.7D80670A27B2E92A.idx new file mode 100644 index 0000000..ea37a03 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.7D80670A27B2E92A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.C7D86B6FDCF2CDAD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.C7D86B6FDCF2CDAD.idx new file mode 100644 index 0000000..fab8454 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.C7D86B6FDCF2CDAD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.D84615AE797308A1.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.D84615AE797308A1.idx new file mode 100644 index 0000000..fdd2074 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.D84615AE797308A1.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.4D1833E23B4028BE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.4D1833E23B4028BE.idx new file mode 100644 index 0000000..0a51fb1 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.4D1833E23B4028BE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.E37FD20C8E4690B3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.E37FD20C8E4690B3.idx new file mode 100644 index 0000000..8ca9a0e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.E37FD20C8E4690B3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.9EE1B362CFC03B91.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.9EE1B362CFC03B91.idx new file mode 100644 index 0000000..04ebaee Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.9EE1B362CFC03B91.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.78ED1DD151715E2A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.78ED1DD151715E2A.idx new file mode 100644 index 0000000..d140749 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.78ED1DD151715E2A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qplaintextedit.h.6AECDAF8C1075E03.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qplaintextedit.h.6AECDAF8C1075E03.idx new file mode 100644 index 0000000..2113cba Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qplaintextedit.h.6AECDAF8C1075E03.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.8BE646E68B7831E9.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.8BE646E68B7831E9.idx new file mode 100644 index 0000000..fde0604 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.8BE646E68B7831E9.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.98A2BDB628A5208F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.98A2BDB628A5208F.idx new file mode 100644 index 0000000..bcb7868 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.98A2BDB628A5208F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.F43ADB5ED73226A6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.F43ADB5ED73226A6.idx new file mode 100644 index 0000000..336e084 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.F43ADB5ED73226A6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98673E779EE3752E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98673E779EE3752E.idx new file mode 100644 index 0000000..c7c22d3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98673E779EE3752E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qrawfont.h.6F72BF34B399AF02.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qrawfont.h.6F72BF34B399AF02.idx new file mode 100644 index 0000000..778be44 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qrawfont.h.6F72BF34B399AF02.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.DDEB343715D62B32.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.DDEB343715D62B32.idx new file mode 100644 index 0000000..9dcd374 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.DDEB343715D62B32.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.ED5BE252FDD4FF86.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.ED5BE252FDD4FF86.idx new file mode 100644 index 0000000..5bba39d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.ED5BE252FDD4FF86.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.6EDFF9EA719FF5A0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.6EDFF9EA719FF5A0.idx new file mode 100644 index 0000000..1316a68 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.6EDFF9EA719FF5A0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.B48E3E3552B49BFF.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.B48E3E3552B49BFF.idx new file mode 100644 index 0000000..ecf0363 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.B48E3E3552B49BFF.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.F96720884AA26B16.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.F96720884AA26B16.idx new file mode 100644 index 0000000..1117f10 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.F96720884AA26B16.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.2A54E94892850E76.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.2A54E94892850E76.idx new file mode 100644 index 0000000..4496fee Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.2A54E94892850E76.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.C286A86066BB5460.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.C286A86066BB5460.idx new file mode 100644 index 0000000..8f42544 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.C286A86066BB5460.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qrubberband.h.5FEC33802A9950BF.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qrubberband.h.5FEC33802A9950BF.idx new file mode 100644 index 0000000..e160e5f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qrubberband.h.5FEC33802A9950BF.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.C15B93564C50AD76.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.C15B93564C50AD76.idx new file mode 100644 index 0000000..c309bb9 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.C15B93564C50AD76.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qset.h.2384077DC7D76147.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qset.h.2384077DC7D76147.idx new file mode 100644 index 0000000..7306f19 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qset.h.2384077DC7D76147.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.D5FB9259EE7585FA.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.D5FB9259EE7585FA.idx new file mode 100644 index 0000000..1f30501 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.D5FB9259EE7585FA.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.D45FC08803EAC7CC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.D45FC08803EAC7CC.idx new file mode 100644 index 0000000..7eed634 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.D45FC08803EAC7CC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.3340146A5AE5FB73.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.3340146A5AE5FB73.idx new file mode 100644 index 0000000..6200dd3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.3340146A5AE5FB73.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.41B579630A8ED319.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.41B579630A8ED319.idx new file mode 100644 index 0000000..b648cef Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.41B579630A8ED319.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.609F8CB9C020A23B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.609F8CB9C020A23B.idx new file mode 100644 index 0000000..5075549 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.609F8CB9C020A23B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qslider.h.D71C22CD8BD505E8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qslider.h.D71C22CD8BD505E8.idx new file mode 100644 index 0000000..76d7538 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qslider.h.D71C22CD8BD505E8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstatusbar.h.FF16963C3DBA0F8A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstatusbar.h.FF16963C3DBA0F8A.idx new file mode 100644 index 0000000..20058c2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstatusbar.h.FF16963C3DBA0F8A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F765EDB0EECC9907.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F765EDB0EECC9907.idx new file mode 100644 index 0000000..aec5466 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F765EDB0EECC9907.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.88B06124D4B4DAB6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.88B06124D4B4DAB6.idx new file mode 100644 index 0000000..374fff4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.88B06124D4B4DAB6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.F7DC1A9C525C1542.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.F7DC1A9C525C1542.idx new file mode 100644 index 0000000..9030307 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.F7DC1A9C525C1542.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.01699817458548D0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.01699817458548D0.idx new file mode 100644 index 0000000..f76a4b3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.01699817458548D0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.B25E650CFB37298D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.B25E650CFB37298D.idx new file mode 100644 index 0000000..08a77dd Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.B25E650CFB37298D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.F45439462FF3B274.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.F45439462FF3B274.idx new file mode 100644 index 0000000..e608926 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.F45439462FF3B274.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstyle.h.365F8C2E643AC127.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstyle.h.365F8C2E643AC127.idx new file mode 100644 index 0000000..31da3c4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstyle.h.365F8C2E643AC127.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstyleoption.h.5D5878906D906BE6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstyleoption.h.5D5878906D906BE6.idx new file mode 100644 index 0000000..9120ed0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qstyleoption.h.5D5878906D906BE6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.E52B27941E421D8E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.E52B27941E421D8E.idx new file mode 100644 index 0000000..a60a549 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.E52B27941E421D8E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.11CC3C6CC68A41C8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.11CC3C6CC68A41C8.idx new file mode 100644 index 0000000..b0f3985 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.11CC3C6CC68A41C8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtabbar.h.2ADB1CCFD8F10CA9.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtabbar.h.2ADB1CCFD8F10CA9.idx new file mode 100644 index 0000000..fceeb11 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtabbar.h.2ADB1CCFD8F10CA9.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtableview.h.D1359797211C9C78.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtableview.h.D1359797211C9C78.idx new file mode 100644 index 0000000..4288a91 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtableview.h.D1359797211C9C78.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtablewidget.h.28B6AD3EBC80ED2F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtablewidget.h.28B6AD3EBC80ED2F.idx new file mode 100644 index 0000000..6e9ee6f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtablewidget.h.28B6AD3EBC80ED2F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.15D86E66842D7F1D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.15D86E66842D7F1D.idx new file mode 100644 index 0000000..10c62b2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.15D86E66842D7F1D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.3700C19BC5CF54AC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.3700C19BC5CF54AC.idx new file mode 100644 index 0000000..86c088e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.3700C19BC5CF54AC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.120BA5126C21CEF4.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.120BA5126C21CEF4.idx new file mode 100644 index 0000000..2307c28 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.120BA5126C21CEF4.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextdocument.h.6E9583D8E34399B0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextdocument.h.6E9583D8E34399B0.idx new file mode 100644 index 0000000..9407cc0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextdocument.h.6E9583D8E34399B0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextedit.h.C2FBA6BBE9C720C0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextedit.h.C2FBA6BBE9C720C0.idx new file mode 100644 index 0000000..b1e0800 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextedit.h.C2FBA6BBE9C720C0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.03F55C14B95B98ED.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.03F55C14B95B98ED.idx new file mode 100644 index 0000000..c9b37a2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.03F55C14B95B98ED.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextlayout.h.49A32ACFD769BD95.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextlayout.h.49A32ACFD769BD95.idx new file mode 100644 index 0000000..1acd371 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextlayout.h.49A32ACFD769BD95.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.4356A306BA4A2A19.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.4356A306BA4A2A19.idx new file mode 100644 index 0000000..77b9b88 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.4356A306BA4A2A19.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextstream.h.E4283CC7D69601C0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextstream.h.E4283CC7D69601C0.idx new file mode 100644 index 0000000..398da70 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtextstream.h.E4283CC7D69601C0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.57771AB9FBEAFC37.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.57771AB9FBEAFC37.idx new file mode 100644 index 0000000..baef1ea Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.57771AB9FBEAFC37.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.760A9BDEA549F593.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.760A9BDEA549F593.idx new file mode 100644 index 0000000..d78540c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.760A9BDEA549F593.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qthread.h.04A732FBED6282F0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qthread.h.04A732FBED6282F0.idx new file mode 100644 index 0000000..9c62934 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qthread.h.04A732FBED6282F0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtouchdevice.h.34E3143BB0827CA2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtouchdevice.h.34E3143BB0827CA2.idx new file mode 100644 index 0000000..4e6b81a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtouchdevice.h.34E3143BB0827CA2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.BBC1BAEB133B5DFD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.BBC1BAEB133B5DFD.idx new file mode 100644 index 0000000..bd50e1e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.BBC1BAEB133B5DFD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.D957F3107E7F8F40.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.D957F3107E7F8F40.idx new file mode 100644 index 0000000..9b31964 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.D957F3107E7F8F40.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.8C9C2558E17299BF.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.8C9C2558E17299BF.idx new file mode 100644 index 0000000..68b370c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.8C9C2558E17299BF.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.CEABD1771D8D4CA6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.CEABD1771D8D4CA6.idx new file mode 100644 index 0000000..5c210eb Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.CEABD1771D8D4CA6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.BCA0EF46DA9ACFF3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.BCA0EF46DA9ACFF3.idx new file mode 100644 index 0000000..ba88652 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.BCA0EF46DA9ACFF3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qvalidator.h.3BC1D321980E8F02.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qvalidator.h.3BC1D321980E8F02.idx new file mode 100644 index 0000000..65041e8 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qvalidator.h.3BC1D321980E8F02.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.C9E17BD7CC371C63.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.C9E17BD7CC371C63.idx new file mode 100644 index 0000000..1f9c0e1 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.C9E17BD7CC371C63.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.B8C4B08C01AE41BC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.B8C4B08C01AE41BC.idx new file mode 100644 index 0000000..12f7730 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.B8C4B08C01AE41BC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.E8BD2808752AEFFC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.E8BD2808752AEFFC.idx new file mode 100644 index 0000000..340fc07 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.E8BD2808752AEFFC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qvector2d.h.A925F9D44721ABA8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qvector2d.h.A925F9D44721ABA8.idx new file mode 100644 index 0000000..0c59b07 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qvector2d.h.A925F9D44721ABA8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.4C9E854EB7DF6B12.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.4C9E854EB7DF6B12.idx new file mode 100644 index 0000000..7404564 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.4C9E854EB7DF6B12.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.8D83DD8C4EE2779F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.8D83DD8C4EE2779F.idx new file mode 100644 index 0000000..6c58a1e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.8D83DD8C4EE2779F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.F9B35C99ACAD059F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.F9B35C99ACAD059F.idx new file mode 100644 index 0000000..a41371e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.F9B35C99ACAD059F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs_win.h.8BBBBBF7E836E060.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs_win.h.8BBBBBF7E836E060.idx new file mode 100644 index 0000000..294a9ef Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs_win.h.8BBBBBF7E836E060.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ratio.83FA601AA369ECE7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ratio.83FA601AA369ECE7.idx new file mode 100644 index 0000000..0693535 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ratio.83FA601AA369ECE7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/realtimeapiset.h.87E99D56177692DE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/realtimeapiset.h.87E99D56177692DE.idx new file mode 100644 index 0000000..ea3f76b Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/realtimeapiset.h.87E99D56177692DE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/reason.h.B908FAEE3541C95D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/reason.h.B908FAEE3541C95D.idx new file mode 100644 index 0000000..8dd02ea Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/reason.h.B908FAEE3541C95D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpc.h.2BDC2467F8A8FC30.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpc.h.2BDC2467F8A8FC30.idx new file mode 100644 index 0000000..25c9162 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpc.h.2BDC2467F8A8FC30.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcasync.h.37EDF62E23B4F2F7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcasync.h.37EDF62E23B4F2F7.idx new file mode 100644 index 0000000..1baa2d4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcasync.h.37EDF62E23B4F2F7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcdce.h.32D4D9035BA14105.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcdce.h.32D4D9035BA14105.idx new file mode 100644 index 0000000..d991aaf Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcdce.h.32D4D9035BA14105.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcdcep.h.E8AD59FF1A91315C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcdcep.h.E8AD59FF1A91315C.idx new file mode 100644 index 0000000..fe0c490 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcdcep.h.E8AD59FF1A91315C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcndr.h.A9755AB05917DE55.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcndr.h.A9755AB05917DE55.idx new file mode 100644 index 0000000..d1347bb Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcndr.h.A9755AB05917DE55.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcnsi.h.0A2398BF4C4B94D0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcnsi.h.0A2398BF4C4B94D0.idx new file mode 100644 index 0000000..4fcd51a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcnsi.h.0A2398BF4C4B94D0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcnsip.h.944E2D519566C091.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcnsip.h.944E2D519566C091.idx new file mode 100644 index 0000000..4931364 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcnsip.h.944E2D519566C091.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcnterr.h.3047E2C69A840888.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcnterr.h.3047E2C69A840888.idx new file mode 100644 index 0000000..661bd75 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcnterr.h.3047E2C69A840888.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcsal.h.747A1D9112DDAE0A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcsal.h.747A1D9112DDAE0A.idx new file mode 100644 index 0000000..af3d227 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/rpcsal.h.747A1D9112DDAE0A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/sal.h.2C90E0BC392DF69D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/sal.h.2C90E0BC392DF69D.idx new file mode 100644 index 0000000..733c27f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/sal.h.2C90E0BC392DF69D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/sdkddkver.h.18E70507A47C7E4B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/sdkddkver.h.18E70507A47C7E4B.idx new file mode 100644 index 0000000..7512baa Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/sdkddkver.h.18E70507A47C7E4B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/sdv_driverspecs.h.EB81DD1CBD0E3A2D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/sdv_driverspecs.h.EB81DD1CBD0E3A2D.idx new file mode 100644 index 0000000..2981794 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/sdv_driverspecs.h.EB81DD1CBD0E3A2D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/securityappcontainer.h.C01AD5F9B3A4AE95.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/securityappcontainer.h.C01AD5F9B3A4AE95.idx new file mode 100644 index 0000000..fa1b531 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/securityappcontainer.h.C01AD5F9B3A4AE95.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/securitybaseapi.h.D8CE5175CDA627C7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/securitybaseapi.h.D8CE5175CDA627C7.idx new file mode 100644 index 0000000..f4a2d5d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/securitybaseapi.h.D8CE5175CDA627C7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/servprov.h.3D63BCCC95A6290C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/servprov.h.3D63BCCC95A6290C.idx new file mode 100644 index 0000000..cdb66e3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/servprov.h.3D63BCCC95A6290C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.D880CE647C1A6B40.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.D880CE647C1A6B40.idx new file mode 100644 index 0000000..41f7d55 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.D880CE647C1A6B40.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/share.h.B2658C90668678F0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/share.h.B2658C90668678F0.idx new file mode 100644 index 0000000..49b15b2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/share.h.B2658C90668678F0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/shellapi.h.B121F6DBDDDCACF7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/shellapi.h.B121F6DBDDDCACF7.idx new file mode 100644 index 0000000..2f18e0a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/shellapi.h.B121F6DBDDDCACF7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/specstrings.h.145DED0D43114844.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/specstrings.h.145DED0D43114844.idx new file mode 100644 index 0000000..fdfce44 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/specstrings.h.145DED0D43114844.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/specstrings_strict.h.7D7829B5E0C5DBFC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/specstrings_strict.h.7D7829B5E0C5DBFC.idx new file mode 100644 index 0000000..5c2db69 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/specstrings_strict.h.7D7829B5E0C5DBFC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/specstrings_undef.h.F5122947DDB7195D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/specstrings_undef.h.F5122947DDB7195D.idx new file mode 100644 index 0000000..fd5a272 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/specstrings_undef.h.F5122947DDB7195D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stat.h.6C83E070BDAA04AF.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stat.h.6C83E070BDAA04AF.idx new file mode 100644 index 0000000..5316526 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stat.h.6C83E070BDAA04AF.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.A89956E3BB49B494.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.A89956E3BB49B494.idx new file mode 100644 index 0000000..1428ffd Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.A89956E3BB49B494.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.CC1420C7A110B714.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.CC1420C7A110B714.idx new file mode 100644 index 0000000..e83499a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.CC1420C7A110B714.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.DA80D7A7693D68F5.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.DA80D7A7693D68F5.idx new file mode 100644 index 0000000..997c111 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.DA80D7A7693D68F5.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.307305876DFCB067.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.307305876DFCB067.idx new file mode 100644 index 0000000..256975f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.307305876DFCB067.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.BE63C8F277EF7737.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.BE63C8F277EF7737.idx new file mode 100644 index 0000000..aeaa68d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.BE63C8F277EF7737.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.0AFE106EF7DA73AD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.0AFE106EF7DA73AD.idx new file mode 100644 index 0000000..a8b8a65 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.0AFE106EF7DA73AD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.242307CAE6307F0C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.242307CAE6307F0C.idx new file mode 100644 index 0000000..20f3d95 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.242307CAE6307F0C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stralign.h.4A3C9E1BDDB1E9AC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stralign.h.4A3C9E1BDDB1E9AC.idx new file mode 100644 index 0000000..692e1ff Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stralign.h.4A3C9E1BDDB1E9AC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/streambuf.81A12B7DB346EE99.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/streambuf.81A12B7DB346EE99.idx new file mode 100644 index 0000000..4d966e4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/streambuf.81A12B7DB346EE99.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/string.C0ED94BADB6A4347.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/string.C0ED94BADB6A4347.idx new file mode 100644 index 0000000..d58a1c3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/string.C0ED94BADB6A4347.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/string.h.80B975C7A5B43295.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/string.h.80B975C7A5B43295.idx new file mode 100644 index 0000000..7d3a014 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/string.h.80B975C7A5B43295.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stringapiset.h.FFF44BDA43E0C9F2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stringapiset.h.FFF44BDA43E0C9F2.idx new file mode 100644 index 0000000..1e73f40 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/stringapiset.h.FFF44BDA43E0C9F2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/synchapi.h.AF2B540653DC37BB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/synchapi.h.AF2B540653DC37BB.idx new file mode 100644 index 0000000..c09bd15 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/synchapi.h.AF2B540653DC37BB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/sysinfoapi.h.8EFECAEFEC8EC0AB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/sysinfoapi.h.8EFECAEFEC8EC0AB.idx new file mode 100644 index 0000000..9789053 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/sysinfoapi.h.8EFECAEFEC8EC0AB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/system_error.E0253AE0D3D48A1E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/system_error.E0253AE0D3D48A1E.idx new file mode 100644 index 0000000..1468399 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/system_error.E0253AE0D3D48A1E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/systemtopologyapi.h.173142DD61A8AC52.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/systemtopologyapi.h.173142DD61A8AC52.idx new file mode 100644 index 0000000..7be6f9a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/systemtopologyapi.h.173142DD61A8AC52.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/thread.5489C0551A2C08A3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/thread.5489C0551A2C08A3.idx new file mode 100644 index 0000000..6ad9781 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/thread.5489C0551A2C08A3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/threadpoolapiset.h.8C64CC951877135B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/threadpoolapiset.h.8C64CC951877135B.idx new file mode 100644 index 0000000..4944620 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/threadpoolapiset.h.8C64CC951877135B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/threadpoollegacyapiset.h.D4D06671654980A6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/threadpoollegacyapiset.h.D4D06671654980A6.idx new file mode 100644 index 0000000..37ae8ff Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/threadpoollegacyapiset.h.D4D06671654980A6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/time.h.BD934124E637F1AD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/time.h.BD934124E637F1AD.idx new file mode 100644 index 0000000..ac2dc11 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/time.h.BD934124E637F1AD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/timeapi.h.B3C1CD236AC4364F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/timeapi.h.B3C1CD236AC4364F.idx new file mode 100644 index 0000000..df1ac73 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/timeapi.h.B3C1CD236AC4364F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/timezoneapi.h.8A879A85AE02053C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/timezoneapi.h.8A879A85AE02053C.idx new file mode 100644 index 0000000..0fb6263 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/timezoneapi.h.8A879A85AE02053C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/tuple.835B9DC05F8499BB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/tuple.835B9DC05F8499BB.idx new file mode 100644 index 0000000..039f808 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/tuple.835B9DC05F8499BB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/tvout.h.102BF21E96EDEA18.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/tvout.h.102BF21E96EDEA18.idx new file mode 100644 index 0000000..c1374a3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/tvout.h.102BF21E96EDEA18.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/type_traits.BB54D6B5E1BE58E8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/type_traits.BB54D6B5E1BE58E8.idx new file mode 100644 index 0000000..e6c0022 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/type_traits.BB54D6B5E1BE58E8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.FBE42D57AB0DDBB5.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.FBE42D57AB0DDBB5.idx new file mode 100644 index 0000000..26cfe0b Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.FBE42D57AB0DDBB5.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/types.h.F7AA6D6B9C5F4D29.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/types.h.F7AA6D6B9C5F4D29.idx new file mode 100644 index 0000000..3a0a38b Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/types.h.F7AA6D6B9C5F4D29.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.47F082165A138CE0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.47F082165A138CE0.idx new file mode 100644 index 0000000..43eddc5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.47F082165A138CE0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.8F9F0297793F6DAD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.8F9F0297793F6DAD.idx new file mode 100644 index 0000000..73a2347 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.8F9F0297793F6DAD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/urlmon.h.AFF83825C4870D18.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/urlmon.h.AFF83825C4870D18.idx new file mode 100644 index 0000000..636a1a7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/urlmon.h.AFF83825C4870D18.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/use_ansi.h.A5B865D96B85A1ED.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/use_ansi.h.A5B865D96B85A1ED.idx new file mode 100644 index 0000000..be89abb Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/use_ansi.h.A5B865D96B85A1ED.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/utilapiset.h.DF997D80F577C1EF.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/utilapiset.h.DF997D80F577C1EF.idx new file mode 100644 index 0000000..116330d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/utilapiset.h.DF997D80F577C1EF.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/utility.3206EDF755E7800E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/utility.3206EDF755E7800E.idx new file mode 100644 index 0000000..34a34cc Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/utility.3206EDF755E7800E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vadefs.h.43F1938A6E9DC036.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vadefs.h.43F1938A6E9DC036.idx new file mode 100644 index 0000000..e958ec4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vadefs.h.43F1938A6E9DC036.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vadefs.h.4989D94A309C7DBE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vadefs.h.4989D94A309C7DBE.idx new file mode 100644 index 0000000..fc9588f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vadefs.h.4989D94A309C7DBE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/variant.EFB5044BC8CA8B9C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/variant.EFB5044BC8CA8B9C.idx new file mode 100644 index 0000000..5b2b736 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/variant.EFB5044BC8CA8B9C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime.h.8F14C2AE14E06CD3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime.h.8F14C2AE14E06CD3.idx new file mode 100644 index 0000000..9052c69 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime.h.8F14C2AE14E06CD3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime_exception.h.947B26444F6F817C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime_exception.h.947B26444F6F817C.idx new file mode 100644 index 0000000..4bf950f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime_exception.h.947B26444F6F817C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime_new.h.0E6E6C798CF8B4D1.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime_new.h.0E6E6C798CF8B4D1.idx new file mode 100644 index 0000000..9a8ca4b Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime_new.h.0E6E6C798CF8B4D1.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime_new_debug.h.EEDDB2DCB4AEB2CB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime_new_debug.h.EEDDB2DCB4AEB2CB.idx new file mode 100644 index 0000000..41ccbe7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime_new_debug.h.EEDDB2DCB4AEB2CB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime_startup.h.10CC67CAF3023231.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime_startup.h.10CC67CAF3023231.idx new file mode 100644 index 0000000..5b7e1e5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime_startup.h.10CC67CAF3023231.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime_string.h.40494DE1B40090C0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime_string.h.40494DE1B40090C0.idx new file mode 100644 index 0000000..1e28123 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime_string.h.40494DE1B40090C0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime_typeinfo.h.E87CB2A75F998036.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime_typeinfo.h.E87CB2A75F998036.idx new file mode 100644 index 0000000..99cbefe Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vcruntime_typeinfo.h.E87CB2A75F998036.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vector.5AD0C3F8C42C5107.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vector.5AD0C3F8C42C5107.idx new file mode 100644 index 0000000..bf17785 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/vector.5AD0C3F8C42C5107.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/verrsrc.h.84D100EC2B935758.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/verrsrc.h.84D100EC2B935758.idx new file mode 100644 index 0000000..92a870d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/verrsrc.h.84D100EC2B935758.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.5C5777CA519933EA.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.5C5777CA519933EA.idx new file mode 100644 index 0000000..820a8cd Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.5C5777CA519933EA.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winapifamily.h.B04887FF84DF0CCE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winapifamily.h.B04887FF84DF0CCE.idx new file mode 100644 index 0000000..22d1b81 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winapifamily.h.B04887FF84DF0CCE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wincon.h.ED98AF718D25B350.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wincon.h.ED98AF718D25B350.idx new file mode 100644 index 0000000..5869c91 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wincon.h.ED98AF718D25B350.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wincontypes.h.E177D0BA55BDFB50.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wincontypes.h.E177D0BA55BDFB50.idx new file mode 100644 index 0000000..ae8fee2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wincontypes.h.E177D0BA55BDFB50.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wincrypt.h.0BE912C3A0F553B2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wincrypt.h.0BE912C3A0F553B2.idx new file mode 100644 index 0000000..5dc8ed5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wincrypt.h.0BE912C3A0F553B2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/windef.h.112B5190D00238BA.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/windef.h.112B5190D00238BA.idx new file mode 100644 index 0000000..de7de1a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/windef.h.112B5190D00238BA.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winefs.h.7157AC186B6DC926.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winefs.h.7157AC186B6DC926.idx new file mode 100644 index 0000000..ffba9b5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winefs.h.7157AC186B6DC926.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winerror.h.9F121CD1CA36693A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winerror.h.9F121CD1CA36693A.idx new file mode 100644 index 0000000..30364fa Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winerror.h.9F121CD1CA36693A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wingdi.h.BE887B29B8C10A50.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wingdi.h.BE887B29B8C10A50.idx new file mode 100644 index 0000000..81793b3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wingdi.h.BE887B29B8C10A50.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winioctl.h.F9C58A2DC8C1054F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winioctl.h.F9C58A2DC8C1054F.idx new file mode 100644 index 0000000..c18b887 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winioctl.h.F9C58A2DC8C1054F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winnetwk.h.C3758405EF7CADD6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winnetwk.h.C3758405EF7CADD6.idx new file mode 100644 index 0000000..e95ca5f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winnetwk.h.C3758405EF7CADD6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winnt.h.237022FF9D9E133F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winnt.h.237022FF9D9E133F.idx new file mode 100644 index 0000000..7a7976d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winnt.h.237022FF9D9E133F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winpackagefamily.h.1448CCC4BE2A4D49.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winpackagefamily.h.1448CCC4BE2A4D49.idx new file mode 100644 index 0000000..6116ccf Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winpackagefamily.h.1448CCC4BE2A4D49.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winperf.h.070001BE0DAE5E46.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winperf.h.070001BE0DAE5E46.idx new file mode 100644 index 0000000..0aea272 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winperf.h.070001BE0DAE5E46.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winreg.h.A38A960C1BB27035.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winreg.h.A38A960C1BB27035.idx new file mode 100644 index 0000000..ef1f7a6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winreg.h.A38A960C1BB27035.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winscard.h.F0C2C1A973A39372.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winscard.h.F0C2C1A973A39372.idx new file mode 100644 index 0000000..5ebd9fc Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winscard.h.F0C2C1A973A39372.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winsmcrd.h.498FF739D47BD8A7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winsmcrd.h.498FF739D47BD8A7.idx new file mode 100644 index 0000000..88a3fc6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winsmcrd.h.498FF739D47BD8A7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winsock.h.B9AFEA347869771B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winsock.h.B9AFEA347869771B.idx new file mode 100644 index 0000000..c3d5b14 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winsock.h.B9AFEA347869771B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winspool.h.6C7C226BD51016CF.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winspool.h.6C7C226BD51016CF.idx new file mode 100644 index 0000000..8ddbc16 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winspool.h.6C7C226BD51016CF.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winsvc.h.2F3F1058E7DA062B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winsvc.h.2F3F1058E7DA062B.idx new file mode 100644 index 0000000..3a4b5e1 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winsvc.h.2F3F1058E7DA062B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winver.h.697D79F8435886A3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winver.h.697D79F8435886A3.idx new file mode 100644 index 0000000..c338035 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/winver.h.697D79F8435886A3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wnnc.h.9533C93FE74303B3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wnnc.h.9533C93FE74303B3.idx new file mode 100644 index 0000000..bbb90eb Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wnnc.h.9533C93FE74303B3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wow64apiset.h.A7B1119C62B328FD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wow64apiset.h.A7B1119C62B328FD.idx new file mode 100644 index 0000000..cce7474 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wow64apiset.h.A7B1119C62B328FD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wtypes.h.23F806550627E387.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wtypes.h.23F806550627E387.idx new file mode 100644 index 0000000..0c1d679 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/wtypes.h.23F806550627E387.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/x86gprintrin.h.43D0A80D5DFE7E50.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/x86gprintrin.h.43D0A80D5DFE7E50.idx new file mode 100644 index 0000000..b2fd563 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/x86gprintrin.h.43D0A80D5DFE7E50.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/x86intrin.h.DA946F68A3A1CA69.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/x86intrin.h.DA946F68A3A1CA69.idx new file mode 100644 index 0000000..f31b438 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/x86intrin.h.DA946F68A3A1CA69.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xatomic.h.34AF68A44C0E50AA.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xatomic.h.34AF68A44C0E50AA.idx new file mode 100644 index 0000000..1b4db9c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xatomic.h.34AF68A44C0E50AA.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xbit_ops.h.6EF436CDCA38B237.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xbit_ops.h.6EF436CDCA38B237.idx new file mode 100644 index 0000000..892aff7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xbit_ops.h.6EF436CDCA38B237.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xcall_once.h.D6B593CFDD6DED59.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xcall_once.h.D6B593CFDD6DED59.idx new file mode 100644 index 0000000..9983241 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xcall_once.h.D6B593CFDD6DED59.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xerrc.h.2B893773E6CC322F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xerrc.h.2B893773E6CC322F.idx new file mode 100644 index 0000000..6a53726 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xerrc.h.2B893773E6CC322F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xfacet.4C3D5F700370020E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xfacet.4C3D5F700370020E.idx new file mode 100644 index 0000000..257ac9e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xfacet.4C3D5F700370020E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xhash.F6807E3C93D4F3DE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xhash.F6807E3C93D4F3DE.idx new file mode 100644 index 0000000..b62071a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xhash.F6807E3C93D4F3DE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xiosbase.B9219D783072DCF2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xiosbase.B9219D783072DCF2.idx new file mode 100644 index 0000000..c10386b Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xiosbase.B9219D783072DCF2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xkeycheck.h.A2BA3884297A39ED.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xkeycheck.h.A2BA3884297A39ED.idx new file mode 100644 index 0000000..41611f2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xkeycheck.h.A2BA3884297A39ED.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xlocale.A600F986E38448CD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xlocale.A600F986E38448CD.idx new file mode 100644 index 0000000..f143e37 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xlocale.A600F986E38448CD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xlocinfo.C63D6F9D9F1BF836.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xlocinfo.C63D6F9D9F1BF836.idx new file mode 100644 index 0000000..1cb7ab5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xlocinfo.C63D6F9D9F1BF836.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xlocinfo.h.E9241197191D3934.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xlocinfo.h.E9241197191D3934.idx new file mode 100644 index 0000000..95fb0d8 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xlocinfo.h.E9241197191D3934.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xlocnum.FC7EDB70748AF70C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xlocnum.FC7EDB70748AF70C.idx new file mode 100644 index 0000000..82ee6f5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xlocnum.FC7EDB70748AF70C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xmemory.BE1646D0522D20FC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xmemory.BE1646D0522D20FC.idx new file mode 100644 index 0000000..7aac921 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xmemory.BE1646D0522D20FC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xmmintrin.h.B5C93599FD5918C6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xmmintrin.h.B5C93599FD5918C6.idx new file mode 100644 index 0000000..b4d5b05 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xmmintrin.h.B5C93599FD5918C6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xnode_handle.h.890D056FB6A2F30C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xnode_handle.h.890D056FB6A2F30C.idx new file mode 100644 index 0000000..180b275 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xnode_handle.h.890D056FB6A2F30C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xpolymorphic_allocator.h.EA484338C70821BE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xpolymorphic_allocator.h.EA484338C70821BE.idx new file mode 100644 index 0000000..2038c2f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xpolymorphic_allocator.h.EA484338C70821BE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xsaveintrin.h.7273A632403F0155.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xsaveintrin.h.7273A632403F0155.idx new file mode 100644 index 0000000..bcc3e99 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xsaveintrin.h.7273A632403F0155.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xsmf_control.h.2980433C00779563.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xsmf_control.h.2980433C00779563.idx new file mode 100644 index 0000000..869c949 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xsmf_control.h.2980433C00779563.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xstddef.216791F14387FEB0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xstddef.216791F14387FEB0.idx new file mode 100644 index 0000000..e2832ec Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xstddef.216791F14387FEB0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xstring.987366220E5A6065.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xstring.987366220E5A6065.idx new file mode 100644 index 0000000..fcd1bea Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xstring.987366220E5A6065.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xthreads.h.0D40FFD4B798F350.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xthreads.h.0D40FFD4B798F350.idx new file mode 100644 index 0000000..cede3e6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xthreads.h.0D40FFD4B798F350.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xtimec.h.F6F45CC7A4DFA18B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xtimec.h.F6F45CC7A4DFA18B.idx new file mode 100644 index 0000000..dc3198d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xtimec.h.F6F45CC7A4DFA18B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xtr1common.A08BA0ACBEA149F1.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xtr1common.A08BA0ACBEA149F1.idx new file mode 100644 index 0000000..ee8a7a0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xtr1common.A08BA0ACBEA149F1.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xtree.84D0902E8281DA36.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xtree.84D0902E8281DA36.idx new file mode 100644 index 0000000..877b67f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xtree.84D0902E8281DA36.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xutility.3B4300AE0F3B8E90.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xutility.3B4300AE0F3B8E90.idx new file mode 100644 index 0000000..95433b0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/xutility.3B4300AE0F3B8E90.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/yvals.h.EA64A904FD54FF71.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/yvals.h.EA64A904FD54FF71.idx new file mode 100644 index 0000000..cfed28d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/yvals.h.EA64A904FD54FF71.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/yvals_core.h.EA6F5D5B0D9FE6DC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/yvals_core.h.EA6F5D5B0D9FE6DC.idx new file mode 100644 index 0000000..cd68d79 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/.cache/clangd/index/yvals_core.h.EA6F5D5B0D9FE6DC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/compile_commands.json b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/compile_commands.json new file mode 100644 index 0000000..53905a5 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd/compile_commands.json @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-Zi","-MDd","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DQT_QML_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug\\debug","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\apps\\crc16\\crc.cpp"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/apps/crc16/crc.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-Zi","-MDd","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DQT_QML_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug\\debug","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\apps\\icd\\app_icd.cpp"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/apps/icd/app_icd.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-Zi","-MDd","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DQT_QML_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug\\debug","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\drivers\\log\\logHandler.cpp"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/drivers/log/logHandler.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-Zi","-MDd","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DQT_QML_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug\\debug","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\drivers\\spi\\drv_spi.cpp"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/drivers/spi/drv_spi.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-Zi","-MDd","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DQT_QML_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug\\debug","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\drivers\\uart\\drv_uart.cpp"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/drivers/uart/drv_uart.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-Zi","-MDd","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DQT_QML_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug\\debug","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\main.cpp"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-Zi","-MDd","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DQT_QML_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug\\debug","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\mainwindow.cpp"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/mainwindow.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-Zi","-MDd","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DQT_QML_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug\\debug","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\libs\\CH347DLL.H"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/libs/CH347DLL.H"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-Zi","-MDd","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DQT_QML_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug\\debug","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\apps\\crc16\\crc.h"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/apps/crc16/crc.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-Zi","-MDd","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DQT_QML_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug\\debug","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\apps\\icd\\app_icd.h"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/apps/icd/app_icd.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-Zi","-MDd","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DQT_QML_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug\\debug","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\drivers\\log\\logHandler.h"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/drivers/log/logHandler.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-Zi","-MDd","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DQT_QML_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug\\debug","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\drivers\\spi\\drv_spi.h"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/drivers/spi/drv_spi.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-Zi","-MDd","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DQT_QML_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug\\debug","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\drivers\\uart\\drv_uart.h"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/drivers/uart/drv_uart.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-Zi","-MDd","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DQT_QML_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug\\debug","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\libs\\Common.h"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/libs/Common.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-Zi","-MDd","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DQT_QML_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug\\debug","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\libs\\SpiApi.h"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/libs/SpiApi.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-Zi","-MDd","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DQT_QML_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug\\debug","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\mainwindow.h"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/mainwindow.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-Zi","-MDd","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DQT_QML_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug\\debug","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Debug\\ui_mainwindow.h"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/ui_mainwindow.h"}] \ No newline at end of file diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/Makefile b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/Makefile new file mode 100644 index 0000000..6247451 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/Makefile @@ -0,0 +1,567 @@ +############################################################################# +# Makefile for building: SP713 +# Generated by qmake (3.1) (Qt 5.15.2) +# Project: ..\..\SP713.pro +# Template: app +# Command: E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe -o Makefile ..\..\SP713.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug" +############################################################################# + +MAKEFILE = Makefile + +EQ = = + +first: debug +install: debug-install +uninstall: debug-uninstall +QMAKE = E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe +DEL_FILE = del +CHK_DIR_EXISTS= if not exist +MKDIR = mkdir +COPY = copy /y +COPY_FILE = copy /y +COPY_DIR = xcopy /s /q /y /i +INSTALL_FILE = copy /y +INSTALL_PROGRAM = copy /y +INSTALL_DIR = xcopy /s /q /y /i +QINSTALL = E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe -install qinstall +QINSTALL_PROGRAM = E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe -install qinstall -exe +DEL_FILE = del +SYMLINK = $(QMAKE) -install ln -f -s +DEL_DIR = rmdir +MOVE = move +IDC = idc +IDL = midl +ZIP = zip -r -9 +DEF_FILE = +RES_FILE = SP713_resource.res +SED = $(QMAKE) -install sed +MOVE = move +SUBTARGETS = \ + debug \ + release + + +debug: $(MAKEFILE) FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug +debug-make_first: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug +debug-all: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug all +debug-clean: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug clean +debug-distclean: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug distclean +debug-install: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug install +debug-uninstall: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug uninstall +release: $(MAKEFILE) FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release +release-make_first: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release +release-all: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release all +release-clean: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release clean +release-distclean: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release distclean +release-install: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release install +release-uninstall: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release uninstall + +Makefile: ..\..\SP713.pro E:\Qt\5.15.2\msvc2019_64\mkspecs\win32-msvc\qmake.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\spec_pre.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\common\angle.conf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\common\windows-desktop.conf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\windows_vulkan_sdk.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\common\windows-vulkan.conf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\common\msvc-desktop.conf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\qconfig.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3danimation.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3danimation_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dcore.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dcore_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dextras.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dextras_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dinput.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dinput_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dlogic.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dlogic_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquick.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquick_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickanimation.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickanimation_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickextras.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickextras_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickinput.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickinput_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickrender.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickrender_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickscene2d.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickscene2d_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3drender.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3drender_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_accessibility_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axbase.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axbase_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axcontainer.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axcontainer_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axserver.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axserver_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bluetooth.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bluetooth_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bodymovin_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bootstrap_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_charts.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_charts_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_concurrent.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_concurrent_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_core.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_core_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_datavisualization.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_datavisualization_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_dbus.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_dbus_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designer.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designer_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designercomponents_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_edid_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_egl_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_fb_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_fontdatabase_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gamepad.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gamepad_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gui.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gui_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_help.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_help_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttracker.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttracker_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttrackerqml.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttrackerqml_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_location.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_location_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimedia.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimedia_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_network.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_network_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_networkauth.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_networkauth_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_nfc.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_nfc_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_opengl.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_opengl_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_openglextensions.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_openglextensions_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_packetprotocol_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_platformcompositor_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioning.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioning_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioningquick.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioningquick_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_printsupport.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_printsupport_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_purchasing.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_purchasing_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qml.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qml_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmldebug_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmldevtools_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmltest.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmltest_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3d.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3d_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3drender.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3drender_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickparticles_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickshapes_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_repparser.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_repparser_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_script.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_script_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scripttools.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scripttools_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scxml.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scxml_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sensors.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sensors_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialbus.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialbus_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialport.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialport_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sql.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sql_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_svg.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_svg_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_testlib.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_testlib_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_texttospeech.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_texttospeech_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_theme_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uiplugin.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uitools.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uitools_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_virtualkeyboard.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_virtualkeyboard_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_vulkan_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webchannel.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webchannel_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webengine.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webengine_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecore.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecore_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecoreheaders_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_websockets.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_websockets_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webview.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webview_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_widgets.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_widgets_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_windowsuiautomation_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_winextras.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_winextras_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xml.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xml_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xmlpatterns.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xmlpatterns_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_zlib_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt_functions.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt_config.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\win32-msvc\qmake.conf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\spec_post.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exclusive_builds.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\common\msvc-version.conf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\toolchain.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\default_pre.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\default_pre.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resolve_config.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exclusive_builds_post.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\default_post.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qml_debug.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\precompile_header.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\warn_on.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resources_functions.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resources.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\moc.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\opengl.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\uic.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qmake_use.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\file_copies.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\windows.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\testcase_targets.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exceptions.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\yacc.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\lex.prf \ + ..\..\SP713.pro \ + E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgets.prl \ + E:\Qt\5.15.2\msvc2019_64\lib\Qt5Gui.prl \ + E:\Qt\5.15.2\msvc2019_64\lib\Qt5Core.prl \ + E:\Qt\5.15.2\msvc2019_64\lib\qtmain.prl \ + .qmake.stash \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\build_pass.prf \ + E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgetsd.prl \ + E:\Qt\5.15.2\msvc2019_64\lib\Qt5Guid.prl \ + E:\Qt\5.15.2\msvc2019_64\lib\Qt5Cored.prl \ + E:\Qt\5.15.2\msvc2019_64\lib\qtmaind.prl + $(QMAKE) -o Makefile ..\..\SP713.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug" +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\spec_pre.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\common\angle.conf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\common\windows-desktop.conf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\windows_vulkan_sdk.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\common\windows-vulkan.conf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\common\msvc-desktop.conf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\qconfig.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3danimation.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3danimation_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dcore.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dcore_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dextras.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dextras_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dinput.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dinput_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dlogic.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dlogic_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquick.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquick_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickanimation.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickanimation_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickextras.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickextras_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickinput.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickinput_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickrender.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickrender_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickscene2d.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickscene2d_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3drender.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3drender_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_accessibility_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axbase.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axbase_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axcontainer.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axcontainer_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axserver.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axserver_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bluetooth.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bluetooth_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bodymovin_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bootstrap_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_charts.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_charts_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_concurrent.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_concurrent_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_core.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_core_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_datavisualization.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_datavisualization_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_dbus.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_dbus_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designer.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designer_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designercomponents_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_edid_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_egl_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_fb_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_fontdatabase_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gamepad.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gamepad_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gui.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gui_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_help.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_help_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttracker.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttracker_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttrackerqml.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttrackerqml_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_location.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_location_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimedia.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimedia_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_network.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_network_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_networkauth.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_networkauth_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_nfc.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_nfc_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_opengl.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_opengl_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_openglextensions.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_openglextensions_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_packetprotocol_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_platformcompositor_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioning.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioning_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioningquick.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioningquick_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_printsupport.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_printsupport_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_purchasing.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_purchasing_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qml.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qml_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmldebug_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmldevtools_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmltest.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmltest_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3d.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3d_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3drender.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3drender_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickparticles_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickshapes_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_repparser.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_repparser_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_script.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_script_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scripttools.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scripttools_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scxml.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scxml_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sensors.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sensors_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialbus.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialbus_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialport.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialport_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sql.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sql_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_svg.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_svg_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_testlib.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_testlib_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_texttospeech.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_texttospeech_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_theme_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uiplugin.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uitools.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uitools_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_virtualkeyboard.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_virtualkeyboard_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_vulkan_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webchannel.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webchannel_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webengine.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webengine_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecore.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecore_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecoreheaders_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_websockets.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_websockets_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webview.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webview_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_widgets.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_widgets_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_windowsuiautomation_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_winextras.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_winextras_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xml.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xml_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xmlpatterns.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xmlpatterns_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_zlib_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt_functions.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt_config.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\win32-msvc\qmake.conf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\spec_post.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exclusive_builds.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\common\msvc-version.conf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\toolchain.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\default_pre.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\default_pre.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resolve_config.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exclusive_builds_post.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\default_post.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qml_debug.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\precompile_header.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\warn_on.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resources_functions.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resources.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\moc.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\opengl.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\uic.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qmake_use.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\file_copies.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\windows.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\testcase_targets.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exceptions.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\yacc.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\lex.prf: +..\..\SP713.pro: +E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgets.prl: +E:\Qt\5.15.2\msvc2019_64\lib\Qt5Gui.prl: +E:\Qt\5.15.2\msvc2019_64\lib\Qt5Core.prl: +E:\Qt\5.15.2\msvc2019_64\lib\qtmain.prl: +.qmake.stash: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\build_pass.prf: +E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgetsd.prl: +E:\Qt\5.15.2\msvc2019_64\lib\Qt5Guid.prl: +E:\Qt\5.15.2\msvc2019_64\lib\Qt5Cored.prl: +E:\Qt\5.15.2\msvc2019_64\lib\qtmaind.prl: +qmake: FORCE + @$(QMAKE) -o Makefile ..\..\SP713.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug" + +qmake_all: FORCE + +make_first: debug-make_first release-make_first FORCE +all: debug-all release-all FORCE +clean: debug-clean release-clean FORCE + -$(DEL_FILE) SP713.vc.pdb + -$(DEL_FILE) SP713.ilk + -$(DEL_FILE) SP713.idb +distclean: debug-distclean release-distclean FORCE + -$(DEL_FILE) Makefile + -$(DEL_FILE) .qmake.stash SP713.pdb + +debug-mocclean: + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug mocclean +release-mocclean: + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release mocclean +mocclean: debug-mocclean release-mocclean + +debug-mocables: + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug mocables +release-mocables: + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release mocables +mocables: debug-mocables release-mocables + +check: first + +benchmark: first +FORCE: + +$(MAKEFILE).Debug: Makefile +$(MAKEFILE).Release: Makefile diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/Makefile.Debug b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/Makefile.Debug new file mode 100644 index 0000000..eed1ee1 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/Makefile.Debug @@ -0,0 +1,1710 @@ +############################################################################# +# Makefile for building: SP713 +# Generated by qmake (3.1) (Qt 5.15.2) +# Project: ..\..\SP713.pro +# Template: app +############################################################################# + +MAKEFILE = Makefile.Debug + +EQ = = + +####### Compiler, tools and options + +CC = cl +CXX = cl +DEFINES = -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB +CFLAGS = -nologo -Zc:wchar_t -FS -Zc:strictStrings -Zi -MDd -W3 -w44456 -w44457 -w44458 /Fddebug\SP713.vc.pdb $(DEFINES) +CXXFLAGS = -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -std:c++17 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\SP713.vc.pdb $(DEFINES) +INCPATH = -I..\..\..\SP713 -I. -I..\..\libs -I..\..\libs -IE:\Qt\5.15.2\msvc2019_64\include -IE:\Qt\5.15.2\msvc2019_64\include\QtWidgets -IE:\Qt\5.15.2\msvc2019_64\include\QtGui -IE:\Qt\5.15.2\msvc2019_64\include\QtANGLE -IE:\Qt\5.15.2\msvc2019_64\include\QtCore -Idebug -I. -I/include -IE:\Qt\5.15.2\msvc2019_64\mkspecs\win32-msvc +LINKER = link +LFLAGS = /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" +LIBS = /LIBPATH:D:\23_SP713\02_CODE\SP713\libs D:\23_SP713\02_CODE\SP713\libs\CH347DLLA64.lib D:\23_SP713\02_CODE\SP713\libs\CH347DLLA64.LIB D:\23_SP713\02_CODE\SP713\libs\CH347Handler.lib D:\23_SP713\02_CODE\SP713\libs\CH347Handler.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgetsd.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Guid.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Cored.lib debug\SP713_resource.res E:\Qt\5.15.2\msvc2019_64\lib\qtmaind.lib /LIBPATH:C:\openssl\lib /LIBPATH:C:\Utils\my_sql\mysql-5.7.25-winx64\lib /LIBPATH:C:\Utils\postgresql\pgsql\lib shell32.lib +QMAKE = E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe +DEL_FILE = del +CHK_DIR_EXISTS= if not exist +MKDIR = mkdir +COPY = copy /y +COPY_FILE = copy /y +COPY_DIR = xcopy /s /q /y /i +INSTALL_FILE = copy /y +INSTALL_PROGRAM = copy /y +INSTALL_DIR = xcopy /s /q /y /i +QINSTALL = E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe -install qinstall +QINSTALL_PROGRAM = E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe -install qinstall -exe +DEL_FILE = del +SYMLINK = $(QMAKE) -install ln -f -s +DEL_DIR = rmdir +MOVE = move +IDC = idc +IDL = midl +ZIP = zip -r -9 +DEF_FILE = +RES_FILE = debug\SP713_resource.res +SED = $(QMAKE) -install sed +MOVE = move + +####### Output directory + +OBJECTS_DIR = debug + +####### Files + +SOURCES = ..\..\apps\crc16\crc.cpp \ + ..\..\apps\icd\app_icd.cpp \ + ..\..\drivers\log\logHandler.cpp \ + ..\..\drivers\spi\drv_spi.cpp \ + ..\..\drivers\uart\drv_uart.cpp \ + ..\..\main.cpp \ + ..\..\mainwindow.cpp debug\moc_app_icd.cpp \ + debug\moc_logHandler.cpp \ + debug\moc_drv_spi.cpp \ + debug\moc_drv_uart.cpp \ + debug\moc_mainwindow.cpp +OBJECTS = debug\crc.obj \ + debug\app_icd.obj \ + debug\logHandler.obj \ + debug\drv_spi.obj \ + debug\drv_uart.obj \ + debug\main.obj \ + debug\mainwindow.obj \ + debug\moc_app_icd.obj \ + debug\moc_logHandler.obj \ + debug\moc_drv_spi.obj \ + debug\moc_drv_uart.obj \ + debug\moc_mainwindow.obj + +DIST = ..\..\apps\crc16\crc.h \ + ..\..\apps\icd\app_icd.h \ + ..\..\drivers\log\logHandler.h \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\drivers\uart\drv_uart.h \ + ..\..\libs\CH347DLL.H \ + ..\..\libs\Common.h \ + ..\..\libs\SpiApi.h \ + ..\..\mainwindow.h ..\..\apps\crc16\crc.cpp \ + ..\..\apps\icd\app_icd.cpp \ + ..\..\drivers\log\logHandler.cpp \ + ..\..\drivers\spi\drv_spi.cpp \ + ..\..\drivers\uart\drv_uart.cpp \ + ..\..\main.cpp \ + ..\..\mainwindow.cpp +QMAKE_TARGET = SP713 +DESTDIR = debug\ #avoid trailing-slash linebreak +TARGET = SP713.exe +DESTDIR_TARGET = debug\SP713.exe + +####### Implicit rules + +.SUFFIXES: .c .cpp .cc .cxx + +{..\..\drivers\spi}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\spi}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\spi}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\spi}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\log}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\log}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\log}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\log}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{debug}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{debug}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{debug}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{debug}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\apps\crc16}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\apps\crc16}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\apps\crc16}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\apps\crc16}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\uart}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\uart}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\uart}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\uart}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{.}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{.}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{.}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{.}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\apps\icd}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\apps\icd}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\apps\icd}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\apps\icd}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +####### Build rules + +first: all +all: Makefile.Debug debug\SP713.exe + +debug\SP713.exe: E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgetsd.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Guid.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Cored.lib E:\Qt\5.15.2\msvc2019_64\lib\qtmaind.lib ui_mainwindow.h $(OBJECTS) debug\SP713_resource.res + $(LINKER) $(LFLAGS) /MANIFEST:embed /OUT:$(DESTDIR_TARGET) @<< +debug\crc.obj debug\app_icd.obj debug\logHandler.obj debug\drv_spi.obj debug\drv_uart.obj debug\main.obj debug\mainwindow.obj debug\moc_app_icd.obj debug\moc_logHandler.obj debug\moc_drv_spi.obj debug\moc_drv_uart.obj debug\moc_mainwindow.obj +$(LIBS) +<< + +debug\SP713_resource.res: SP713_resource.rc + rc /NOLOGO -D_DEBUG $(DEFINES) -fo debug\SP713_resource.res SP713_resource.rc + +qmake: FORCE + @$(QMAKE) -o Makefile.Debug ..\..\SP713.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug" + +qmake_all: FORCE + +dist: + $(ZIP) SP713.zip $(SOURCES) $(DIST) ..\..\SP713.pro E:\Qt\5.15.2\msvc2019_64\mkspecs\features\spec_pre.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\angle.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\windows-desktop.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\windows_vulkan_sdk.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\windows-vulkan.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\msvc-desktop.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\qconfig.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3danimation.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3danimation_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dcore.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dcore_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dextras.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dextras_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dinput.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dinput_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dlogic.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dlogic_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquick.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquick_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickanimation.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickanimation_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickextras.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickextras_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickinput.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickinput_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickrender.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickrender_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickscene2d.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickscene2d_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3drender.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3drender_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_accessibility_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axbase.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axbase_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axcontainer.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axcontainer_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axserver.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axserver_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bluetooth.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bluetooth_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bodymovin_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bootstrap_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_charts.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_charts_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_concurrent.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_concurrent_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_core.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_core_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_datavisualization.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_datavisualization_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_dbus.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_dbus_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designer.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designer_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designercomponents_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_edid_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_egl_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_fb_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_fontdatabase_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gamepad.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gamepad_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gui.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gui_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_help.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_help_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttracker.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttracker_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttrackerqml.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttrackerqml_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_location.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_location_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimedia.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimedia_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_network.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_network_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_networkauth.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_networkauth_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_nfc.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_nfc_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_opengl.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_opengl_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_openglextensions.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_openglextensions_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_packetprotocol_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_platformcompositor_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioning.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioning_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioningquick.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioningquick_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_printsupport.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_printsupport_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_purchasing.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_purchasing_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qml.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qml_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmldebug_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmldevtools_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmltest.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmltest_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3d.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3d_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3drender.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3drender_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickparticles_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickshapes_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_repparser.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_repparser_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_script.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_script_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scripttools.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scripttools_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scxml.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scxml_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sensors.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sensors_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialbus.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialbus_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialport.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialport_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sql.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sql_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_svg.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_svg_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_testlib.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_testlib_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_texttospeech.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_texttospeech_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_theme_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uiplugin.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uitools.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uitools_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_virtualkeyboard.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_virtualkeyboard_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_vulkan_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webchannel.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webchannel_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webengine.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webengine_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecore.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecore_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecoreheaders_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_websockets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_websockets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webview.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webview_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_widgets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_widgets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_windowsuiautomation_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_winextras.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_winextras_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xml.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xml_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xmlpatterns.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xmlpatterns_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_zlib_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt_functions.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt_config.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\win32-msvc\qmake.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\spec_post.prf .qmake.stash E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exclusive_builds.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\msvc-version.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\toolchain.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\default_pre.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\default_pre.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resolve_config.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exclusive_builds_post.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\default_post.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\build_pass.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qml_debug.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\precompile_header.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\warn_on.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resources_functions.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resources.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\moc.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\opengl.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\uic.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qmake_use.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\file_copies.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\windows.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\testcase_targets.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exceptions.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\yacc.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\lex.prf ..\..\SP713.pro E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgetsd.prl E:\Qt\5.15.2\msvc2019_64\lib\Qt5Guid.prl E:\Qt\5.15.2\msvc2019_64\lib\Qt5Cored.prl E:\Qt\5.15.2\msvc2019_64\lib\qtmaind.prl E:\Qt\5.15.2\msvc2019_64\mkspecs\features\data\dummy.cpp ..\..\apps\crc16\crc.h ..\..\apps\icd\app_icd.h ..\..\drivers\log\logHandler.h ..\..\drivers\spi\drv_spi.h ..\..\drivers\uart\drv_uart.h ..\..\libs\CH347DLL.H ..\..\libs\Common.h ..\..\libs\SpiApi.h ..\..\mainwindow.h ..\..\apps\crc16\crc.cpp ..\..\apps\icd\app_icd.cpp ..\..\drivers\log\logHandler.cpp ..\..\drivers\spi\drv_spi.cpp ..\..\drivers\uart\drv_uart.cpp ..\..\main.cpp ..\..\mainwindow.cpp ..\..\mainwindow.ui + +clean: compiler_clean + -$(DEL_FILE) debug\crc.obj debug\app_icd.obj debug\logHandler.obj debug\drv_spi.obj debug\drv_uart.obj debug\main.obj debug\mainwindow.obj debug\moc_app_icd.obj debug\moc_logHandler.obj debug\moc_drv_spi.obj debug\moc_drv_uart.obj debug\moc_mainwindow.obj + -$(DEL_FILE) debug\SP713.vc.pdb debug\SP713.ilk debug\SP713.idb + -$(DEL_FILE) debug\SP713_resource.res + +distclean: clean + -$(DEL_FILE) .qmake.stash debug\SP713.pdb + -$(DEL_FILE) $(DESTDIR_TARGET) + -$(DEL_FILE) Makefile.Debug + +mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean + +mocables: compiler_moc_header_make_all compiler_moc_objc_header_make_all compiler_moc_source_make_all + +check: first + +benchmark: first + +compiler_no_pch_compiler_make_all: +compiler_no_pch_compiler_clean: +compiler_rcc_make_all: +compiler_rcc_clean: +compiler_moc_predefs_make_all: debug\moc_predefs.h +compiler_moc_predefs_clean: + -$(DEL_FILE) debug\moc_predefs.h +debug\moc_predefs.h: E:\Qt\5.15.2\msvc2019_64\mkspecs\features\data\dummy.cpp + cl -BxE:\Qt\5.15.2\msvc2019_64\bin\qmake.exe -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -std:c++17 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E E:\Qt\5.15.2\msvc2019_64\mkspecs\features\data\dummy.cpp 2>NUL >debug\moc_predefs.h + +compiler_moc_header_make_all: debug\moc_app_icd.cpp debug\moc_logHandler.cpp debug\moc_drv_spi.cpp debug\moc_drv_uart.cpp debug\moc_mainwindow.cpp +compiler_moc_header_clean: + -$(DEL_FILE) debug\moc_app_icd.cpp debug\moc_logHandler.cpp debug\moc_drv_spi.cpp debug\moc_drv_uart.cpp debug\moc_mainwindow.cpp +debug\moc_app_icd.cpp: ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + ..\..\drivers\uart\drv_uart.h \ + debug\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\apps\icd\app_icd.h -o debug\moc_app_icd.cpp + +debug\moc_logHandler.cpp: ..\..\drivers\log\logHandler.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QPlainTextEdit \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qplaintextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qframe.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextdocument.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextoption.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpen.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qabstracttextdocumentlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qglyphrun.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrawfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontdatabase.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMutex \ + debug\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\drivers\log\logHandler.h -o debug\moc_logHandler.cpp + +debug\moc_drv_spi.cpp: ..\..\drivers\spi\drv_spi.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\libs\CH347DLL.H \ + debug\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\drivers\spi\drv_spi.h -o debug\moc_drv_spi.cpp + +debug\moc_drv_uart.cpp: ..\..\drivers\uart\drv_uart.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\libs\CH347DLL.H \ + debug\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\drivers\uart\drv_uart.h -o debug\moc_drv_uart.cpp + +debug\moc_mainwindow.cpp: ..\..\mainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QVector \ + ..\..\libs\SpiApi.h \ + ..\..\libs\Common.h \ + ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\uart\drv_uart.h \ + debug\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\mainwindow.h -o debug\moc_mainwindow.cpp + +compiler_moc_objc_header_make_all: +compiler_moc_objc_header_clean: +compiler_moc_source_make_all: +compiler_moc_source_clean: +compiler_uic_make_all: ui_mainwindow.h +compiler_uic_clean: + -$(DEL_FILE) ui_mainwindow.h +ui_mainwindow.h: ..\..\mainwindow.ui \ + E:\Qt\5.15.2\msvc2019_64\bin\uic.exe + E:\Qt\5.15.2\msvc2019_64\bin\uic.exe ..\..\mainwindow.ui -o ui_mainwindow.h + +compiler_yacc_decl_make_all: +compiler_yacc_decl_clean: +compiler_yacc_impl_make_all: +compiler_yacc_impl_clean: +compiler_lex_make_all: +compiler_lex_clean: +compiler_clean: compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean + + + +####### Compile + +debug\crc.obj: ..\..\apps\crc16\crc.cpp ..\..\apps\crc16\crc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QByteArray \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h + +debug\app_icd.obj: ..\..\apps\icd\app_icd.cpp ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + ..\..\drivers\uart\drv_uart.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDebug \ + ..\..\apps\crc16\crc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QByteArray + +debug\logHandler.obj: ..\..\drivers\log\logHandler.cpp ..\..\drivers\log\LogHandler.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QPlainTextEdit \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qplaintextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qframe.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextdocument.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextoption.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpen.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qabstracttextdocumentlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qglyphrun.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrawfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontdatabase.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMutex \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDateTime \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatetime.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMetaObject + +debug\drv_spi.obj: ..\..\drivers\spi\drv_spi.cpp ..\..\drivers\spi\drv_spi.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDebug + +debug\drv_uart.obj: ..\..\drivers\uart\drv_uart.cpp ..\..\drivers\uart\drv_uart.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDateTime \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatetime.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDebug \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QThread \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qthread.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdeadlinetimer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qelapsedtimer.h + +debug\main.obj: ..\..\main.cpp ..\..\mainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QVector \ + ..\..\libs\SpiApi.h \ + ..\..\libs\Common.h \ + ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\uart\drv_uart.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QApplication \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qapplication.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreapplication.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qeventloop.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qdesktopwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qguiapplication.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qinputmethod.h + +debug\mainwindow.obj: ..\..\mainwindow.cpp ..\..\mainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QVector \ + ..\..\libs\SpiApi.h \ + ..\..\libs\Common.h \ + ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\uart\drv_uart.h \ + ui_mainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMessageBox \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmessagebox.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qdialog.h \ + ..\..\drivers\log\logHandler.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QPlainTextEdit \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qplaintextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qframe.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextdocument.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextoption.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpen.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qabstracttextdocumentlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qglyphrun.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrawfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontdatabase.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMutex \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMenuBar \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmenubar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmenu.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qaction.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qactiongroup.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QAction \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QThread \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qthread.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdeadlinetimer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qelapsedtimer.h + +debug\moc_app_icd.obj: debug\moc_app_icd.cpp + +debug\moc_logHandler.obj: debug\moc_logHandler.cpp + +debug\moc_drv_spi.obj: debug\moc_drv_spi.cpp + +debug\moc_drv_uart.obj: debug\moc_drv_uart.cpp + +debug\moc_mainwindow.obj: debug\moc_mainwindow.cpp + +####### Install + +install: FORCE + +uninstall: FORCE + +FORCE: + diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/Makefile.Release b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/Makefile.Release new file mode 100644 index 0000000..1855a22 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/Makefile.Release @@ -0,0 +1,1709 @@ +############################################################################# +# Makefile for building: SP713 +# Generated by qmake (3.1) (Qt 5.15.2) +# Project: ..\..\SP713.pro +# Template: app +############################################################################# + +MAKEFILE = Makefile.Release + +EQ = = + +####### Compiler, tools and options + +CC = cl +CXX = cl +DEFINES = -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DNDEBUG -DQT_QML_DEBUG -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB +CFLAGS = -nologo -Zc:wchar_t -FS -Zc:strictStrings -O2 -MD -W3 -w44456 -w44457 -w44458 $(DEFINES) +CXXFLAGS = -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc $(DEFINES) +INCPATH = -I..\..\..\SP713 -I. -I..\..\libs -I..\..\libs -IE:\Qt\5.15.2\msvc2019_64\include -IE:\Qt\5.15.2\msvc2019_64\include\QtWidgets -IE:\Qt\5.15.2\msvc2019_64\include\QtGui -IE:\Qt\5.15.2\msvc2019_64\include\QtANGLE -IE:\Qt\5.15.2\msvc2019_64\include\QtCore -Irelease -I. -I/include -IE:\Qt\5.15.2\msvc2019_64\mkspecs\win32-msvc +LINKER = link +LFLAGS = /NOLOGO /DYNAMICBASE /NXCOMPAT /OPT:REF /INCREMENTAL:NO /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" +LIBS = /LIBPATH:D:\23_SP713\02_CODE\SP713\libs D:\23_SP713\02_CODE\SP713\libs\CH347DLLA64.lib D:\23_SP713\02_CODE\SP713\libs\CH347DLLA64.LIB D:\23_SP713\02_CODE\SP713\libs\CH347Handler.lib D:\23_SP713\02_CODE\SP713\libs\CH347Handler.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgets.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Gui.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Core.lib release\SP713_resource.res E:\Qt\5.15.2\msvc2019_64\lib\qtmain.lib /LIBPATH:C:\openssl\lib /LIBPATH:C:\Utils\my_sql\mysql-5.7.25-winx64\lib /LIBPATH:C:\Utils\postgresql\pgsql\lib shell32.lib +QMAKE = E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe +DEL_FILE = del +CHK_DIR_EXISTS= if not exist +MKDIR = mkdir +COPY = copy /y +COPY_FILE = copy /y +COPY_DIR = xcopy /s /q /y /i +INSTALL_FILE = copy /y +INSTALL_PROGRAM = copy /y +INSTALL_DIR = xcopy /s /q /y /i +QINSTALL = E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe -install qinstall +QINSTALL_PROGRAM = E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe -install qinstall -exe +DEL_FILE = del +SYMLINK = $(QMAKE) -install ln -f -s +DEL_DIR = rmdir +MOVE = move +IDC = idc +IDL = midl +ZIP = zip -r -9 +DEF_FILE = +RES_FILE = release\SP713_resource.res +SED = $(QMAKE) -install sed +MOVE = move + +####### Output directory + +OBJECTS_DIR = release + +####### Files + +SOURCES = ..\..\apps\crc16\crc.cpp \ + ..\..\apps\icd\app_icd.cpp \ + ..\..\drivers\log\logHandler.cpp \ + ..\..\drivers\spi\drv_spi.cpp \ + ..\..\drivers\uart\drv_uart.cpp \ + ..\..\main.cpp \ + ..\..\mainwindow.cpp release\moc_app_icd.cpp \ + release\moc_logHandler.cpp \ + release\moc_drv_spi.cpp \ + release\moc_drv_uart.cpp \ + release\moc_mainwindow.cpp +OBJECTS = release\crc.obj \ + release\app_icd.obj \ + release\logHandler.obj \ + release\drv_spi.obj \ + release\drv_uart.obj \ + release\main.obj \ + release\mainwindow.obj \ + release\moc_app_icd.obj \ + release\moc_logHandler.obj \ + release\moc_drv_spi.obj \ + release\moc_drv_uart.obj \ + release\moc_mainwindow.obj + +DIST = ..\..\apps\crc16\crc.h \ + ..\..\apps\icd\app_icd.h \ + ..\..\drivers\log\logHandler.h \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\drivers\uart\drv_uart.h \ + ..\..\libs\CH347DLL.H \ + ..\..\libs\Common.h \ + ..\..\libs\SpiApi.h \ + ..\..\mainwindow.h ..\..\apps\crc16\crc.cpp \ + ..\..\apps\icd\app_icd.cpp \ + ..\..\drivers\log\logHandler.cpp \ + ..\..\drivers\spi\drv_spi.cpp \ + ..\..\drivers\uart\drv_uart.cpp \ + ..\..\main.cpp \ + ..\..\mainwindow.cpp +QMAKE_TARGET = SP713 +DESTDIR = release\ #avoid trailing-slash linebreak +TARGET = SP713.exe +DESTDIR_TARGET = release\SP713.exe + +####### Implicit rules + +.SUFFIXES: .c .cpp .cc .cxx + +{..\..\drivers\spi}.cpp{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\spi}.cc{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\spi}.cxx{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\spi}.c{release\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\log}.cpp{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\log}.cc{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\log}.cxx{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\log}.c{release\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..}.cpp{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..}.cc{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..}.cxx{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..}.c{release\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\apps\crc16}.cpp{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\apps\crc16}.cc{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\apps\crc16}.cxx{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\apps\crc16}.c{release\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\uart}.cpp{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\uart}.cc{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\uart}.cxx{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\uart}.c{release\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{release}.cpp{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{release}.cc{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{release}.cxx{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{release}.c{release\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{.}.cpp{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{.}.cc{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{.}.cxx{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{.}.c{release\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\apps\icd}.cpp{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\apps\icd}.cc{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\apps\icd}.cxx{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\apps\icd}.c{release\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +####### Build rules + +first: all +all: Makefile.Release release\SP713.exe + +release\SP713.exe: E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgets.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Gui.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Core.lib E:\Qt\5.15.2\msvc2019_64\lib\qtmain.lib ui_mainwindow.h $(OBJECTS) release\SP713_resource.res + $(LINKER) $(LFLAGS) /MANIFEST:embed /OUT:$(DESTDIR_TARGET) @<< +release\crc.obj release\app_icd.obj release\logHandler.obj release\drv_spi.obj release\drv_uart.obj release\main.obj release\mainwindow.obj release\moc_app_icd.obj release\moc_logHandler.obj release\moc_drv_spi.obj release\moc_drv_uart.obj release\moc_mainwindow.obj +$(LIBS) +<< + +release\SP713_resource.res: SP713_resource.rc + rc /NOLOGO $(DEFINES) -fo release\SP713_resource.res SP713_resource.rc + +qmake: FORCE + @$(QMAKE) -o Makefile.Release ..\..\SP713.pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug" + +qmake_all: FORCE + +dist: + $(ZIP) SP713.zip $(SOURCES) $(DIST) ..\..\SP713.pro E:\Qt\5.15.2\msvc2019_64\mkspecs\features\spec_pre.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\angle.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\windows-desktop.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\windows_vulkan_sdk.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\windows-vulkan.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\msvc-desktop.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\qconfig.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3danimation.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3danimation_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dcore.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dcore_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dextras.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dextras_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dinput.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dinput_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dlogic.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dlogic_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquick.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquick_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickanimation.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickanimation_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickextras.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickextras_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickinput.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickinput_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickrender.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickrender_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickscene2d.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickscene2d_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3drender.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3drender_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_accessibility_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axbase.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axbase_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axcontainer.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axcontainer_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axserver.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axserver_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bluetooth.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bluetooth_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bodymovin_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bootstrap_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_charts.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_charts_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_concurrent.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_concurrent_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_core.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_core_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_datavisualization.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_datavisualization_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_dbus.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_dbus_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designer.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designer_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designercomponents_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_edid_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_egl_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_fb_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_fontdatabase_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gamepad.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gamepad_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gui.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gui_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_help.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_help_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttracker.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttracker_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttrackerqml.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttrackerqml_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_location.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_location_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimedia.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimedia_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_network.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_network_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_networkauth.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_networkauth_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_nfc.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_nfc_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_opengl.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_opengl_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_openglextensions.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_openglextensions_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_packetprotocol_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_platformcompositor_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioning.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioning_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioningquick.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioningquick_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_printsupport.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_printsupport_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_purchasing.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_purchasing_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qml.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qml_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmldebug_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmldevtools_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmltest.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmltest_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3d.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3d_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3drender.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3drender_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickparticles_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickshapes_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_repparser.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_repparser_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_script.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_script_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scripttools.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scripttools_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scxml.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scxml_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sensors.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sensors_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialbus.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialbus_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialport.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialport_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sql.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sql_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_svg.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_svg_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_testlib.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_testlib_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_texttospeech.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_texttospeech_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_theme_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uiplugin.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uitools.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uitools_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_virtualkeyboard.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_virtualkeyboard_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_vulkan_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webchannel.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webchannel_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webengine.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webengine_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecore.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecore_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecoreheaders_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_websockets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_websockets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webview.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webview_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_widgets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_widgets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_windowsuiautomation_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_winextras.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_winextras_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xml.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xml_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xmlpatterns.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xmlpatterns_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_zlib_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt_functions.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt_config.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\win32-msvc\qmake.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\spec_post.prf .qmake.stash E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exclusive_builds.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\msvc-version.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\toolchain.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\default_pre.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\default_pre.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resolve_config.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exclusive_builds_post.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\default_post.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\build_pass.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qml_debug.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\precompile_header.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\warn_on.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resources_functions.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resources.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\moc.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\opengl.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\uic.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qmake_use.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\file_copies.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\windows.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\testcase_targets.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exceptions.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\yacc.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\lex.prf ..\..\SP713.pro E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgets.prl E:\Qt\5.15.2\msvc2019_64\lib\Qt5Gui.prl E:\Qt\5.15.2\msvc2019_64\lib\Qt5Core.prl E:\Qt\5.15.2\msvc2019_64\lib\qtmain.prl E:\Qt\5.15.2\msvc2019_64\mkspecs\features\data\dummy.cpp ..\..\apps\crc16\crc.h ..\..\apps\icd\app_icd.h ..\..\drivers\log\logHandler.h ..\..\drivers\spi\drv_spi.h ..\..\drivers\uart\drv_uart.h ..\..\libs\CH347DLL.H ..\..\libs\Common.h ..\..\libs\SpiApi.h ..\..\mainwindow.h ..\..\apps\crc16\crc.cpp ..\..\apps\icd\app_icd.cpp ..\..\drivers\log\logHandler.cpp ..\..\drivers\spi\drv_spi.cpp ..\..\drivers\uart\drv_uart.cpp ..\..\main.cpp ..\..\mainwindow.cpp ..\..\mainwindow.ui + +clean: compiler_clean + -$(DEL_FILE) release\crc.obj release\app_icd.obj release\logHandler.obj release\drv_spi.obj release\drv_uart.obj release\main.obj release\mainwindow.obj release\moc_app_icd.obj release\moc_logHandler.obj release\moc_drv_spi.obj release\moc_drv_uart.obj release\moc_mainwindow.obj + -$(DEL_FILE) release\SP713_resource.res + +distclean: clean + -$(DEL_FILE) .qmake.stash + -$(DEL_FILE) $(DESTDIR_TARGET) + -$(DEL_FILE) Makefile.Release + +mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean + +mocables: compiler_moc_header_make_all compiler_moc_objc_header_make_all compiler_moc_source_make_all + +check: first + +benchmark: first + +compiler_no_pch_compiler_make_all: +compiler_no_pch_compiler_clean: +compiler_rcc_make_all: +compiler_rcc_clean: +compiler_moc_predefs_make_all: release\moc_predefs.h +compiler_moc_predefs_clean: + -$(DEL_FILE) release\moc_predefs.h +release\moc_predefs.h: E:\Qt\5.15.2\msvc2019_64\mkspecs\features\data\dummy.cpp + cl -BxE:\Qt\5.15.2\msvc2019_64\bin\qmake.exe -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E E:\Qt\5.15.2\msvc2019_64\mkspecs\features\data\dummy.cpp 2>NUL >release\moc_predefs.h + +compiler_moc_header_make_all: release\moc_app_icd.cpp release\moc_logHandler.cpp release\moc_drv_spi.cpp release\moc_drv_uart.cpp release\moc_mainwindow.cpp +compiler_moc_header_clean: + -$(DEL_FILE) release\moc_app_icd.cpp release\moc_logHandler.cpp release\moc_drv_spi.cpp release\moc_drv_uart.cpp release\moc_mainwindow.cpp +release\moc_app_icd.cpp: ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + ..\..\drivers\uart\drv_uart.h \ + release\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/release/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\apps\icd\app_icd.h -o release\moc_app_icd.cpp + +release\moc_logHandler.cpp: ..\..\drivers\log\logHandler.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QPlainTextEdit \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qplaintextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qframe.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextdocument.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextoption.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpen.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qabstracttextdocumentlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qglyphrun.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrawfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontdatabase.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMutex \ + release\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/release/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\drivers\log\logHandler.h -o release\moc_logHandler.cpp + +release\moc_drv_spi.cpp: ..\..\drivers\spi\drv_spi.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\libs\CH347DLL.H \ + release\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/release/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\drivers\spi\drv_spi.h -o release\moc_drv_spi.cpp + +release\moc_drv_uart.cpp: ..\..\drivers\uart\drv_uart.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\libs\CH347DLL.H \ + release\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/release/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\drivers\uart\drv_uart.h -o release\moc_drv_uart.cpp + +release\moc_mainwindow.cpp: ..\..\mainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QVector \ + ..\..\libs\SpiApi.h \ + ..\..\libs\Common.h \ + ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\uart\drv_uart.h \ + release\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/release/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\mainwindow.h -o release\moc_mainwindow.cpp + +compiler_moc_objc_header_make_all: +compiler_moc_objc_header_clean: +compiler_moc_source_make_all: +compiler_moc_source_clean: +compiler_uic_make_all: ui_mainwindow.h +compiler_uic_clean: + -$(DEL_FILE) ui_mainwindow.h +ui_mainwindow.h: ..\..\mainwindow.ui \ + E:\Qt\5.15.2\msvc2019_64\bin\uic.exe + E:\Qt\5.15.2\msvc2019_64\bin\uic.exe ..\..\mainwindow.ui -o ui_mainwindow.h + +compiler_yacc_decl_make_all: +compiler_yacc_decl_clean: +compiler_yacc_impl_make_all: +compiler_yacc_impl_clean: +compiler_lex_make_all: +compiler_lex_clean: +compiler_clean: compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean + + + +####### Compile + +release\crc.obj: ..\..\apps\crc16\crc.cpp ..\..\apps\crc16\crc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QByteArray \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h + +release\app_icd.obj: ..\..\apps\icd\app_icd.cpp ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + ..\..\drivers\uart\drv_uart.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDebug \ + ..\..\apps\crc16\crc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QByteArray + +release\logHandler.obj: ..\..\drivers\log\logHandler.cpp ..\..\drivers\log\LogHandler.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QPlainTextEdit \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qplaintextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qframe.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextdocument.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextoption.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpen.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qabstracttextdocumentlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qglyphrun.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrawfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontdatabase.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMutex \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDateTime \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatetime.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMetaObject + +release\drv_spi.obj: ..\..\drivers\spi\drv_spi.cpp ..\..\drivers\spi\drv_spi.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDebug + +release\drv_uart.obj: ..\..\drivers\uart\drv_uart.cpp ..\..\drivers\uart\drv_uart.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDateTime \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatetime.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDebug \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QThread \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qthread.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdeadlinetimer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qelapsedtimer.h + +release\main.obj: ..\..\main.cpp ..\..\mainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QVector \ + ..\..\libs\SpiApi.h \ + ..\..\libs\Common.h \ + ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\uart\drv_uart.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QApplication \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qapplication.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreapplication.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qeventloop.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qdesktopwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qguiapplication.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qinputmethod.h + +release\mainwindow.obj: ..\..\mainwindow.cpp ..\..\mainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QVector \ + ..\..\libs\SpiApi.h \ + ..\..\libs\Common.h \ + ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\uart\drv_uart.h \ + ui_mainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMessageBox \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmessagebox.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qdialog.h \ + ..\..\drivers\log\logHandler.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QPlainTextEdit \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qplaintextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qframe.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextdocument.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextoption.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpen.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qabstracttextdocumentlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qglyphrun.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrawfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontdatabase.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMutex \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMenuBar \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmenubar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmenu.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qaction.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qactiongroup.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QAction \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QThread \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qthread.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdeadlinetimer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qelapsedtimer.h + +release\moc_app_icd.obj: release\moc_app_icd.cpp + +release\moc_logHandler.obj: release\moc_logHandler.cpp + +release\moc_drv_spi.obj: release\moc_drv_spi.cpp + +release\moc_drv_uart.obj: release\moc_drv_uart.cpp + +release\moc_mainwindow.obj: release\moc_mainwindow.cpp + +####### Install + +install: FORCE + +uninstall: FORCE + +FORCE: + diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_140544.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_140544.txt new file mode 100644 index 0000000..e69de29 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_141719.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_141719.txt new file mode 100644 index 0000000..555f32a --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_141719.txt @@ -0,0 +1,3 @@ +2025-07-16 14:17:54 tx data: 9F E4 03 03 12 00 00 00 00 00 00 00 00 00 01 9C 02 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 C3 9C D9 +2025-07-16 14:17:58 tx data: 9F E4 05 01 00 00 00 00 00 00 00 00 00 00 02 8B 00 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 C3 9C B5 +2025-07-16 14:17:58 rx data: diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_143327.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_143327.txt new file mode 100644 index 0000000..f25d9a1 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_143327.txt @@ -0,0 +1,92 @@ +2025-07-16 14:34:14 tx data: 9F E4 04 0D 01 09 81 00 00 00 00 00 00 00 01 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 95 +2025-07-16 14:34:16 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 02 97 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 83 +2025-07-16 14:34:16 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:37:46 tx data: 9F E4 03 03 0D 00 00 00 00 00 00 00 00 00 03 99 02 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 C3 9C D3 +2025-07-16 14:39:49 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 04 99 00 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 C3 9C D1 +2025-07-16 14:39:49 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:41:08 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 05 9A 00 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 C3 9C D3 +2025-07-16 14:41:08 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:41:10 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 06 9B 00 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 C3 9C D5 +2025-07-16 14:41:10 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:41:12 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 07 9C 00 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 C3 9C D7 +2025-07-16 14:41:12 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:43:01 tx data: 9F E4 03 03 0D 00 00 00 00 00 00 00 00 00 08 9E 02 80 00 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 5E 3E 5A +2025-07-16 14:43:05 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 09 9E 00 80 00 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 5E 3E 58 +2025-07-16 14:43:05 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:43:06 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 0A 9F 00 80 00 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 5E 3E 5A +2025-07-16 14:43:06 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:43:08 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 0B A0 00 80 00 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 5E 3E 5C +2025-07-16 14:43:08 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:44:29 tx data: 9F E4 03 03 0D 00 00 00 00 00 00 00 00 00 0C A2 02 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 50 +2025-07-16 14:44:31 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 0D A2 00 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 4E +2025-07-16 14:44:31 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:44:33 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 0E A3 00 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 50 +2025-07-16 14:44:33 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:44:42 tx data: 9F E4 04 0E 01 09 81 00 00 00 00 00 00 00 0F 2F 00 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 68 +2025-07-16 14:44:45 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 10 A6 00 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 56 +2025-07-16 14:44:45 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:44:56 tx data: 9F E4 03 03 0E 00 00 00 00 00 00 00 00 00 11 A8 02 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 5C +2025-07-16 14:44:58 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 12 A8 00 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 5A +2025-07-16 14:44:58 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:45:04 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 13 A9 00 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 5C +2025-07-16 14:45:04 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:45:06 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 14 AA 00 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 5E +2025-07-16 14:45:06 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:45:38 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 15 AB 00 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 60 +2025-07-16 14:45:38 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:45:38 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 16 AC 00 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 62 +2025-07-16 14:45:38 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:45:39 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 17 AD 00 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 64 +2025-07-16 14:45:39 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:45:39 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 18 AE 00 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 66 +2025-07-16 14:45:39 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:45:41 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 19 AF 00 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 68 +2025-07-16 14:45:41 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:49:00 tx data: 9F E4 04 0E 01 19 81 00 00 00 00 00 00 00 1A 4A 00 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 9E +2025-07-16 14:49:07 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 1B B1 00 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 6C +2025-07-16 14:49:07 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:49:49 tx data: 9F E4 04 0E 01 19 81 00 00 00 00 00 00 00 1C 4C 00 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 A2 +2025-07-16 14:49:55 tx data: 9F E4 03 03 0E 19 81 00 00 00 00 00 00 00 1D 4E 02 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 A8 +2025-07-16 14:50:03 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 1E B4 00 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 72 +2025-07-16 14:50:03 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:50:05 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 1F B5 00 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 74 +2025-07-16 14:50:05 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:50:06 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 20 B6 00 80 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 A7 D3 76 +2025-07-16 14:50:06 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:51:56 tx data: 9F E4 03 03 0E 00 00 00 00 00 00 00 00 00 21 B8 02 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 BA +2025-07-16 14:51:58 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 22 B8 00 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 B8 +2025-07-16 14:51:58 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:52:01 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 23 B9 00 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 BA +2025-07-16 14:52:01 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:52:25 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 24 BA 00 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 BC +2025-07-16 14:52:25 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:52:25 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 25 BB 00 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 BE +2025-07-16 14:52:25 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:52:26 tx data: 9F E4 03 03 0E 00 00 00 00 00 00 00 00 00 26 BD 02 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 C4 +2025-07-16 14:52:28 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 27 BD 00 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 C2 +2025-07-16 14:52:28 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:52:29 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 28 BE 00 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 C4 +2025-07-16 14:52:29 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:52:30 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 29 BF 00 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 C6 +2025-07-16 14:52:30 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:56:14 tx data: 9F E4 04 0E 01 09 81 00 00 00 00 00 00 00 2A 4A 00 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 DC +2025-07-16 14:56:15 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 2B C1 00 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 CA +2025-07-16 14:56:16 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:57:14 tx data: 9F E4 04 0E 01 09 81 00 00 00 00 00 00 00 2C 4C 00 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 E0 +2025-07-16 14:57:16 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 2D C3 00 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 CE +2025-07-16 14:57:16 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:57:20 tx data: 9F E4 03 03 0E 00 00 00 00 00 00 00 00 00 2E C5 02 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 D4 +2025-07-16 14:57:21 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 2F C5 00 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 D2 +2025-07-16 14:57:21 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:57:22 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 30 C6 00 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 D4 +2025-07-16 14:57:22 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:57:23 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 31 C7 00 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 D6 +2025-07-16 14:57:23 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:57:23 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 32 C8 00 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 D8 +2025-07-16 14:57:23 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:57:52 tx data: 9F E4 04 0E 01 09 81 00 00 00 00 00 00 00 33 53 00 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 EE +2025-07-16 14:57:56 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 34 CA 00 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 DC +2025-07-16 14:57:56 rx data: 00 00 00 00 00 00 00 +2025-07-16 14:58:16 tx data: 9F E4 03 03 0E 00 00 00 00 00 00 00 00 00 35 CC 02 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 E2 +2025-07-16 14:58:21 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 36 CC 00 40 20 00 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 97 61 E0 +2025-07-16 14:58:21 rx data: 00 00 00 00 00 00 00 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_151037.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_151037.txt new file mode 100644 index 0000000..4971edb --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_151037.txt @@ -0,0 +1,21 @@ +2025-07-16 15:10:38 tx data: 9F E4 04 01 00 09 81 00 00 00 00 00 00 00 01 13 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 7B +2025-07-16 15:10:42 tx data: 9F E4 04 01 00 09 81 00 00 00 00 00 00 00 02 14 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 7D +2025-07-16 15:10:49 tx data: 9F E4 04 01 01 09 81 00 00 00 00 00 00 00 03 16 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 81 +2025-07-16 15:10:52 tx data: 9F E4 05 01 00 00 00 00 00 00 00 00 00 00 04 8D 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 6F +2025-07-16 15:10:52 rx data: 00 00 00 00 00 00 00 +2025-07-16 15:10:55 tx data: 9F E4 05 01 00 00 00 00 00 00 00 00 00 00 05 8E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 71 +2025-07-16 15:10:55 rx data: 00 00 00 00 00 00 00 +2025-07-16 15:10:56 tx data: 9F E4 05 01 00 00 00 00 00 00 00 00 00 00 06 8F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 73 +2025-07-16 15:10:56 rx data: 00 00 00 00 00 00 00 +2025-07-16 15:10:57 tx data: 9F E4 05 01 00 00 00 00 00 00 00 00 00 00 07 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 75 +2025-07-16 15:10:57 rx data: 00 00 00 00 00 00 00 +2025-07-16 15:11:01 tx data: 9F E4 05 01 00 00 00 00 00 00 00 00 00 00 08 91 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 77 +2025-07-16 15:11:01 rx data: 00 00 00 00 00 00 00 +2025-07-16 15:11:03 tx data: 9F E4 05 01 00 00 00 00 00 00 00 00 00 00 09 92 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 79 +2025-07-16 15:11:03 rx data: 00 00 00 00 00 00 00 +2025-07-16 15:11:04 tx data: 9F E4 05 01 00 00 00 00 00 00 00 00 00 00 0A 93 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 7B +2025-07-16 15:11:04 rx data: 00 00 00 00 00 00 00 +2025-07-16 15:11:05 tx data: 9F E4 05 01 00 00 00 00 00 00 00 00 00 00 0B 94 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 7D +2025-07-16 15:11:05 rx data: 00 00 00 00 00 00 00 +2025-07-16 15:11:13 tx data: 9F E4 05 01 00 00 00 00 00 00 00 00 00 00 0C 95 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 7F +2025-07-16 15:11:13 rx data: 00 00 00 00 00 00 00 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_151220.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_151220.txt new file mode 100644 index 0000000..4cc0fd3 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_151220.txt @@ -0,0 +1,7 @@ +2025-07-16 15:12:26 tx data: 9F E4 04 01 00 09 81 00 00 00 00 00 00 00 01 13 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 7B +2025-07-16 15:12:28 tx data: 9F E4 05 01 00 00 00 00 00 00 00 00 00 00 02 8B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 6B +2025-07-16 15:12:28 rx data: 00 00 00 00 00 00 00 +2025-07-16 15:12:30 tx data: 9F E4 05 01 00 00 00 00 00 00 00 00 00 00 03 8C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 6D +2025-07-16 15:12:30 rx data: 00 00 00 00 00 00 00 +2025-07-16 15:12:32 tx data: 9F E4 05 01 00 00 00 00 00 00 00 00 00 00 04 8D 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 6F +2025-07-16 15:12:32 rx data: 00 00 00 00 00 00 00 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_152240.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_152240.txt new file mode 100644 index 0000000..24578d5 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_152240.txt @@ -0,0 +1,6 @@ +2025-07-16 15:22:51 tx data: 9F E4 04 0D 00 09 81 00 00 00 00 00 00 00 01 1F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 93 +2025-07-16 15:22:54 tx data: 9F E4 04 0D 00 09 81 00 00 00 00 00 00 00 02 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 95 +2025-07-16 15:22:56 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 03 98 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 85 +2025-07-16 15:22:56 rx data: 00 00 00 00 00 00 00 +2025-07-16 15:23:13 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 04 99 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 87 +2025-07-16 15:23:13 rx data: 00 00 00 00 00 00 00 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_154127.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_154127.txt new file mode 100644 index 0000000..6a97f42 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_154127.txt @@ -0,0 +1,2 @@ +2025-07-16 15:41:32 tx data: 9F E4 04 01 00 09 81 00 00 00 00 00 00 00 01 13 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 7B +2025-07-16 15:41:51 tx data: 9F E4 05 01 00 00 00 00 00 00 00 00 00 00 02 8B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 6B diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_163038.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_163038.txt new file mode 100644 index 0000000..9276e9c --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_163038.txt @@ -0,0 +1,25 @@ +2025-07-16 16:31:04 tx data: 9F E4 04 0D 00 09 81 00 00 00 00 00 00 00 01 1F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 93 +2025-07-16 16:31:06 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 02 97 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 83 +2025-07-16 16:31:10 tx data: 9F E4 04 0D 00 09 81 00 00 00 00 00 00 00 03 21 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 97 +2025-07-16 16:31:11 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 04 99 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 87 +2025-07-16 16:31:12 tx data: 9F E4 04 0D 00 09 81 00 00 00 00 00 00 00 05 23 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 9B +2025-07-16 16:31:12 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 06 9B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 8B +2025-07-16 16:31:18 tx data: 9F E4 04 0E 00 09 81 00 00 00 00 00 00 00 07 26 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 A1 +2025-07-16 16:31:19 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 08 9E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 91 +2025-07-16 16:31:20 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 09 9F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 93 +2025-07-16 16:31:20 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 0A A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 95 +2025-07-16 16:31:39 tx data: 9F E4 04 0D 01 09 81 00 00 00 00 00 00 00 0B 2A 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 A9 +2025-07-16 16:31:40 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 0C A1 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 97 +2025-07-16 16:31:40 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 0D A2 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 99 +2025-07-16 16:31:41 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 0E A3 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 9B +2025-07-16 16:31:41 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 0F A4 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 9D +2025-07-16 16:31:45 tx data: 9F E4 04 14 01 09 81 00 00 00 00 00 00 00 10 36 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 C1 +2025-07-16 16:31:46 tx data: 9F E4 05 14 00 00 00 00 00 00 00 00 00 00 11 AD 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 AF +2025-07-16 16:31:46 tx data: 9F E4 05 14 00 00 00 00 00 00 00 00 00 00 12 AE 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 B1 +2025-07-16 16:31:56 tx data: 9F E4 04 0E 01 09 81 00 00 00 00 00 00 00 13 33 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 BB +2025-07-16 16:31:57 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 14 AA 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 A9 +2025-07-16 16:31:59 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 15 AB 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 AB +2025-07-16 16:31:59 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 16 AC 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 AD +2025-07-16 16:31:59 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 17 AD 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 AF +2025-07-16 16:32:10 tx data: 9F E4 04 01 01 09 81 00 00 00 00 00 00 00 18 2B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 AB +2025-07-16 16:32:11 tx data: 9F E4 05 01 00 00 00 00 00 00 00 00 00 00 19 A2 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 99 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_172456.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_172456.txt new file mode 100644 index 0000000..d61c022 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_172456.txt @@ -0,0 +1,40 @@ +2025-07-16 17:25:17 tx data: 9F E4 04 0D 01 0B 81 00 00 00 00 00 00 00 01 22 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 99 +2025-07-16 17:25:19 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 02 97 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 83 +2025-07-16 17:25:40 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 03 98 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 85 +2025-07-16 17:27:03 tx data: 9F E4 03 03 0D 00 00 00 00 00 00 00 00 00 04 9A 02 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 E9 +2025-07-16 17:27:07 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 05 9A 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 E7 +2025-07-16 17:27:14 tx data: 9F E4 04 0D 01 1B 81 00 00 00 00 00 00 00 06 37 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 21 +2025-07-16 17:27:18 tx data: 9F E4 03 03 0D 1B 81 00 00 00 00 00 00 00 07 39 02 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 27 +2025-07-16 17:27:19 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 08 9D 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 ED +2025-07-16 17:27:25 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 09 9E 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 EF +2025-07-16 17:27:26 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 0A 9F 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 F1 +2025-07-16 17:27:28 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 0B A0 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 F3 +2025-07-16 17:27:29 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 0C A1 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 F5 +2025-07-16 17:28:51 tx data: 9F E4 03 03 0D 00 00 00 00 00 00 00 00 00 0D A3 02 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 85 +2025-07-16 17:28:52 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 0E A3 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 83 +2025-07-16 17:28:53 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 0F A4 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 85 +2025-07-16 17:28:54 tx data: 9F E4 03 03 0D 00 00 00 00 00 00 00 00 00 10 A6 02 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 8B +2025-07-16 17:28:55 tx data: 9F E4 03 03 0D 00 00 00 00 00 00 00 00 00 11 A7 02 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 8D +2025-07-16 17:28:55 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 12 A7 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 8B +2025-07-16 17:28:56 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 13 A8 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 8D +2025-07-16 17:28:57 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 14 A9 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 8F +2025-07-16 17:28:57 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 15 AA 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 91 +2025-07-16 17:45:42 tx data: 9F E4 04 0D 01 09 01 00 00 00 00 00 00 00 16 B5 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 A7 +2025-07-16 17:45:44 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 17 AC 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 95 +2025-07-16 17:47:12 tx data: 9F E4 04 0D 01 09 81 00 00 00 00 00 00 00 18 37 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 AB +2025-07-16 17:47:28 tx data: 9F E4 04 0D 01 08 81 00 00 00 00 00 00 00 19 37 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 AB +2025-07-16 17:47:31 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 1A AF 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 9B +2025-07-16 17:47:46 tx data: 9F E4 04 0D 01 08 81 00 00 00 00 00 00 00 1B 39 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 AF +2025-07-16 17:47:47 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 1C B1 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 9F +2025-07-16 17:47:47 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 1D B2 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 A1 +2025-07-16 17:48:22 tx data: 9F E4 04 0D 01 09 81 00 00 00 00 00 00 00 1E 3D 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 B7 +2025-07-16 17:48:24 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 1F B4 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 A5 +2025-07-16 17:48:27 tx data: 9F E4 04 0D 01 09 81 00 00 00 00 00 00 00 20 3F 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 BB +2025-07-16 17:48:28 tx data: 9F E4 04 0D 01 09 81 00 00 00 00 00 00 00 21 40 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 BD +2025-07-16 17:48:29 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 22 B7 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 AB +2025-07-16 17:48:36 tx data: 9F E4 03 03 0D 00 00 00 00 00 00 00 00 00 23 B9 02 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 B1 +2025-07-16 17:48:38 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 24 B9 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 AF +2025-07-16 17:48:40 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 25 BA 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 B1 +2025-07-16 17:48:41 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 26 BB 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 B3 +2025-07-16 17:48:42 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 27 BC 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 B5 +2025-07-16 17:48:44 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 28 BD 00 1F C7 F4 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 E3 94 B7 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_182647.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_182647.txt new file mode 100644 index 0000000..9528e8a --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_182647.txt @@ -0,0 +1,2 @@ +2025-07-16 18:27:02 tx data: 9F E4 04 0D 01 09 81 00 00 00 00 00 00 00 01 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 95 +2025-07-16 18:27:04 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 02 97 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 83 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_183521.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_183521.txt new file mode 100644 index 0000000..af2c437 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_183521.txt @@ -0,0 +1,2 @@ +2025-07-16 18:35:32 tx data: 9F E4 04 0D 01 09 80 00 00 00 00 00 00 00 01 1F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 93 +2025-07-16 18:35:33 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 02 97 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 83 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_184401.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_184401.txt new file mode 100644 index 0000000..f210fb0 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_184401.txt @@ -0,0 +1,2 @@ +2025-07-16 18:44:11 tx data: 9F E4 04 0D 01 09 80 00 00 00 00 00 00 00 01 1F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 93 +2025-07-16 18:44:14 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 02 97 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 83 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_184810.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_184810.txt new file mode 100644 index 0000000..5d4dc7e --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_184810.txt @@ -0,0 +1,10 @@ +2025-07-16 18:48:14 tx data: 9F E4 04 01 00 09 80 00 00 00 00 00 00 00 01 12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 79 +2025-07-16 18:48:17 tx data: 9F E4 05 01 00 00 00 00 00 00 00 00 00 00 02 8B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 6B +2025-07-16 18:48:38 tx data: 9F E4 04 0D 01 09 80 00 00 00 00 00 00 00 03 21 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 97 +2025-07-16 18:48:38 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 04 99 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 87 +2025-07-16 18:49:24 tx data: 9F E4 04 0D 01 09 81 00 00 00 00 00 00 00 05 24 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 9D +2025-07-16 18:49:25 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 06 9B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 8B +2025-07-16 18:49:52 tx data: 9F E4 04 0D 01 1F 83 00 00 00 00 00 00 00 07 3E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 D1 +2025-07-16 18:49:53 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 08 9D 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 8F +2025-07-16 18:50:04 tx data: 9F E4 04 0D 01 1F 83 00 00 00 00 00 00 00 09 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 D5 +2025-07-16 18:50:05 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 0A 9F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 93 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_185157.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_185157.txt new file mode 100644 index 0000000..27f0452 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_185157.txt @@ -0,0 +1,5 @@ +2025-07-16 18:52:19 tx data: 9F E4 04 0D 01 1F 23 00 00 00 00 00 00 00 01 D8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 05 +2025-07-16 18:52:21 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 02 97 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 83 +2025-07-16 18:53:04 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 03 98 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 85 +2025-07-16 18:53:05 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 04 99 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 87 +2025-07-16 18:53:06 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 05 9A 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 89 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_185753.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_185753.txt new file mode 100644 index 0000000..4012c25 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_185753.txt @@ -0,0 +1,3 @@ +2025-07-16 18:57:56 tx data: 9F E4 04 01 00 09 80 00 00 00 00 00 00 00 01 12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 79 +2025-07-16 18:58:10 tx data: 9F E4 04 0D 01 1F 93 00 00 00 00 00 00 00 02 49 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 E7 +2025-07-16 18:58:11 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 03 98 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 85 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_190129.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_190129.txt new file mode 100644 index 0000000..44652a3 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_190129.txt @@ -0,0 +1,2 @@ +2025-07-16 19:01:48 tx data: 9F E4 04 0D 01 1F F3 00 00 00 00 00 00 00 01 A8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 A5 +2025-07-16 19:01:48 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 02 97 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 83 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_190509.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_190509.txt new file mode 100644 index 0000000..5bfb074 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_190509.txt @@ -0,0 +1,2 @@ +2025-07-16 19:05:38 tx data: 9F E4 04 0D FF 1F F3 00 00 00 00 00 00 00 01 A6 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 A1 +2025-07-16 19:05:39 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 02 97 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 83 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_191428.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_191428.txt new file mode 100644 index 0000000..9733ead --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_191428.txt @@ -0,0 +1,2 @@ +2025-07-16 19:14:54 tx data: 9F E4 04 8D 00 1F F3 00 00 00 00 00 00 00 01 27 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 A3 +2025-07-16 19:14:55 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 02 97 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 83 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_191751.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_191751.txt new file mode 100644 index 0000000..8fa49d8 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_191751.txt @@ -0,0 +1,4 @@ +2025-07-16 19:18:11 tx data: 9F E4 04 0D 0C 1F 83 00 00 00 00 00 00 00 01 43 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 DB +2025-07-16 19:18:13 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 02 97 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 83 +2025-07-16 19:19:04 tx data: 9F E4 04 0D 13 1F 83 00 00 00 00 00 00 00 03 4C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 ED +2025-07-16 19:19:05 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 04 99 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 87 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_192040.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_192040.txt new file mode 100644 index 0000000..b2332f9 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_192040.txt @@ -0,0 +1,7 @@ +2025-07-16 19:20:58 tx data: 9F E4 04 0D 10 1F 83 00 00 00 00 00 00 00 01 47 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 E3 +2025-07-16 19:20:58 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 02 97 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 83 +2025-07-16 19:21:14 tx data: 9F E4 04 0D 00 1F 83 00 00 00 00 00 00 00 03 39 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 C7 +2025-07-16 19:21:15 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 04 99 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 87 +2025-07-16 19:22:27 tx data: 9F E4 04 0D FF 1F 83 00 00 00 00 00 00 00 05 3A 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 C9 +2025-07-16 19:22:28 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 06 9B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 8B +2025-07-16 19:22:47 tx data: 9F E4 04 0D 00 1F 83 00 00 00 00 00 00 00 07 3D 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 CF diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_192424.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_192424.txt new file mode 100644 index 0000000..34444c2 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_192424.txt @@ -0,0 +1 @@ +2025-07-16 19:24:34 tx data: 9F E4 04 0D 00 09 80 00 00 00 00 00 00 00 01 1E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 91 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_192511.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_192511.txt new file mode 100644 index 0000000..760e06b --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_192511.txt @@ -0,0 +1,2 @@ +2025-07-16 19:25:23 tx data: 9F E4 04 8D 00 09 80 00 00 00 00 00 00 00 01 9E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 91 +2025-07-16 19:25:25 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 02 97 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 83 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_192550.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_192550.txt new file mode 100644 index 0000000..9e79269 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_192550.txt @@ -0,0 +1,2 @@ +2025-07-16 19:26:04 tx data: 9F E4 04 8D 00 0B 80 00 00 00 00 00 00 00 01 A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 95 +2025-07-16 19:26:06 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 02 97 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 83 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_192838.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_192838.txt new file mode 100644 index 0000000..06a0d56 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_192838.txt @@ -0,0 +1,55 @@ +2025-07-16 19:29:56 tx data: 9F E4 04 0D 01 08 11 00 00 00 00 00 00 00 01 AF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 B3 +2025-07-16 19:30:40 tx data: 9F E4 03 03 0D 08 11 00 00 00 00 00 00 00 02 B1 02 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 17 +2025-07-16 19:31:30 tx data: 9F E4 04 0D 01 09 11 00 00 00 00 00 00 00 03 B2 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 17 +2025-07-16 19:31:56 tx data: 9F E4 04 0D 01 19 11 00 00 00 00 00 00 00 04 C3 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 39 +2025-07-16 19:32:00 tx data: 9F E4 04 0D 01 19 11 00 00 00 00 00 00 00 05 C4 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 3B +2025-07-16 19:32:05 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 06 9B 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 E9 +2025-07-16 19:34:45 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 07 9C 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 EB +2025-07-16 19:34:47 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 08 9D 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 ED +2025-07-16 19:34:49 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 09 9E 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 EF +2025-07-16 19:34:50 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 0A 9F 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 F1 +2025-07-16 19:34:53 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 0B A0 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 F3 +2025-07-16 19:34:54 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 0C A1 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 F5 +2025-07-16 19:34:55 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 0D A2 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 F7 +2025-07-16 19:34:57 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 0E A3 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 F9 +2025-07-16 19:37:53 tx data: 9F E4 04 0D 01 18 11 00 00 00 00 00 00 00 0F CD 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 4D +2025-07-16 19:39:34 tx data: 9F E4 04 0D 01 08 11 00 00 00 00 00 00 00 10 BE 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 2F +2025-07-16 19:40:01 tx data: 9F E4 03 03 0D 08 11 00 00 00 00 00 00 00 11 C0 02 80 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 4E 47 97 +2025-07-16 19:40:33 tx data: 9F E4 04 0D 01 09 11 00 00 00 00 00 00 00 12 C1 00 80 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 4E 47 97 +2025-07-16 19:40:50 tx data: 9F E4 04 0D 01 19 11 00 00 00 00 00 00 00 13 D2 00 80 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 4E 47 B9 +2025-07-16 19:40:52 tx data: 9F E4 04 0D 01 19 11 00 00 00 00 00 00 00 14 D3 00 80 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 4E 47 BB +2025-07-16 19:40:56 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 15 AA 00 80 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 4E 47 69 +2025-07-16 19:42:00 tx data: 9F E4 04 0D 01 08 11 00 00 00 00 00 00 00 16 C4 00 80 20 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 B3 A1 6C +2025-07-16 19:42:13 tx data: 9F E4 03 03 0D 08 11 00 00 00 00 00 00 00 17 C6 02 80 20 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 B3 A1 72 +2025-07-16 19:42:29 tx data: 9F E4 04 0D 01 09 11 00 00 00 00 00 00 00 18 C7 00 80 20 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 B3 A1 72 +2025-07-16 19:42:41 tx data: 9F E4 04 0D 01 19 11 00 00 00 00 00 00 00 19 D8 00 80 20 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 B3 A1 94 +2025-07-16 19:42:42 tx data: 9F E4 04 0D 01 19 11 00 00 00 00 00 00 00 1A D9 00 80 20 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 B3 A1 96 +2025-07-16 19:42:45 tx data: 9F E4 04 0D 01 19 11 00 00 00 00 00 00 00 1B DA 00 80 20 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 B3 A1 98 +2025-07-16 19:42:49 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 1C B1 00 80 20 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 B3 A1 46 +2025-07-16 19:44:04 tx data: 9F E4 04 0D 01 08 11 00 00 00 00 00 00 00 1D CB 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B 04 +2025-07-16 19:44:19 tx data: 9F E4 03 03 0D 08 11 00 00 00 00 00 00 00 1E CD 02 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B 0A +2025-07-16 19:44:28 tx data: 9F E4 04 0D 01 09 11 00 00 00 00 00 00 00 1F CE 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B 0A +2025-07-16 19:44:39 tx data: 9F E4 04 0D 01 19 11 00 00 00 00 00 00 00 20 DF 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B 2C +2025-07-16 19:44:40 tx data: 9F E4 04 0D 01 19 11 00 00 00 00 00 00 00 21 E0 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B 2E +2025-07-16 19:44:45 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 22 B7 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B DC +2025-07-16 19:48:14 tx data: 9F E4 04 0E 01 08 11 00 00 00 00 00 00 00 23 D2 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B 12 +2025-07-16 19:48:17 tx data: 9F E4 03 03 0D 08 11 00 00 00 00 00 00 00 24 D3 02 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B 16 +2025-07-16 19:48:21 tx data: 9F E4 03 03 0E 08 11 00 00 00 00 00 00 00 25 D5 02 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B 1A +2025-07-16 19:48:30 tx data: 9F E4 04 0E 01 09 11 00 00 00 00 00 00 00 26 D6 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B 1A +2025-07-16 19:48:37 tx data: 9F E4 04 0E 01 19 11 00 00 00 00 00 00 00 27 E7 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B 3C +2025-07-16 19:48:38 tx data: 9F E4 04 0E 01 19 11 00 00 00 00 00 00 00 28 E8 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B 3E +2025-07-16 19:48:41 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 29 BF 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B EC +2025-07-16 19:49:33 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 2A C0 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B EE +2025-07-16 19:49:35 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 2B C1 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B F0 +2025-07-16 19:49:35 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 2C C2 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B F2 +2025-07-16 19:49:38 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 2D C3 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B F4 +2025-07-16 19:49:38 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 2E C4 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B F6 +2025-07-16 19:49:39 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 2F C5 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B F8 +2025-07-16 20:00:48 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 30 C6 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B FA +2025-07-16 20:00:49 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 31 C7 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B FC +2025-07-16 20:00:51 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 32 C8 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B FE +2025-07-16 20:00:53 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 33 C9 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B 00 +2025-07-16 20:00:55 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 34 CA 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B 02 +2025-07-16 20:00:58 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 35 CB 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B 04 +2025-07-16 20:08:20 tx data: 9F E4 05 0E 00 00 00 00 00 00 00 00 00 00 36 CC 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B 06 +2025-07-16 20:08:48 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 37 CC 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 80 20 08 02 00 83 6B 06 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_202353.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_202353.txt new file mode 100644 index 0000000..5ca77b9 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_UART_SPI_Data_Recording_20250716_202353.txt @@ -0,0 +1,37 @@ +2025-07-16 20:26:02 tx data: 9F E4 04 01 01 08 11 00 00 00 00 00 00 00 01 A3 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 9B +2025-07-16 20:26:21 tx data: 9F E4 03 03 01 08 11 00 00 00 00 00 00 00 02 A5 02 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 FF +2025-07-16 20:26:36 tx data: 9F E4 04 01 01 09 11 00 00 00 00 00 00 00 03 A6 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 FF +2025-07-16 20:26:46 tx data: 9F E4 04 01 01 19 11 00 00 00 00 00 00 00 04 B7 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 21 +2025-07-16 20:26:49 tx data: 9F E4 04 01 01 19 11 00 00 00 00 00 00 00 05 B8 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 23 +2025-07-16 20:26:53 tx data: 9F E4 05 01 00 00 00 00 00 00 00 00 00 00 06 8F 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 D1 +2025-07-16 20:27:29 tx data: 9F E4 05 02 00 00 00 00 00 00 00 00 00 00 07 91 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 D5 +2025-07-16 20:27:50 tx data: 9F E4 04 02 01 08 11 00 00 00 00 00 00 00 08 AB 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 09 +2025-07-16 20:27:57 tx data: 9F E4 03 03 02 08 11 00 00 00 00 00 00 00 09 AD 02 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 0F +2025-07-16 20:28:11 tx data: 9F E4 04 02 01 09 11 00 00 00 00 00 00 00 0A AE 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 0F +2025-07-16 20:28:20 tx data: 9F E4 04 02 01 19 11 00 00 00 00 00 00 00 0B BF 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 31 +2025-07-16 20:28:23 tx data: 9F E4 04 02 01 19 11 00 00 00 00 00 00 00 0C C0 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 33 +2025-07-16 20:28:26 tx data: 9F E4 05 02 00 00 00 00 00 00 00 00 00 00 0D 97 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 E1 +2025-07-16 20:28:42 tx data: 9F E4 04 03 01 08 11 00 00 00 00 00 00 00 0E B2 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 17 +2025-07-16 20:28:44 tx data: 9F E4 05 03 00 00 00 00 00 00 00 00 00 00 0F 9A 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 E7 +2025-07-16 20:28:47 tx data: 9F E4 04 03 01 08 11 00 00 00 00 00 00 00 10 B4 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 1B +2025-07-16 20:28:47 tx data: 9F E4 05 03 00 00 00 00 00 00 00 00 00 00 11 9C 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 EB +2025-07-16 20:28:55 tx data: 9F E4 04 04 01 08 11 00 00 00 00 00 00 00 12 B7 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 21 +2025-07-16 20:28:57 tx data: 9F E4 05 04 00 00 00 00 00 00 00 00 00 00 13 9F 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 F1 +2025-07-16 20:29:06 tx data: 9F E4 04 05 01 08 11 00 00 00 00 00 00 00 14 BA 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 27 +2025-07-16 20:29:07 tx data: 9F E4 05 05 00 00 00 00 00 00 00 00 00 00 15 A2 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 F7 +2025-07-16 20:29:11 tx data: 9F E4 04 06 01 08 11 00 00 00 00 00 00 00 16 BD 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 2D +2025-07-16 20:29:12 tx data: 9F E4 05 06 00 00 00 00 00 00 00 00 00 00 17 A5 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 FD +2025-07-16 20:29:18 tx data: 9F E4 04 0D 01 08 11 00 00 00 00 00 00 00 18 C6 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 3F +2025-07-16 20:29:19 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 19 AE 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 0F +2025-07-16 20:29:52 tx data: 9F E4 04 0D 01 08 11 00 00 00 00 00 00 00 1A C8 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 43 +2025-07-16 20:29:57 tx data: 9F E4 03 03 0D 08 11 00 00 00 00 00 00 00 1B CA 02 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 49 +2025-07-16 20:30:13 tx data: 9F E4 04 0D 01 09 11 00 00 00 00 00 00 00 1C CB 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 49 +2025-07-16 20:30:18 tx data: 9F E4 04 0D 01 19 11 00 00 00 00 00 00 00 1D DC 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 6B +2025-07-16 20:30:20 tx data: 9F E4 04 0D 01 19 11 00 00 00 00 00 00 00 1E DD 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 6D +2025-07-16 20:30:26 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 1F B4 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 1B +2025-07-16 20:32:22 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 20 B5 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 1D +2025-07-16 20:32:23 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 21 B6 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 1F +2025-07-16 20:32:27 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 22 B7 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 21 +2025-07-16 20:32:28 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 23 B8 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 23 +2025-07-16 20:32:28 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 24 B9 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 25 +2025-07-16 20:32:29 tx data: 9F E4 05 0D 00 00 00 00 00 00 00 00 00 00 25 BA 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 40 10 04 01 00 7E F5 27 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_resource.rc b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_resource.rc new file mode 100644 index 0000000..930ccb3 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/SP713_resource.rc @@ -0,0 +1,37 @@ +#include + +IDI_ICON1 ICON DISCARDABLE "D:\\23_SP713\\02_CODE\\SP713\\sp713.ico" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 0,0,0,0 + PRODUCTVERSION 0,0,0,0 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS VS_FF_DEBUG +#else + FILEFLAGS 0x0L +#endif + FILEOS VOS__WINDOWS32 + FILETYPE VFT_DLL + FILESUBTYPE 0x0L + BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "CompanyName", "\0" + VALUE "FileDescription", "\0" + VALUE "FileVersion", "0.0.0.0\0" + VALUE "LegalCopyright", "\0" + VALUE "OriginalFilename", "SP713.exe\0" + VALUE "ProductName", "SP713\0" + VALUE "ProductVersion", "0.0.0.0\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0409, 1200 + END + END +/* End of Version info */ + diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/SP713.exe b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/SP713.exe new file mode 100644 index 0000000..152bae5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/SP713.exe differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/SP713.ilk b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/SP713.ilk new file mode 100644 index 0000000..001e979 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/SP713.ilk differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/SP713.pdb b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/SP713.pdb new file mode 100644 index 0000000..29fbc3a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/SP713.pdb differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/SP713.vc.pdb b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/SP713.vc.pdb new file mode 100644 index 0000000..adcd7dd Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/SP713.vc.pdb differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/SP713_resource.res b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/SP713_resource.res new file mode 100644 index 0000000..2f04f88 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/SP713_resource.res differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/app_icd.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/app_icd.obj new file mode 100644 index 0000000..9c05bc4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/app_icd.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/crc.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/crc.obj new file mode 100644 index 0000000..2e72e08 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/crc.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/drv_spi.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/drv_spi.obj new file mode 100644 index 0000000..921e7c3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/drv_spi.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/drv_uart.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/drv_uart.obj new file mode 100644 index 0000000..7981cc6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/drv_uart.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/logHandler.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/logHandler.obj new file mode 100644 index 0000000..b93683c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/logHandler.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/main.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/main.obj new file mode 100644 index 0000000..12b4ae0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/main.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/mainwindow.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/mainwindow.obj new file mode 100644 index 0000000..c26b0e7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/mainwindow.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_app_icd.cpp b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_app_icd.cpp new file mode 100644 index 0000000..05e852f --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_app_icd.cpp @@ -0,0 +1,95 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'app_icd.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../apps/icd/app_icd.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'app_icd.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_APP_Icd_t { + QByteArrayData data[1]; + char stringdata0[8]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_APP_Icd_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_APP_Icd_t qt_meta_stringdata_APP_Icd = { + { +QT_MOC_LITERAL(0, 0, 7) // "APP_Icd" + + }, + "APP_Icd" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_APP_Icd[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void APP_Icd::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject APP_Icd::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_APP_Icd.data, + qt_meta_data_APP_Icd, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *APP_Icd::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *APP_Icd::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_APP_Icd.stringdata0)) + return static_cast(this); + return QObject::qt_metacast(_clname); +} + +int APP_Icd::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_app_icd.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_app_icd.obj new file mode 100644 index 0000000..5599668 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_app_icd.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_drv_spi.cpp b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_drv_spi.cpp new file mode 100644 index 0000000..09cea88 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_drv_spi.cpp @@ -0,0 +1,95 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'drv_spi.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../drivers/spi/drv_spi.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'drv_spi.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_DRV_Spi_t { + QByteArrayData data[1]; + char stringdata0[8]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_DRV_Spi_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_DRV_Spi_t qt_meta_stringdata_DRV_Spi = { + { +QT_MOC_LITERAL(0, 0, 7) // "DRV_Spi" + + }, + "DRV_Spi" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_DRV_Spi[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void DRV_Spi::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject DRV_Spi::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_DRV_Spi.data, + qt_meta_data_DRV_Spi, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *DRV_Spi::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *DRV_Spi::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_DRV_Spi.stringdata0)) + return static_cast(this); + return QObject::qt_metacast(_clname); +} + +int DRV_Spi::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_drv_spi.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_drv_spi.obj new file mode 100644 index 0000000..0c3c1c2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_drv_spi.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_drv_uart.cpp b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_drv_uart.cpp new file mode 100644 index 0000000..b485ea2 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_drv_uart.cpp @@ -0,0 +1,95 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'drv_uart.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../drivers/uart/drv_uart.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'drv_uart.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_DRV_Uart_t { + QByteArrayData data[1]; + char stringdata0[9]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_DRV_Uart_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_DRV_Uart_t qt_meta_stringdata_DRV_Uart = { + { +QT_MOC_LITERAL(0, 0, 8) // "DRV_Uart" + + }, + "DRV_Uart" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_DRV_Uart[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void DRV_Uart::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject DRV_Uart::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_DRV_Uart.data, + qt_meta_data_DRV_Uart, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *DRV_Uart::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *DRV_Uart::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_DRV_Uart.stringdata0)) + return static_cast(this); + return QObject::qt_metacast(_clname); +} + +int DRV_Uart::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_drv_uart.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_drv_uart.obj new file mode 100644 index 0000000..f3ffcaa Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_drv_uart.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_logHandler.cpp b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_logHandler.cpp new file mode 100644 index 0000000..c000cc7 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_logHandler.cpp @@ -0,0 +1,136 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'logHandler.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../drivers/log/logHandler.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'logHandler.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_LogHandler_t { + QByteArrayData data[4]; + char stringdata0[43]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_LogHandler_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_LogHandler_t qt_meta_stringdata_LogHandler = { + { +QT_MOC_LITERAL(0, 0, 10), // "LogHandler" +QT_MOC_LITERAL(1, 11, 17), // "log_messageLogged" +QT_MOC_LITERAL(2, 29, 0), // "" +QT_MOC_LITERAL(3, 30, 12) // "formattedMsg" + + }, + "LogHandler\0log_messageLogged\0\0" + "formattedMsg" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_LogHandler[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 1, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 1, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 1, 19, 2, 0x06 /* Public */, + + // signals: parameters + QMetaType::Void, QMetaType::QString, 3, + + 0 // eod +}; + +void LogHandler::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->log_messageLogged((*reinterpret_cast< const QString(*)>(_a[1]))); break; + default: ; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + { + using _t = void (LogHandler::*)(const QString & ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&LogHandler::log_messageLogged)) { + *result = 0; + return; + } + } + } +} + +QT_INIT_METAOBJECT const QMetaObject LogHandler::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_LogHandler.data, + qt_meta_data_LogHandler, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *LogHandler::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *LogHandler::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_LogHandler.stringdata0)) + return static_cast(this); + return QObject::qt_metacast(_clname); +} + +int LogHandler::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 1) + qt_static_metacall(this, _c, _id, _a); + _id -= 1; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 1) + *reinterpret_cast(_a[0]) = -1; + _id -= 1; + } + return _id; +} + +// SIGNAL 0 +void LogHandler::log_messageLogged(const QString & _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; + QMetaObject::activate(this, &staticMetaObject, 0, _a); +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_logHandler.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_logHandler.obj new file mode 100644 index 0000000..5d1143f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_logHandler.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_mainwindow.cpp b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_mainwindow.cpp new file mode 100644 index 0000000..0552832 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_mainwindow.cpp @@ -0,0 +1,178 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'mainwindow.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../mainwindow.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'mainwindow.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_MainWindow_t { + QByteArrayData data[16]; + char stringdata0[434]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_MainWindow_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = { + { +QT_MOC_LITERAL(0, 0, 10), // "MainWindow" +QT_MOC_LITERAL(1, 11, 32), // "on_pushButton_refreshDev_clicked" +QT_MOC_LITERAL(2, 44, 0), // "" +QT_MOC_LITERAL(3, 45, 30), // "on_pushButton_closeDev_clicked" +QT_MOC_LITERAL(4, 76, 29), // "on_pushButton_openDev_clicked" +QT_MOC_LITERAL(5, 106, 36), // "on_pushButton_uartRefreshDev_..." +QT_MOC_LITERAL(6, 143, 33), // "on_pushButton_uartOpenDev_cli..." +QT_MOC_LITERAL(7, 177, 34), // "on_pushButton_uartCloseDev_cl..." +QT_MOC_LITERAL(8, 212, 33), // "on_pushButton_uartSetPara_cli..." +QT_MOC_LITERAL(9, 246, 40), // "on_comboBox_icdGroup_currentI..." +QT_MOC_LITERAL(10, 287, 5), // "index" +QT_MOC_LITERAL(11, 293, 35), // "on_pushButton_icdSendVolCMD_c..." +QT_MOC_LITERAL(12, 329, 34), // "on_pushButton_icdRegConfig_cl..." +QT_MOC_LITERAL(13, 364, 18), // "mw_showVersionInfo" +QT_MOC_LITERAL(14, 383, 17), // "mw_showUserManual" +QT_MOC_LITERAL(15, 401, 32) // "on_pushButton_icdRegRead_clicked" + + }, + "MainWindow\0on_pushButton_refreshDev_clicked\0" + "\0on_pushButton_closeDev_clicked\0" + "on_pushButton_openDev_clicked\0" + "on_pushButton_uartRefreshDev_clicked\0" + "on_pushButton_uartOpenDev_clicked\0" + "on_pushButton_uartCloseDev_clicked\0" + "on_pushButton_uartSetPara_clicked\0" + "on_comboBox_icdGroup_currentIndexChanged\0" + "index\0on_pushButton_icdSendVolCMD_clicked\0" + "on_pushButton_icdRegConfig_clicked\0" + "mw_showVersionInfo\0mw_showUserManual\0" + "on_pushButton_icdRegRead_clicked" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_MainWindow[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 13, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 79, 2, 0x08 /* Private */, + 3, 0, 80, 2, 0x08 /* Private */, + 4, 0, 81, 2, 0x08 /* Private */, + 5, 0, 82, 2, 0x08 /* Private */, + 6, 0, 83, 2, 0x08 /* Private */, + 7, 0, 84, 2, 0x08 /* Private */, + 8, 0, 85, 2, 0x08 /* Private */, + 9, 1, 86, 2, 0x08 /* Private */, + 11, 0, 89, 2, 0x08 /* Private */, + 12, 0, 90, 2, 0x08 /* Private */, + 13, 0, 91, 2, 0x08 /* Private */, + 14, 0, 92, 2, 0x08 /* Private */, + 15, 0, 93, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, QMetaType::Int, 10, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->on_pushButton_refreshDev_clicked(); break; + case 1: _t->on_pushButton_closeDev_clicked(); break; + case 2: _t->on_pushButton_openDev_clicked(); break; + case 3: _t->on_pushButton_uartRefreshDev_clicked(); break; + case 4: _t->on_pushButton_uartOpenDev_clicked(); break; + case 5: _t->on_pushButton_uartCloseDev_clicked(); break; + case 6: _t->on_pushButton_uartSetPara_clicked(); break; + case 7: _t->on_comboBox_icdGroup_currentIndexChanged((*reinterpret_cast< int(*)>(_a[1]))); break; + case 8: _t->on_pushButton_icdSendVolCMD_clicked(); break; + case 9: _t->on_pushButton_icdRegConfig_clicked(); break; + case 10: _t->mw_showVersionInfo(); break; + case 11: _t->mw_showUserManual(); break; + case 12: _t->on_pushButton_icdRegRead_clicked(); break; + default: ; + } + } +} + +QT_INIT_METAOBJECT const QMetaObject MainWindow::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_MainWindow.data, + qt_meta_data_MainWindow, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *MainWindow::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *MainWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata0)) + return static_cast(this); + return QMainWindow::qt_metacast(_clname); +} + +int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 13) + qt_static_metacall(this, _c, _id, _a); + _id -= 13; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 13) + *reinterpret_cast(_a[0]) = -1; + _id -= 13; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_mainwindow.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_mainwindow.obj new file mode 100644 index 0000000..7fda0dc Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_mainwindow.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_predefs.h b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_predefs.h new file mode 100644 index 0000000..73355b5 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/debug/moc_predefs.h @@ -0,0 +1,12 @@ +#define _MSC_EXTENSIONS +#define _MSC_VER 1929 +#define _MSC_FULL_VER 192930156 +#define _MSC_BUILD 0 +#define _M_AMD64 100 +#define _M_X64 100 +#define _WIN64 +#define _WIN32 +#define _CPPRTTI +#define _DEBUG +#define _MT +#define _DLL diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/ui_mainwindow.h b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/ui_mainwindow.h new file mode 100644 index 0000000..f6f3977 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Debug/ui_mainwindow.h @@ -0,0 +1,676 @@ +/******************************************************************************** +** Form generated from reading UI file 'mainwindow.ui' +** +** Created by: Qt User Interface Compiler version 5.15.2 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_MAINWINDOW_H +#define UI_MAINWINDOW_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_MainWindow +{ +public: + QWidget *centralwidget; + QGroupBox *groupBox_2; + QWidget *layoutWidget; + QHBoxLayout *horizontalLayout_3; + QLabel *label_6; + QComboBox *comboBox_uartBps; + QLabel *label_8; + QComboBox *comboBox_uartVerify; + QLabel *label_9; + QComboBox *comboBox_uartStop; + QLabel *label_10; + QComboBox *comboBox_uartData; + QLabel *label_11; + QLineEdit *lineEdit_uartTimeOut; + QPushButton *pushButton_uartSetPara; + QWidget *layoutWidget_2; + QHBoxLayout *horizontalLayout_2; + QPushButton *pushButton_uartRefreshDev; + QPushButton *pushButton_uartCloseDev; + QPushButton *pushButton_uartOpenDev; + QComboBox *comboBox_uartDevList; + QLabel *label_5; + QGroupBox *groupBox_3; + QWidget *layoutWidget1; + QGridLayout *gridLayout_3; + QComboBox *comboBox_spiCS1_POLA; + QPushButton *pushButton_spiInit; + QComboBox *comboBox_spiCS2_POLA; + QLabel *label; + QComboBox *comboBox_spiDevList; + QWidget *layoutWidget2; + QHBoxLayout *horizontalLayout; + QPushButton *pushButton_spiRefreshDev; + QPushButton *pushButton_spiCloseDev; + QPushButton *pushButton_spiOpenDev; + QWidget *layoutWidget3; + QGridLayout *gridLayout; + QLabel *label_2; + QComboBox *comboBox_spiMode; + QComboBox *comboBox_spiDataOrder; + QLabel *label_3; + QComboBox *comboBox_spiDataLen; + QLabel *label_4; + QLabel *label_7; + QComboBox *comboBox_spiFreq; + QGroupBox *groupBox; + QPlainTextEdit *plainTextEdit_logOutput; + QGroupBox *groupBox_4; + QPushButton *pushButton_icdSendVolCMD; + QLabel *label_14; + QComboBox *comboBox_icdCmd; + QComboBox *comboBox_icdGroup; + QLabel *label_13; + QLabel *label_12; + QComboBox *comboBox_icdSubGroup; + QTableWidget *tableWidget_volInput; + QGroupBox *groupBox_5; + QCheckBox *checkBox_icdFBK_EN; + QComboBox *comboBox_icdDacCh; + QLabel *label_15; + QCheckBox *checkBox_icdTEMPTEST; + QPushButton *pushButton_icdRegRead; + QCheckBox *checkBox_icdEN_TADC; + QLabel *label_icdRegRead; + QCheckBox *checkBox_icdTRIG_TADC; + QLabel *label_16; + QCheckBox *checkBox_icdTEST_EN; + QComboBox *comboBox_icdRefCurr; + QComboBox *comboBox_icdADCClkPrs; + QPushButton *pushButton_icdRegConfig; + QComboBox *comboBox_icdDacId; + QLabel *label_20; + QLabel *label_19; + QLabel *label_17; + QMenuBar *menubar; + QStatusBar *statusbar; + + void setupUi(QMainWindow *MainWindow) + { + if (MainWindow->objectName().isEmpty()) + MainWindow->setObjectName(QString::fromUtf8("MainWindow")); + MainWindow->resize(703, 997); + centralwidget = new QWidget(MainWindow); + centralwidget->setObjectName(QString::fromUtf8("centralwidget")); + groupBox_2 = new QGroupBox(centralwidget); + groupBox_2->setObjectName(QString::fromUtf8("groupBox_2")); + groupBox_2->setGeometry(QRect(10, 130, 681, 91)); + layoutWidget = new QWidget(groupBox_2); + layoutWidget->setObjectName(QString::fromUtf8("layoutWidget")); + layoutWidget->setGeometry(QRect(10, 60, 651, 25)); + horizontalLayout_3 = new QHBoxLayout(layoutWidget); + horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3")); + horizontalLayout_3->setContentsMargins(0, 0, 0, 0); + label_6 = new QLabel(layoutWidget); + label_6->setObjectName(QString::fromUtf8("label_6")); + + horizontalLayout_3->addWidget(label_6); + + comboBox_uartBps = new QComboBox(layoutWidget); + comboBox_uartBps->addItem(QString()); + comboBox_uartBps->addItem(QString()); + comboBox_uartBps->setObjectName(QString::fromUtf8("comboBox_uartBps")); + + horizontalLayout_3->addWidget(comboBox_uartBps); + + label_8 = new QLabel(layoutWidget); + label_8->setObjectName(QString::fromUtf8("label_8")); + + horizontalLayout_3->addWidget(label_8); + + comboBox_uartVerify = new QComboBox(layoutWidget); + comboBox_uartVerify->addItem(QString()); + comboBox_uartVerify->addItem(QString()); + comboBox_uartVerify->addItem(QString()); + comboBox_uartVerify->addItem(QString()); + comboBox_uartVerify->addItem(QString()); + comboBox_uartVerify->setObjectName(QString::fromUtf8("comboBox_uartVerify")); + + horizontalLayout_3->addWidget(comboBox_uartVerify); + + label_9 = new QLabel(layoutWidget); + label_9->setObjectName(QString::fromUtf8("label_9")); + + horizontalLayout_3->addWidget(label_9); + + comboBox_uartStop = new QComboBox(layoutWidget); + comboBox_uartStop->addItem(QString()); + comboBox_uartStop->addItem(QString()); + comboBox_uartStop->addItem(QString()); + comboBox_uartStop->setObjectName(QString::fromUtf8("comboBox_uartStop")); + + horizontalLayout_3->addWidget(comboBox_uartStop); + + label_10 = new QLabel(layoutWidget); + label_10->setObjectName(QString::fromUtf8("label_10")); + + horizontalLayout_3->addWidget(label_10); + + comboBox_uartData = new QComboBox(layoutWidget); + comboBox_uartData->addItem(QString()); + comboBox_uartData->setObjectName(QString::fromUtf8("comboBox_uartData")); + + horizontalLayout_3->addWidget(comboBox_uartData); + + label_11 = new QLabel(layoutWidget); + label_11->setObjectName(QString::fromUtf8("label_11")); + + horizontalLayout_3->addWidget(label_11); + + lineEdit_uartTimeOut = new QLineEdit(layoutWidget); + lineEdit_uartTimeOut->setObjectName(QString::fromUtf8("lineEdit_uartTimeOut")); + lineEdit_uartTimeOut->setMaxLength(255); + + horizontalLayout_3->addWidget(lineEdit_uartTimeOut); + + pushButton_uartSetPara = new QPushButton(layoutWidget); + pushButton_uartSetPara->setObjectName(QString::fromUtf8("pushButton_uartSetPara")); + pushButton_uartSetPara->setEnabled(false); + QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred); + sizePolicy.setHorizontalStretch(0); + sizePolicy.setVerticalStretch(0); + sizePolicy.setHeightForWidth(pushButton_uartSetPara->sizePolicy().hasHeightForWidth()); + pushButton_uartSetPara->setSizePolicy(sizePolicy); + + horizontalLayout_3->addWidget(pushButton_uartSetPara); + + layoutWidget_2 = new QWidget(groupBox_2); + layoutWidget_2->setObjectName(QString::fromUtf8("layoutWidget_2")); + layoutWidget_2->setGeometry(QRect(370, 30, 291, 25)); + horizontalLayout_2 = new QHBoxLayout(layoutWidget_2); + horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); + horizontalLayout_2->setContentsMargins(0, 0, 0, 0); + pushButton_uartRefreshDev = new QPushButton(layoutWidget_2); + pushButton_uartRefreshDev->setObjectName(QString::fromUtf8("pushButton_uartRefreshDev")); + + horizontalLayout_2->addWidget(pushButton_uartRefreshDev); + + pushButton_uartCloseDev = new QPushButton(layoutWidget_2); + pushButton_uartCloseDev->setObjectName(QString::fromUtf8("pushButton_uartCloseDev")); + pushButton_uartCloseDev->setEnabled(false); + + horizontalLayout_2->addWidget(pushButton_uartCloseDev); + + pushButton_uartOpenDev = new QPushButton(layoutWidget_2); + pushButton_uartOpenDev->setObjectName(QString::fromUtf8("pushButton_uartOpenDev")); + + horizontalLayout_2->addWidget(pushButton_uartOpenDev); + + comboBox_uartDevList = new QComboBox(groupBox_2); + comboBox_uartDevList->setObjectName(QString::fromUtf8("comboBox_uartDevList")); + comboBox_uartDevList->setGeometry(QRect(101, 31, 261, 21)); + QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Fixed); + sizePolicy1.setHorizontalStretch(0); + sizePolicy1.setVerticalStretch(0); + sizePolicy1.setHeightForWidth(comboBox_uartDevList->sizePolicy().hasHeightForWidth()); + comboBox_uartDevList->setSizePolicy(sizePolicy1); + comboBox_uartDevList->setMaximumSize(QSize(16777215, 16777215)); + label_5 = new QLabel(groupBox_2); + label_5->setObjectName(QString::fromUtf8("label_5")); + label_5->setGeometry(QRect(10, 30, 81, 20)); + groupBox_3 = new QGroupBox(centralwidget); + groupBox_3->setObjectName(QString::fromUtf8("groupBox_3")); + groupBox_3->setGeometry(QRect(10, 0, 681, 121)); + layoutWidget1 = new QWidget(groupBox_3); + layoutWidget1->setObjectName(QString::fromUtf8("layoutWidget1")); + layoutWidget1->setGeometry(QRect(320, 60, 351, 54)); + gridLayout_3 = new QGridLayout(layoutWidget1); + gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3")); + gridLayout_3->setContentsMargins(0, 0, 0, 0); + comboBox_spiCS1_POLA = new QComboBox(layoutWidget1); + comboBox_spiCS1_POLA->addItem(QString()); + comboBox_spiCS1_POLA->addItem(QString()); + comboBox_spiCS1_POLA->setObjectName(QString::fromUtf8("comboBox_spiCS1_POLA")); + sizePolicy1.setHeightForWidth(comboBox_spiCS1_POLA->sizePolicy().hasHeightForWidth()); + comboBox_spiCS1_POLA->setSizePolicy(sizePolicy1); + comboBox_spiCS1_POLA->setMaximumSize(QSize(16777215, 16777215)); + comboBox_spiCS1_POLA->setSizeIncrement(QSize(0, 0)); + + gridLayout_3->addWidget(comboBox_spiCS1_POLA, 0, 0, 1, 1); + + pushButton_spiInit = new QPushButton(layoutWidget1); + pushButton_spiInit->setObjectName(QString::fromUtf8("pushButton_spiInit")); + sizePolicy.setHeightForWidth(pushButton_spiInit->sizePolicy().hasHeightForWidth()); + pushButton_spiInit->setSizePolicy(sizePolicy); + + gridLayout_3->addWidget(pushButton_spiInit, 0, 1, 2, 1); + + comboBox_spiCS2_POLA = new QComboBox(layoutWidget1); + comboBox_spiCS2_POLA->addItem(QString()); + comboBox_spiCS2_POLA->addItem(QString()); + comboBox_spiCS2_POLA->setObjectName(QString::fromUtf8("comboBox_spiCS2_POLA")); + sizePolicy1.setHeightForWidth(comboBox_spiCS2_POLA->sizePolicy().hasHeightForWidth()); + comboBox_spiCS2_POLA->setSizePolicy(sizePolicy1); + + gridLayout_3->addWidget(comboBox_spiCS2_POLA, 1, 0, 1, 1); + + label = new QLabel(groupBox_3); + label->setObjectName(QString::fromUtf8("label")); + label->setGeometry(QRect(15, 30, 71, 20)); + comboBox_spiDevList = new QComboBox(groupBox_3); + comboBox_spiDevList->setObjectName(QString::fromUtf8("comboBox_spiDevList")); + comboBox_spiDevList->setGeometry(QRect(96, 31, 261, 21)); + sizePolicy1.setHeightForWidth(comboBox_spiDevList->sizePolicy().hasHeightForWidth()); + comboBox_spiDevList->setSizePolicy(sizePolicy1); + comboBox_spiDevList->setMaximumSize(QSize(16777215, 16777215)); + layoutWidget2 = new QWidget(groupBox_3); + layoutWidget2->setObjectName(QString::fromUtf8("layoutWidget2")); + layoutWidget2->setGeometry(QRect(380, 30, 291, 25)); + horizontalLayout = new QHBoxLayout(layoutWidget2); + horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); + horizontalLayout->setContentsMargins(0, 0, 0, 0); + pushButton_spiRefreshDev = new QPushButton(layoutWidget2); + pushButton_spiRefreshDev->setObjectName(QString::fromUtf8("pushButton_spiRefreshDev")); + + horizontalLayout->addWidget(pushButton_spiRefreshDev); + + pushButton_spiCloseDev = new QPushButton(layoutWidget2); + pushButton_spiCloseDev->setObjectName(QString::fromUtf8("pushButton_spiCloseDev")); + pushButton_spiCloseDev->setEnabled(false); + + horizontalLayout->addWidget(pushButton_spiCloseDev); + + pushButton_spiOpenDev = new QPushButton(layoutWidget2); + pushButton_spiOpenDev->setObjectName(QString::fromUtf8("pushButton_spiOpenDev")); + + horizontalLayout->addWidget(pushButton_spiOpenDev); + + layoutWidget3 = new QWidget(groupBox_3); + layoutWidget3->setObjectName(QString::fromUtf8("layoutWidget3")); + layoutWidget3->setGeometry(QRect(10, 60, 301, 54)); + gridLayout = new QGridLayout(layoutWidget3); + gridLayout->setObjectName(QString::fromUtf8("gridLayout")); + gridLayout->setContentsMargins(0, 0, 0, 0); + label_2 = new QLabel(layoutWidget3); + label_2->setObjectName(QString::fromUtf8("label_2")); + + gridLayout->addWidget(label_2, 0, 0, 1, 1); + + comboBox_spiMode = new QComboBox(layoutWidget3); + comboBox_spiMode->addItem(QString()); + comboBox_spiMode->addItem(QString()); + comboBox_spiMode->addItem(QString()); + comboBox_spiMode->addItem(QString()); + comboBox_spiMode->setObjectName(QString::fromUtf8("comboBox_spiMode")); + + gridLayout->addWidget(comboBox_spiMode, 0, 1, 1, 1); + + comboBox_spiDataOrder = new QComboBox(layoutWidget3); + comboBox_spiDataOrder->addItem(QString()); + comboBox_spiDataOrder->addItem(QString()); + comboBox_spiDataOrder->setObjectName(QString::fromUtf8("comboBox_spiDataOrder")); + + gridLayout->addWidget(comboBox_spiDataOrder, 1, 1, 1, 1); + + label_3 = new QLabel(layoutWidget3); + label_3->setObjectName(QString::fromUtf8("label_3")); + + gridLayout->addWidget(label_3, 0, 2, 1, 1); + + comboBox_spiDataLen = new QComboBox(layoutWidget3); + comboBox_spiDataLen->addItem(QString()); + comboBox_spiDataLen->addItem(QString()); + comboBox_spiDataLen->setObjectName(QString::fromUtf8("comboBox_spiDataLen")); + + gridLayout->addWidget(comboBox_spiDataLen, 1, 3, 1, 1); + + label_4 = new QLabel(layoutWidget3); + label_4->setObjectName(QString::fromUtf8("label_4")); + + gridLayout->addWidget(label_4, 1, 0, 1, 1); + + label_7 = new QLabel(layoutWidget3); + label_7->setObjectName(QString::fromUtf8("label_7")); + + gridLayout->addWidget(label_7, 1, 2, 1, 1); + + comboBox_spiFreq = new QComboBox(layoutWidget3); + comboBox_spiFreq->addItem(QString()); + comboBox_spiFreq->addItem(QString()); + comboBox_spiFreq->addItem(QString()); + comboBox_spiFreq->addItem(QString()); + comboBox_spiFreq->addItem(QString()); + comboBox_spiFreq->addItem(QString()); + comboBox_spiFreq->addItem(QString()); + comboBox_spiFreq->addItem(QString()); + comboBox_spiFreq->setObjectName(QString::fromUtf8("comboBox_spiFreq")); + + gridLayout->addWidget(comboBox_spiFreq, 0, 3, 1, 1); + + groupBox = new QGroupBox(centralwidget); + groupBox->setObjectName(QString::fromUtf8("groupBox")); + groupBox->setGeometry(QRect(10, 840, 681, 111)); + plainTextEdit_logOutput = new QPlainTextEdit(groupBox); + plainTextEdit_logOutput->setObjectName(QString::fromUtf8("plainTextEdit_logOutput")); + plainTextEdit_logOutput->setGeometry(QRect(10, 30, 661, 70)); + groupBox_4 = new QGroupBox(centralwidget); + groupBox_4->setObjectName(QString::fromUtf8("groupBox_4")); + groupBox_4->setGeometry(QRect(10, 340, 681, 501)); + pushButton_icdSendVolCMD = new QPushButton(groupBox_4); + pushButton_icdSendVolCMD->setObjectName(QString::fromUtf8("pushButton_icdSendVolCMD")); + pushButton_icdSendVolCMD->setGeometry(QRect(561, 30, 111, 21)); + label_14 = new QLabel(groupBox_4); + label_14->setObjectName(QString::fromUtf8("label_14")); + label_14->setGeometry(QRect(250, 30, 39, 23)); + comboBox_icdCmd = new QComboBox(groupBox_4); + comboBox_icdCmd->addItem(QString()); + comboBox_icdCmd->addItem(QString()); + comboBox_icdCmd->addItem(QString()); + comboBox_icdCmd->setObjectName(QString::fromUtf8("comboBox_icdCmd")); + comboBox_icdCmd->setGeometry(QRect(44, 30, 81, 23)); + comboBox_icdGroup = new QComboBox(groupBox_4); + comboBox_icdGroup->addItem(QString()); + comboBox_icdGroup->addItem(QString()); + comboBox_icdGroup->addItem(QString()); + comboBox_icdGroup->addItem(QString()); + comboBox_icdGroup->setObjectName(QString::fromUtf8("comboBox_icdGroup")); + comboBox_icdGroup->setGeometry(QRect(164, 30, 81, 23)); + label_13 = new QLabel(groupBox_4); + label_13->setObjectName(QString::fromUtf8("label_13")); + label_13->setGeometry(QRect(130, 30, 39, 23)); + label_12 = new QLabel(groupBox_4); + label_12->setObjectName(QString::fromUtf8("label_12")); + label_12->setGeometry(QRect(10, 30, 39, 23)); + comboBox_icdSubGroup = new QComboBox(groupBox_4); + comboBox_icdSubGroup->setObjectName(QString::fromUtf8("comboBox_icdSubGroup")); + comboBox_icdSubGroup->setGeometry(QRect(300, 30, 101, 23)); + tableWidget_volInput = new QTableWidget(groupBox_4); + if (tableWidget_volInput->columnCount() < 16) + tableWidget_volInput->setColumnCount(16); + if (tableWidget_volInput->rowCount() < 16) + tableWidget_volInput->setRowCount(16); + tableWidget_volInput->setObjectName(QString::fromUtf8("tableWidget_volInput")); + tableWidget_volInput->setGeometry(QRect(0, 60, 671, 431)); + tableWidget_volInput->setAutoScrollMargin(16); + tableWidget_volInput->setRowCount(16); + tableWidget_volInput->setColumnCount(16); + tableWidget_volInput->horizontalHeader()->setMinimumSectionSize(20); + tableWidget_volInput->horizontalHeader()->setDefaultSectionSize(40); + tableWidget_volInput->verticalHeader()->setDefaultSectionSize(25); + groupBox_5 = new QGroupBox(centralwidget); + groupBox_5->setObjectName(QString::fromUtf8("groupBox_5")); + groupBox_5->setGeometry(QRect(10, 230, 681, 111)); + checkBox_icdFBK_EN = new QCheckBox(groupBox_5); + checkBox_icdFBK_EN->setObjectName(QString::fromUtf8("checkBox_icdFBK_EN")); + checkBox_icdFBK_EN->setGeometry(QRect(480, 20, 71, 21)); + comboBox_icdDacCh = new QComboBox(groupBox_5); + comboBox_icdDacCh->setObjectName(QString::fromUtf8("comboBox_icdDacCh")); + comboBox_icdDacCh->setGeometry(QRect(300, 20, 61, 23)); + label_15 = new QLabel(groupBox_5); + label_15->setObjectName(QString::fromUtf8("label_15")); + label_15->setGeometry(QRect(10, 20, 61, 23)); + checkBox_icdTEMPTEST = new QCheckBox(groupBox_5); + checkBox_icdTEMPTEST->setObjectName(QString::fromUtf8("checkBox_icdTEMPTEST")); + checkBox_icdTEMPTEST->setGeometry(QRect(570, 20, 111, 21)); + pushButton_icdRegRead = new QPushButton(groupBox_5); + pushButton_icdRegRead->setObjectName(QString::fromUtf8("pushButton_icdRegRead")); + pushButton_icdRegRead->setGeometry(QRect(560, 80, 111, 23)); + checkBox_icdEN_TADC = new QCheckBox(groupBox_5); + checkBox_icdEN_TADC->setObjectName(QString::fromUtf8("checkBox_icdEN_TADC")); + checkBox_icdEN_TADC->setGeometry(QRect(390, 20, 82, 21)); + checkBox_icdEN_TADC->setChecked(true); + label_icdRegRead = new QLabel(groupBox_5); + label_icdRegRead->setObjectName(QString::fromUtf8("label_icdRegRead")); + label_icdRegRead->setGeometry(QRect(140, 80, 241, 16)); + checkBox_icdTRIG_TADC = new QCheckBox(groupBox_5); + checkBox_icdTRIG_TADC->setObjectName(QString::fromUtf8("checkBox_icdTRIG_TADC")); + checkBox_icdTRIG_TADC->setGeometry(QRect(110, 50, 91, 21)); + label_16 = new QLabel(groupBox_5); + label_16->setObjectName(QString::fromUtf8("label_16")); + label_16->setGeometry(QRect(240, 20, 61, 23)); + checkBox_icdTEST_EN = new QCheckBox(groupBox_5); + checkBox_icdTEST_EN->setObjectName(QString::fromUtf8("checkBox_icdTEST_EN")); + checkBox_icdTEST_EN->setGeometry(QRect(10, 50, 91, 21)); + checkBox_icdTEST_EN->setChecked(true); + comboBox_icdRefCurr = new QComboBox(groupBox_5); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->setObjectName(QString::fromUtf8("comboBox_icdRefCurr")); + comboBox_icdRefCurr->setGeometry(QRect(490, 50, 61, 23)); + comboBox_icdADCClkPrs = new QComboBox(groupBox_5); + comboBox_icdADCClkPrs->addItem(QString()); + comboBox_icdADCClkPrs->addItem(QString()); + comboBox_icdADCClkPrs->addItem(QString()); + comboBox_icdADCClkPrs->addItem(QString()); + comboBox_icdADCClkPrs->setObjectName(QString::fromUtf8("comboBox_icdADCClkPrs")); + comboBox_icdADCClkPrs->setGeometry(QRect(300, 50, 61, 23)); + pushButton_icdRegConfig = new QPushButton(groupBox_5); + pushButton_icdRegConfig->setObjectName(QString::fromUtf8("pushButton_icdRegConfig")); + pushButton_icdRegConfig->setGeometry(QRect(560, 50, 111, 23)); + comboBox_icdDacId = new QComboBox(groupBox_5); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->setObjectName(QString::fromUtf8("comboBox_icdDacId")); + comboBox_icdDacId->setGeometry(QRect(70, 20, 61, 23)); + label_20 = new QLabel(groupBox_5); + label_20->setObjectName(QString::fromUtf8("label_20")); + label_20->setGeometry(QRect(10, 80, 131, 23)); + label_19 = new QLabel(groupBox_5); + label_19->setObjectName(QString::fromUtf8("label_19")); + label_19->setGeometry(QRect(410, 50, 51, 23)); + label_17 = new QLabel(groupBox_5); + label_17->setObjectName(QString::fromUtf8("label_17")); + label_17->setGeometry(QRect(210, 50, 81, 23)); + MainWindow->setCentralWidget(centralwidget); + menubar = new QMenuBar(MainWindow); + menubar->setObjectName(QString::fromUtf8("menubar")); + menubar->setGeometry(QRect(0, 0, 703, 20)); + MainWindow->setMenuBar(menubar); + statusbar = new QStatusBar(MainWindow); + statusbar->setObjectName(QString::fromUtf8("statusbar")); + MainWindow->setStatusBar(statusbar); + + retranslateUi(MainWindow); + + comboBox_icdRefCurr->setCurrentIndex(8); + comboBox_icdADCClkPrs->setCurrentIndex(0); + + + QMetaObject::connectSlotsByName(MainWindow); + } // setupUi + + void retranslateUi(QMainWindow *MainWindow) + { + MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "MainWindow", nullptr)); + groupBox_2->setTitle(QCoreApplication::translate("MainWindow", "\344\270\262\345\217\243\351\205\215\347\275\256\345\214\272", nullptr)); + label_6->setText(QCoreApplication::translate("MainWindow", "\346\263\242\347\211\271\347\216\207:", nullptr)); + comboBox_uartBps->setItemText(0, QCoreApplication::translate("MainWindow", "115200", nullptr)); + comboBox_uartBps->setItemText(1, QCoreApplication::translate("MainWindow", "9600", nullptr)); + + label_8->setText(QCoreApplication::translate("MainWindow", "\346\240\241\351\252\214\344\275\215:", nullptr)); + comboBox_uartVerify->setItemText(0, QCoreApplication::translate("MainWindow", "None", nullptr)); + comboBox_uartVerify->setItemText(1, QCoreApplication::translate("MainWindow", "Odd", nullptr)); + comboBox_uartVerify->setItemText(2, QCoreApplication::translate("MainWindow", "Even", nullptr)); + comboBox_uartVerify->setItemText(3, QCoreApplication::translate("MainWindow", "Mark", nullptr)); + comboBox_uartVerify->setItemText(4, QCoreApplication::translate("MainWindow", "Space", nullptr)); + + label_9->setText(QCoreApplication::translate("MainWindow", "\345\201\234\346\255\242\344\275\215:", nullptr)); + comboBox_uartStop->setItemText(0, QCoreApplication::translate("MainWindow", "1\344\275\215", nullptr)); + comboBox_uartStop->setItemText(1, QCoreApplication::translate("MainWindow", "1.5\344\275\215", nullptr)); + comboBox_uartStop->setItemText(2, QCoreApplication::translate("MainWindow", "2\344\275\215", nullptr)); + + label_10->setText(QCoreApplication::translate("MainWindow", "\346\225\260\346\215\256\344\275\215:", nullptr)); + comboBox_uartData->setItemText(0, QCoreApplication::translate("MainWindow", "8", nullptr)); + + label_11->setText(QCoreApplication::translate("MainWindow", "\345\255\227\350\212\202\350\266\205\346\227\266(ms):", nullptr)); + lineEdit_uartTimeOut->setText(QCoreApplication::translate("MainWindow", "0", nullptr)); + pushButton_uartSetPara->setText(QCoreApplication::translate("MainWindow", "\344\270\262\345\217\243\345\217\202\346\225\260\350\256\276\347\275\256", nullptr)); + pushButton_uartRefreshDev->setText(QCoreApplication::translate("MainWindow", "\345\210\267\346\226\260\350\256\276\345\244\207\345\210\227\350\241\250", nullptr)); + pushButton_uartCloseDev->setText(QCoreApplication::translate("MainWindow", "\345\205\263\351\227\255\350\256\276\345\244\207", nullptr)); + pushButton_uartOpenDev->setText(QCoreApplication::translate("MainWindow", "\346\211\223\345\274\200\350\256\276\345\244\207", nullptr)); + label_5->setText(QCoreApplication::translate("MainWindow", "UART\350\256\276\345\244\207\345\210\227\350\241\250:", nullptr)); + groupBox_3->setTitle(QCoreApplication::translate("MainWindow", "SPI\351\205\215\347\275\256\345\214\272", nullptr)); + comboBox_spiCS1_POLA->setItemText(0, QCoreApplication::translate("MainWindow", "CS1_POLA_LOW", nullptr)); + comboBox_spiCS1_POLA->setItemText(1, QCoreApplication::translate("MainWindow", "CS1_POLA_HIGH", nullptr)); + + pushButton_spiInit->setText(QCoreApplication::translate("MainWindow", "\345\210\235\345\247\213\345\214\226SPI(C0)", nullptr)); + comboBox_spiCS2_POLA->setItemText(0, QCoreApplication::translate("MainWindow", "CS2_POLA_LOW", nullptr)); + comboBox_spiCS2_POLA->setItemText(1, QCoreApplication::translate("MainWindow", "CS2_POLA_HIGH", nullptr)); + + label->setText(QCoreApplication::translate("MainWindow", "SPI\350\256\276\345\244\207\345\210\227\350\241\250:", nullptr)); + pushButton_spiRefreshDev->setText(QCoreApplication::translate("MainWindow", "\345\210\267\346\226\260\350\256\276\345\244\207\345\210\227\350\241\250", nullptr)); + pushButton_spiCloseDev->setText(QCoreApplication::translate("MainWindow", "\345\205\263\351\227\255\350\256\276\345\244\207", nullptr)); + pushButton_spiOpenDev->setText(QCoreApplication::translate("MainWindow", "\346\211\223\345\274\200\350\256\276\345\244\207", nullptr)); + label_2->setText(QCoreApplication::translate("MainWindow", "\346\250\241\345\274\217:", nullptr)); + comboBox_spiMode->setItemText(0, QCoreApplication::translate("MainWindow", "\346\250\241\345\274\2170", nullptr)); + comboBox_spiMode->setItemText(1, QCoreApplication::translate("MainWindow", "\346\250\241\345\274\2171", nullptr)); + comboBox_spiMode->setItemText(2, QCoreApplication::translate("MainWindow", "\346\250\241\345\274\2172", nullptr)); + comboBox_spiMode->setItemText(3, QCoreApplication::translate("MainWindow", "\346\250\241\345\274\2173", nullptr)); + + comboBox_spiDataOrder->setItemText(0, QCoreApplication::translate("MainWindow", "LSB", nullptr)); + comboBox_spiDataOrder->setItemText(1, QCoreApplication::translate("MainWindow", "MSB", nullptr)); + + label_3->setText(QCoreApplication::translate("MainWindow", "\346\227\266\351\222\237\351\242\221\347\216\207:", nullptr)); + comboBox_spiDataLen->setItemText(0, QCoreApplication::translate("MainWindow", "8bit", nullptr)); + comboBox_spiDataLen->setItemText(1, QCoreApplication::translate("MainWindow", "16bit", nullptr)); + + label_4->setText(QCoreApplication::translate("MainWindow", "\346\225\260\346\215\256:", nullptr)); + label_7->setText(QCoreApplication::translate("MainWindow", "\346\225\260\346\215\256\345\256\275\345\272\246:", nullptr)); + comboBox_spiFreq->setItemText(0, QCoreApplication::translate("MainWindow", "60MHz", nullptr)); + comboBox_spiFreq->setItemText(1, QCoreApplication::translate("MainWindow", "30MHz", nullptr)); + comboBox_spiFreq->setItemText(2, QCoreApplication::translate("MainWindow", "15MHz", nullptr)); + comboBox_spiFreq->setItemText(3, QCoreApplication::translate("MainWindow", "7.5MHz", nullptr)); + comboBox_spiFreq->setItemText(4, QCoreApplication::translate("MainWindow", "3.75MHz", nullptr)); + comboBox_spiFreq->setItemText(5, QCoreApplication::translate("MainWindow", "1.875MHz", nullptr)); + comboBox_spiFreq->setItemText(6, QCoreApplication::translate("MainWindow", "937.5KHz", nullptr)); + comboBox_spiFreq->setItemText(7, QCoreApplication::translate("MainWindow", "468.75KHz", nullptr)); + + groupBox->setTitle(QCoreApplication::translate("MainWindow", "\346\227\245\345\277\227\350\276\223\345\207\272", nullptr)); + groupBox_4->setTitle(QCoreApplication::translate("MainWindow", "\351\205\215\347\275\256\347\224\265\345\216\213\345\214\272", nullptr)); + pushButton_icdSendVolCMD->setText(QCoreApplication::translate("MainWindow", "\345\217\221\351\200\201\347\224\265\345\216\213\345\221\275\344\273\244", nullptr)); + label_14->setText(QCoreApplication::translate("MainWindow", "\345\255\220\345\210\206\347\273\204:", nullptr)); + comboBox_icdCmd->setItemText(0, QCoreApplication::translate("MainWindow", "\345\217\202\346\225\260\345\275\222\351\233\266", nullptr)); + comboBox_icdCmd->setItemText(1, QCoreApplication::translate("MainWindow", "\345\220\214\345\200\274\351\205\215\347\275\256", nullptr)); + comboBox_icdCmd->setItemText(2, QCoreApplication::translate("MainWindow", "\345\274\202\345\200\274\351\205\215\347\275\256", nullptr)); + + comboBox_icdGroup->setItemText(0, QCoreApplication::translate("MainWindow", "\346\211\200\346\234\211DAC", nullptr)); + comboBox_icdGroup->setItemText(1, QCoreApplication::translate("MainWindow", "A/B\345\210\206\347\273\204", nullptr)); + comboBox_icdGroup->setItemText(2, QCoreApplication::translate("MainWindow", "OPA\345\210\206\347\273\204", nullptr)); + comboBox_icdGroup->setItemText(3, QCoreApplication::translate("MainWindow", "\345\215\225\344\270\252DAC", nullptr)); + + label_13->setText(QCoreApplication::translate("MainWindow", "\345\210\206\347\273\204:", nullptr)); + label_12->setText(QCoreApplication::translate("MainWindow", "\345\221\275\344\273\244:", nullptr)); + groupBox_5->setTitle(QCoreApplication::translate("MainWindow", "\345\257\204\345\255\230\345\231\250\351\205\215\347\275\256\345\217\212\345\233\236\350\257\273\345\214\272", nullptr)); + checkBox_icdFBK_EN->setText(QCoreApplication::translate("MainWindow", "FBK_EN", nullptr)); + label_15->setText(QCoreApplication::translate("MainWindow", "DAC\347\274\226\345\217\267:", nullptr)); + checkBox_icdTEMPTEST->setText(QCoreApplication::translate("MainWindow", "TEMPTEST_EN", nullptr)); + pushButton_icdRegRead->setText(QCoreApplication::translate("MainWindow", "\345\257\204\345\255\230\345\231\250\345\233\236\350\257\273", nullptr)); + checkBox_icdEN_TADC->setText(QCoreApplication::translate("MainWindow", "EN_TADC", nullptr)); + label_icdRegRead->setText(QCoreApplication::translate("MainWindow", "none", nullptr)); + checkBox_icdTRIG_TADC->setText(QCoreApplication::translate("MainWindow", "TRIG_TADC", nullptr)); + label_16->setText(QCoreApplication::translate("MainWindow", "DAC\351\200\232\351\201\223:", nullptr)); + checkBox_icdTEST_EN->setText(QCoreApplication::translate("MainWindow", "TEST_TADC", nullptr)); + comboBox_icdRefCurr->setItemText(0, QCoreApplication::translate("MainWindow", "0000", nullptr)); + comboBox_icdRefCurr->setItemText(1, QCoreApplication::translate("MainWindow", "0001", nullptr)); + comboBox_icdRefCurr->setItemText(2, QCoreApplication::translate("MainWindow", "0010", nullptr)); + comboBox_icdRefCurr->setItemText(3, QCoreApplication::translate("MainWindow", "0011", nullptr)); + comboBox_icdRefCurr->setItemText(4, QCoreApplication::translate("MainWindow", "0100", nullptr)); + comboBox_icdRefCurr->setItemText(5, QCoreApplication::translate("MainWindow", "0101", nullptr)); + comboBox_icdRefCurr->setItemText(6, QCoreApplication::translate("MainWindow", "0110", nullptr)); + comboBox_icdRefCurr->setItemText(7, QCoreApplication::translate("MainWindow", "0111", nullptr)); + comboBox_icdRefCurr->setItemText(8, QCoreApplication::translate("MainWindow", "1000", nullptr)); + comboBox_icdRefCurr->setItemText(9, QCoreApplication::translate("MainWindow", "1001", nullptr)); + comboBox_icdRefCurr->setItemText(10, QCoreApplication::translate("MainWindow", "1010", nullptr)); + comboBox_icdRefCurr->setItemText(11, QCoreApplication::translate("MainWindow", "1011", nullptr)); + comboBox_icdRefCurr->setItemText(12, QCoreApplication::translate("MainWindow", "1100", nullptr)); + comboBox_icdRefCurr->setItemText(13, QCoreApplication::translate("MainWindow", "1101", nullptr)); + comboBox_icdRefCurr->setItemText(14, QCoreApplication::translate("MainWindow", "1110", nullptr)); + comboBox_icdRefCurr->setItemText(15, QCoreApplication::translate("MainWindow", "1111", nullptr)); + + comboBox_icdADCClkPrs->setItemText(0, QCoreApplication::translate("MainWindow", "00", nullptr)); + comboBox_icdADCClkPrs->setItemText(1, QCoreApplication::translate("MainWindow", "01", nullptr)); + comboBox_icdADCClkPrs->setItemText(2, QCoreApplication::translate("MainWindow", "10", nullptr)); + comboBox_icdADCClkPrs->setItemText(3, QCoreApplication::translate("MainWindow", "11", nullptr)); + + pushButton_icdRegConfig->setText(QCoreApplication::translate("MainWindow", "\345\257\204\345\255\230\345\231\250\351\205\215\347\275\256", nullptr)); + comboBox_icdDacId->setItemText(0, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\2671", nullptr)); + comboBox_icdDacId->setItemText(1, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\2672", nullptr)); + comboBox_icdDacId->setItemText(2, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\2673", nullptr)); + comboBox_icdDacId->setItemText(3, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\2674", nullptr)); + comboBox_icdDacId->setItemText(4, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\2675", nullptr)); + comboBox_icdDacId->setItemText(5, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\2676", nullptr)); + comboBox_icdDacId->setItemText(6, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\2677", nullptr)); + comboBox_icdDacId->setItemText(7, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\2678", nullptr)); + comboBox_icdDacId->setItemText(8, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\2679", nullptr)); + comboBox_icdDacId->setItemText(9, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26710", nullptr)); + comboBox_icdDacId->setItemText(10, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26711", nullptr)); + comboBox_icdDacId->setItemText(11, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26712", nullptr)); + comboBox_icdDacId->setItemText(12, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26713", nullptr)); + comboBox_icdDacId->setItemText(13, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26714", nullptr)); + comboBox_icdDacId->setItemText(14, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26715", nullptr)); + comboBox_icdDacId->setItemText(15, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26716", nullptr)); + comboBox_icdDacId->setItemText(16, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26717", nullptr)); + comboBox_icdDacId->setItemText(17, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26718", nullptr)); + comboBox_icdDacId->setItemText(18, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26719", nullptr)); + comboBox_icdDacId->setItemText(19, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26720", nullptr)); + + label_20->setText(QCoreApplication::translate("MainWindow", "REG7\350\207\263REG1\350\257\273\345\217\226\347\232\204\345\200\274:", nullptr)); + label_19->setText(QCoreApplication::translate("MainWindow", "ICON18:", nullptr)); + label_17->setText(QCoreApplication::translate("MainWindow", "N_CLKDIV18:", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class MainWindow: public Ui_MainWindow {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_MAINWINDOW_H diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qmake.stash b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qmake.stash new file mode 100644 index 0000000..a5c252f --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qmake.stash @@ -0,0 +1,22 @@ +QMAKE_CXX.QT_COMPILER_STDCXX = 199711L +QMAKE_CXX.QMAKE_MSC_VER = 1929 +QMAKE_CXX.QMAKE_MSC_FULL_VER = 192930156 +QMAKE_CXX.COMPILER_MACROS = \ + QT_COMPILER_STDCXX \ + QMAKE_MSC_VER \ + QMAKE_MSC_FULL_VER +QMAKE_CXX.INCDIRS = \ + "E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include" \ + "E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include" \ + "C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um" \ + "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt" \ + "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared" \ + "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um" \ + "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt" \ + "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt" +QMAKE_CXX.LIBDIRS = \ + "E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\lib\\x64" \ + "E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\lib\\x64" \ + "C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\lib\\um\\x64" \ + "C:\\Program Files (x86)\\Windows Kits\\10\\lib\\10.0.19041.0\\ucrt\\x64" \ + "C:\\Program Files (x86)\\Windows Kits\\10\\lib\\10.0.19041.0\\um\\x64" diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/CH347DLL.H.BB410D763A9E0463.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/CH347DLL.H.BB410D763A9E0463.idx new file mode 100644 index 0000000..0645277 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/CH347DLL.H.BB410D763A9E0463.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/Common.h.2E678D8C0A424983.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/Common.h.2E678D8C0A424983.idx new file mode 100644 index 0000000..bea8335 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/Common.h.2E678D8C0A424983.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/OAIdl.h.EB0FEC1964954D09.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/OAIdl.h.EB0FEC1964954D09.idx new file mode 100644 index 0000000..58aaac1 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/OAIdl.h.EB0FEC1964954D09.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ObjIdl.h.D41868E1AE000111.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ObjIdl.h.D41868E1AE000111.idx new file mode 100644 index 0000000..c528836 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ObjIdl.h.D41868E1AE000111.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ObjIdlbase.h.ABB8F5700A019421.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ObjIdlbase.h.ABB8F5700A019421.idx new file mode 100644 index 0000000..d6686b1 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ObjIdlbase.h.ABB8F5700A019421.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/Ole2.h.1FDBC45CA0B3F008.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/Ole2.h.1FDBC45CA0B3F008.idx new file mode 100644 index 0000000..465b0bb Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/Ole2.h.1FDBC45CA0B3F008.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/OleAuto.h.B8A2268D2F59D3AE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/OleAuto.h.B8A2268D2F59D3AE.idx new file mode 100644 index 0000000..10b525e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/OleAuto.h.B8A2268D2F59D3AE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/PropIdl.h.1D87E79281B88D2F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/PropIdl.h.1D87E79281B88D2F.idx new file mode 100644 index 0000000..db89ed2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/PropIdl.h.1D87E79281B88D2F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/PropIdlBase.h.BD0D8F4CD12E11E4.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/PropIdlBase.h.BD0D8F4CD12E11E4.idx new file mode 100644 index 0000000..fc0b674 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/PropIdlBase.h.BD0D8F4CD12E11E4.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QAction.80F7C763F9D9A26B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QAction.80F7C763F9D9A26B.idx new file mode 100644 index 0000000..5f5cd70 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QAction.80F7C763F9D9A26B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QApplication.2E8A25E0AFEA8AB5.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QApplication.2E8A25E0AFEA8AB5.idx new file mode 100644 index 0000000..184c99a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QApplication.2E8A25E0AFEA8AB5.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QByteArray.FD365E2C5D83CCB2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QByteArray.FD365E2C5D83CCB2.idx new file mode 100644 index 0000000..41b99e3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QByteArray.FD365E2C5D83CCB2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QDateTime.841922DB52165E50.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QDateTime.841922DB52165E50.idx new file mode 100644 index 0000000..aafb88c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QDateTime.841922DB52165E50.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QDebug.7D6D52F9ED721859.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QDebug.7D6D52F9ED721859.idx new file mode 100644 index 0000000..be7ab3d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QDebug.7D6D52F9ED721859.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QFile.A86F5495F3204C8E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QFile.A86F5495F3204C8E.idx new file mode 100644 index 0000000..6c7a515 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QFile.A86F5495F3204C8E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMainWindow.A76CFB5400DFE235.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMainWindow.A76CFB5400DFE235.idx new file mode 100644 index 0000000..50adca1 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMainWindow.A76CFB5400DFE235.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMap.5FED35ED2B65DF80.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMap.5FED35ED2B65DF80.idx new file mode 100644 index 0000000..562f171 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMap.5FED35ED2B65DF80.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMenuBar.CE5F1A750844AF0E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMenuBar.CE5F1A750844AF0E.idx new file mode 100644 index 0000000..3a99552 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMenuBar.CE5F1A750844AF0E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMessageBox.5FF4A2A3844B20F6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMessageBox.5FF4A2A3844B20F6.idx new file mode 100644 index 0000000..bbea7af Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMessageBox.5FF4A2A3844B20F6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMetaObject.2CDACC21A6EEB61D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMetaObject.2CDACC21A6EEB61D.idx new file mode 100644 index 0000000..ea8048b Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMetaObject.2CDACC21A6EEB61D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMutex.4B28780063271B53.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMutex.4B28780063271B53.idx new file mode 100644 index 0000000..a6c8824 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMutex.4B28780063271B53.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QObject.532A25CC261A0EC6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QObject.532A25CC261A0EC6.idx new file mode 100644 index 0000000..c413053 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QObject.532A25CC261A0EC6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QPlainTextEdit.B738490805F2C20A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QPlainTextEdit.B738490805F2C20A.idx new file mode 100644 index 0000000..1a7495d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QPlainTextEdit.B738490805F2C20A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QStringList.5A9903E1C5DB93BE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QStringList.5A9903E1C5DB93BE.idx new file mode 100644 index 0000000..1d1f4c3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QStringList.5A9903E1C5DB93BE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QThread.BAD012CFA20BDD56.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QThread.BAD012CFA20BDD56.idx new file mode 100644 index 0000000..d680bde Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QThread.BAD012CFA20BDD56.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QVector.11C9A84D82CB708C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QVector.11C9A84D82CB708C.idx new file mode 100644 index 0000000..4f31316 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QVector.11C9A84D82CB708C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/SpiApi.h.EFD3B5D6D891441A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/SpiApi.h.EFD3B5D6D891441A.idx new file mode 100644 index 0000000..877167b Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/SpiApi.h.EFD3B5D6D891441A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/Unknwn.h.9507BB8E4EC6C54B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/Unknwn.h.9507BB8E4EC6C54B.idx new file mode 100644 index 0000000..2ed9ac3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/Unknwn.h.9507BB8E4EC6C54B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/Unknwnbase.h.D5831A98650B4B7F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/Unknwnbase.h.D5831A98650B4B7F.idx new file mode 100644 index 0000000..cdb4d82 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/Unknwnbase.h.D5831A98650B4B7F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/WTypesbase.h.808F96955A30E0CE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/WTypesbase.h.808F96955A30E0CE.idx new file mode 100644 index 0000000..ba009c2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/WTypesbase.h.808F96955A30E0CE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/WinBase.h.A94278A25097D618.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/WinBase.h.A94278A25097D618.idx new file mode 100644 index 0000000..f48a6c2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/WinBase.h.A94278A25097D618.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/WinNls.h.F9CDDE8C7D0B4308.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/WinNls.h.F9CDDE8C7D0B4308.idx new file mode 100644 index 0000000..0e0c8de Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/WinNls.h.F9CDDE8C7D0B4308.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/WinUser.h.D3C5F0295F56AC84.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/WinUser.h.D3C5F0295F56AC84.idx new file mode 100644 index 0000000..b274a4f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/WinUser.h.D3C5F0295F56AC84.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/Windows.h.87AB634B8B4F9824.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/Windows.h.87AB634B8B4F9824.idx new file mode 100644 index 0000000..e98ef54 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/Windows.h.87AB634B8B4F9824.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__msvc_chrono.hpp.C8B3227DB21F68E6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__msvc_chrono.hpp.C8B3227DB21F68E6.idx new file mode 100644 index 0000000..db06809 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__msvc_chrono.hpp.C8B3227DB21F68E6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__msvc_system_error_abi.hpp.1DFA486FF4BA66A9.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__msvc_system_error_abi.hpp.1DFA486FF4BA66A9.idx new file mode 100644 index 0000000..98b7d24 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__msvc_system_error_abi.hpp.1DFA486FF4BA66A9.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.FA5E115C15688155.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.FA5E115C15688155.idx new file mode 100644 index 0000000..1254eb7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.FA5E115C15688155.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.85CA547AAFE102AE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.85CA547AAFE102AE.idx new file mode 100644 index 0000000..8cda829 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.85CA547AAFE102AE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.56343B4925A0C467.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.56343B4925A0C467.idx new file mode 100644 index 0000000..26d8000 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.56343B4925A0C467.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.5CC7BC06B569BF85.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.5CC7BC06B569BF85.idx new file mode 100644 index 0000000..4e7c9bf Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.5CC7BC06B569BF85.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.B7D579BBCB3B2187.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.B7D579BBCB3B2187.idx new file mode 100644 index 0000000..0780b6a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.B7D579BBCB3B2187.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.E6B0365885A95B47.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.E6B0365885A95B47.idx new file mode 100644 index 0000000..99aa2b4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.E6B0365885A95B47.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_null.h.669160C127697CCE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_null.h.669160C127697CCE.idx new file mode 100644 index 0000000..373243c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_null.h.669160C127697CCE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.0F97E4AFE035FFB4.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.0F97E4AFE035FFB4.idx new file mode 100644 index 0000000..13f225a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.0F97E4AFE035FFB4.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.30AA37EDB3D7997C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.30AA37EDB3D7997C.idx new file mode 100644 index 0000000..6cda1c6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.30AA37EDB3D7997C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.E5C33BB69266B525.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.E5C33BB69266B525.idx new file mode 100644 index 0000000..b2392ec Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.E5C33BB69266B525.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.00C3EB2F6F174477.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.00C3EB2F6F174477.idx new file mode 100644 index 0000000..e1a854a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.00C3EB2F6F174477.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.A60D6B3A409D93F8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.A60D6B3A409D93F8.idx new file mode 100644 index 0000000..cc16df9 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.A60D6B3A409D93F8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/adcintrin.h.353430B179121B1C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/adcintrin.h.353430B179121B1C.idx new file mode 100644 index 0000000..45d3eb6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/adcintrin.h.353430B179121B1C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/algorithm.4E8DFE8703A62B32.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/algorithm.4E8DFE8703A62B32.idx new file mode 100644 index 0000000..04cf25d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/algorithm.4E8DFE8703A62B32.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/apiquery2.h.645CDC989527CD79.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/apiquery2.h.645CDC989527CD79.idx new file mode 100644 index 0000000..3ec24ac Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/apiquery2.h.645CDC989527CD79.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/apiset.h.F8C987AA4D3173EB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/apiset.h.F8C987AA4D3173EB.idx new file mode 100644 index 0000000..6195614 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/apiset.h.F8C987AA4D3173EB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/apisetcconv.h.D695E72045A5A25D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/apisetcconv.h.D695E72045A5A25D.idx new file mode 100644 index 0000000..ff1daed Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/apisetcconv.h.D695E72045A5A25D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/app_icd.cpp.3FAD6633F9B574D8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/app_icd.cpp.3FAD6633F9B574D8.idx new file mode 100644 index 0000000..8cb2872 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/app_icd.cpp.3FAD6633F9B574D8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/app_icd.h.293884DF30697B29.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/app_icd.h.293884DF30697B29.idx new file mode 100644 index 0000000..0743fb5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/app_icd.h.293884DF30697B29.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/assert.h.5819C1748BC37870.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/assert.h.5819C1748BC37870.idx new file mode 100644 index 0000000..25bca3d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/assert.h.5819C1748BC37870.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/atomic.A4FDEF7010C6618E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/atomic.A4FDEF7010C6618E.idx new file mode 100644 index 0000000..a133137 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/atomic.A4FDEF7010C6618E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/basetsd.h.2B5E8B3F1032D367.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/basetsd.h.2B5E8B3F1032D367.idx new file mode 100644 index 0000000..8721326 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/basetsd.h.2B5E8B3F1032D367.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/bcrypt.h.10E0E0FAB6E6F767.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/bcrypt.h.10E0E0FAB6E6F767.idx new file mode 100644 index 0000000..91e5919 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/bcrypt.h.10E0E0FAB6E6F767.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/bmiintrin.h.DF32E63FF7C2B06D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/bmiintrin.h.DF32E63FF7C2B06D.idx new file mode 100644 index 0000000..3fa3054 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/bmiintrin.h.DF32E63FF7C2B06D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cctype.F2DF038E9C3D78AC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cctype.F2DF038E9C3D78AC.idx new file mode 100644 index 0000000..132cf10 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cctype.F2DF038E9C3D78AC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cderr.h.13B7D3E4AE2E99B3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cderr.h.13B7D3E4AE2E99B3.idx new file mode 100644 index 0000000..df8acf4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cderr.h.13B7D3E4AE2E99B3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cerrno.5136DC7DEFB85C31.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cerrno.5136DC7DEFB85C31.idx new file mode 100644 index 0000000..a73266f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cerrno.5136DC7DEFB85C31.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cfloat.5761676D81B307A8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cfloat.5761676D81B307A8.idx new file mode 100644 index 0000000..ba87427 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cfloat.5761676D81B307A8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cguid.h.71E8E0BDB4CD7285.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cguid.h.71E8E0BDB4CD7285.idx new file mode 100644 index 0000000..12cef1d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cguid.h.71E8E0BDB4CD7285.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/chrono.C761C9E6D3EFBE5F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/chrono.C761C9E6D3EFBE5F.idx new file mode 100644 index 0000000..3fafba8 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/chrono.C761C9E6D3EFBE5F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/climits.0873A9894B4EBA55.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/climits.0873A9894B4EBA55.idx new file mode 100644 index 0000000..5275a29 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/climits.0873A9894B4EBA55.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/clocale.2D377557D4CD4D60.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/clocale.2D377557D4CD4D60.idx new file mode 100644 index 0000000..7dd8234 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/clocale.2D377557D4CD4D60.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cmath.5F70066A0BD2F841.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cmath.5F70066A0BD2F841.idx new file mode 100644 index 0000000..07abac4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cmath.5F70066A0BD2F841.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/combaseapi.h.091C3019A2D9A841.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/combaseapi.h.091C3019A2D9A841.idx new file mode 100644 index 0000000..7ae2e13 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/combaseapi.h.091C3019A2D9A841.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/coml2api.h.8087D98352E39EE9.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/coml2api.h.8087D98352E39EE9.idx new file mode 100644 index 0000000..ffdeef0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/coml2api.h.8087D98352E39EE9.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/commdlg.h.11623D6E36E968E7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/commdlg.h.11623D6E36E968E7.idx new file mode 100644 index 0000000..6e70d06 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/commdlg.h.11623D6E36E968E7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/concurrencysal.h.2AC18F2362165B04.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/concurrencysal.h.2AC18F2362165B04.idx new file mode 100644 index 0000000..356b4b4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/concurrencysal.h.2AC18F2362165B04.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/condition_variable.38FBA98E296A5762.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/condition_variable.38FBA98E296A5762.idx new file mode 100644 index 0000000..208171b Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/condition_variable.38FBA98E296A5762.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/consoleapi.h.291EA7602241E9FB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/consoleapi.h.291EA7602241E9FB.idx new file mode 100644 index 0000000..4d9eb55 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/consoleapi.h.291EA7602241E9FB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/consoleapi2.h.82D56C25971EE691.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/consoleapi2.h.82D56C25971EE691.idx new file mode 100644 index 0000000..2bc0c6d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/consoleapi2.h.82D56C25971EE691.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/consoleapi3.h.15C2E8E2D04DA6F6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/consoleapi3.h.15C2E8E2D04DA6F6.idx new file mode 100644 index 0000000..240cf60 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/consoleapi3.h.15C2E8E2D04DA6F6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt.h.BBAF42E39AECA5AE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt.h.BBAF42E39AECA5AE.idx new file mode 100644 index 0000000..d6c4e8a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt.h.BBAF42E39AECA5AE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_malloc.h.1B572CB0C3CFE586.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_malloc.h.1B572CB0C3CFE586.idx new file mode 100644 index 0000000..8a4eb38 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_malloc.h.1B572CB0C3CFE586.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_math.h.5B66E1ECE1543DE4.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_math.h.5B66E1ECE1543DE4.idx new file mode 100644 index 0000000..4a8300c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_math.h.5B66E1ECE1543DE4.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_memcpy_s.h.1E28C2D4FCB8F43B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_memcpy_s.h.1E28C2D4FCB8F43B.idx new file mode 100644 index 0000000..ab69bbc Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_memcpy_s.h.1E28C2D4FCB8F43B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_memory.h.2611F0A3D893F8BE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_memory.h.2611F0A3D893F8BE.idx new file mode 100644 index 0000000..cb42c83 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_memory.h.2611F0A3D893F8BE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_search.h.1642DAE96C618987.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_search.h.1642DAE96C618987.idx new file mode 100644 index 0000000..e0f39ee Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_search.h.1642DAE96C618987.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_share.h.8951F46E1DB8AC66.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_share.h.8951F46E1DB8AC66.idx new file mode 100644 index 0000000..61bc8ea Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_share.h.8951F46E1DB8AC66.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_startup.h.4D7725D0C259ED83.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_startup.h.4D7725D0C259ED83.idx new file mode 100644 index 0000000..baf0fee Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_startup.h.4D7725D0C259ED83.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_stdio_config.h.148F7608F0370318.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_stdio_config.h.148F7608F0370318.idx new file mode 100644 index 0000000..ccd8345 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_stdio_config.h.148F7608F0370318.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_terminate.h.F61A60B27E4EA5D4.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_terminate.h.F61A60B27E4EA5D4.idx new file mode 100644 index 0000000..88b6c3c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_terminate.h.F61A60B27E4EA5D4.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wconio.h.E27C24E314E18232.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wconio.h.E27C24E314E18232.idx new file mode 100644 index 0000000..e604225 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wconio.h.E27C24E314E18232.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wctype.h.FC16624E9E42CE2D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wctype.h.FC16624E9E42CE2D.idx new file mode 100644 index 0000000..e4cde0a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wctype.h.FC16624E9E42CE2D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wdirect.h.B7027BDEE5257219.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wdirect.h.B7027BDEE5257219.idx new file mode 100644 index 0000000..e13ef80 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wdirect.h.B7027BDEE5257219.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wio.h.1B3D5AAFDB428174.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wio.h.1B3D5AAFDB428174.idx new file mode 100644 index 0000000..a617871 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wio.h.1B3D5AAFDB428174.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wprocess.h.797BE72C11A57DE2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wprocess.h.797BE72C11A57DE2.idx new file mode 100644 index 0000000..e66139d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wprocess.h.797BE72C11A57DE2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wstdio.h.9CD6F6D2906071C0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wstdio.h.9CD6F6D2906071C0.idx new file mode 100644 index 0000000..d5b7ba9 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wstdio.h.9CD6F6D2906071C0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wstdlib.h.0C2B799B59F638DD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wstdlib.h.0C2B799B59F638DD.idx new file mode 100644 index 0000000..90b22b0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wstdlib.h.0C2B799B59F638DD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wstring.h.74F4D43C2AEC5EDB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wstring.h.74F4D43C2AEC5EDB.idx new file mode 100644 index 0000000..e81d8ee Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wstring.h.74F4D43C2AEC5EDB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wtime.h.D4967C79AD24FE78.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wtime.h.D4967C79AD24FE78.idx new file mode 100644 index 0000000..fe4572c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wtime.h.D4967C79AD24FE78.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/crc.cpp.715A1E3C92A48549.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/crc.cpp.715A1E3C92A48549.idx new file mode 100644 index 0000000..e1c6840 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/crc.cpp.715A1E3C92A48549.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/crc.h.F3409D1BE46FACB0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/crc.h.F3409D1BE46FACB0.idx new file mode 100644 index 0000000..087316f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/crc.h.F3409D1BE46FACB0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/crtdbg.h.1B34078627300C16.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/crtdbg.h.1B34078627300C16.idx new file mode 100644 index 0000000..0e7ddc5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/crtdbg.h.1B34078627300C16.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/crtdefs.h.491A9735D18EF07F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/crtdefs.h.491A9735D18EF07F.idx new file mode 100644 index 0000000..7881885 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/crtdefs.h.491A9735D18EF07F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstddef.72FF8CA095601B64.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstddef.72FF8CA095601B64.idx new file mode 100644 index 0000000..5b46ba5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstddef.72FF8CA095601B64.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstdint.03D06F61A02240FB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstdint.03D06F61A02240FB.idx new file mode 100644 index 0000000..7ef959f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstdint.03D06F61A02240FB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstdio.989F292A12F32405.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstdio.989F292A12F32405.idx new file mode 100644 index 0000000..7bc2043 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstdio.989F292A12F32405.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstdlib.7EE8FFF2906C87BE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstdlib.7EE8FFF2906C87BE.idx new file mode 100644 index 0000000..bcc8b16 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstdlib.7EE8FFF2906C87BE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstring.7EFF14204B09DB6D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstring.7EFF14204B09DB6D.idx new file mode 100644 index 0000000..5da56e0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstring.7EFF14204B09DB6D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ctime.718DB017396BD56F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ctime.718DB017396BD56F.idx new file mode 100644 index 0000000..1b540aa Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ctime.718DB017396BD56F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ctype.h.BDE6C115D3D3E539.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ctype.h.BDE6C115D3D3E539.idx new file mode 100644 index 0000000..1795f2c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ctype.h.BDE6C115D3D3E539.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cwchar.837570B6351D71EC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cwchar.837570B6351D71EC.idx new file mode 100644 index 0000000..d847abb Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cwchar.837570B6351D71EC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/datetimeapi.h.A36422E1E8F3406A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/datetimeapi.h.A36422E1E8F3406A.idx new file mode 100644 index 0000000..43d8210 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/datetimeapi.h.A36422E1E8F3406A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/dde.h.D75D01EDA4D2456A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/dde.h.D75D01EDA4D2456A.idx new file mode 100644 index 0000000..cc08cc3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/dde.h.D75D01EDA4D2456A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ddeml.h.D47E36B5D39BC54A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ddeml.h.D47E36B5D39BC54A.idx new file mode 100644 index 0000000..bb72ece Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ddeml.h.D47E36B5D39BC54A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/debugapi.h.C531F99B197896A6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/debugapi.h.C531F99B197896A6.idx new file mode 100644 index 0000000..7b91b9a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/debugapi.h.C531F99B197896A6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/dlgs.h.C9E8FE6E718DE243.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/dlgs.h.C9E8FE6E718DE243.idx new file mode 100644 index 0000000..7463f71 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/dlgs.h.C9E8FE6E718DE243.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/dpapi.h.8EEB5CA499F256B5.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/dpapi.h.8EEB5CA499F256B5.idx new file mode 100644 index 0000000..6261c30 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/dpapi.h.8EEB5CA499F256B5.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/driverspecs.h.4AFB84149B7A1BE5.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/driverspecs.h.4AFB84149B7A1BE5.idx new file mode 100644 index 0000000..0ffb50d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/driverspecs.h.4AFB84149B7A1BE5.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/drv_spi.cpp.0D7EE436B49F6885.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/drv_spi.cpp.0D7EE436B49F6885.idx new file mode 100644 index 0000000..13aaa95 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/drv_spi.cpp.0D7EE436B49F6885.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/drv_spi.h.7961A50C18A891F8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/drv_spi.h.7961A50C18A891F8.idx new file mode 100644 index 0000000..5eca2ea Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/drv_spi.h.7961A50C18A891F8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/drv_uart.cpp.3C3EDBA2A1D34DAC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/drv_uart.cpp.3C3EDBA2A1D34DAC.idx new file mode 100644 index 0000000..8a3477d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/drv_uart.cpp.3C3EDBA2A1D34DAC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/drv_uart.h.901CE32FD757D1E2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/drv_uart.h.901CE32FD757D1E2.idx new file mode 100644 index 0000000..8527c63 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/drv_uart.h.901CE32FD757D1E2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/eh.h.92C40568B6A1EC85.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/eh.h.92C40568B6A1EC85.idx new file mode 100644 index 0000000..5fc3f00 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/eh.h.92C40568B6A1EC85.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/emmintrin.h.93EB2FA0AB57E0C1.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/emmintrin.h.93EB2FA0AB57E0C1.idx new file mode 100644 index 0000000..9d9927a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/emmintrin.h.93EB2FA0AB57E0C1.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/enclaveapi.h.E5B35D8732D6433D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/enclaveapi.h.E5B35D8732D6433D.idx new file mode 100644 index 0000000..a843e02 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/enclaveapi.h.E5B35D8732D6433D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/errhandlingapi.h.C2128BBA0F8251F2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/errhandlingapi.h.C2128BBA0F8251F2.idx new file mode 100644 index 0000000..28d5b93 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/errhandlingapi.h.C2128BBA0F8251F2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/errno.h.063BD0C9B7BAA437.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/errno.h.063BD0C9B7BAA437.idx new file mode 100644 index 0000000..8bd78ba Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/errno.h.063BD0C9B7BAA437.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/exception.8D670751779D85ED.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/exception.8D670751779D85ED.idx new file mode 100644 index 0000000..dedbf85 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/exception.8D670751779D85ED.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/excpt.h.62FECE9BC2D2CEE9.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/excpt.h.62FECE9BC2D2CEE9.idx new file mode 100644 index 0000000..f3d9ed6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/excpt.h.62FECE9BC2D2CEE9.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/fibersapi.h.4D6A54A6F25A4146.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/fibersapi.h.4D6A54A6F25A4146.idx new file mode 100644 index 0000000..837e27a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/fibersapi.h.4D6A54A6F25A4146.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/fileapi.h.4211CBB80836F245.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/fileapi.h.4211CBB80836F245.idx new file mode 100644 index 0000000..12daca4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/fileapi.h.4211CBB80836F245.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/fileapifromapp.h.3AE33CF2FFA9F4E5.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/fileapifromapp.h.3AE33CF2FFA9F4E5.idx new file mode 100644 index 0000000..ac4fa4c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/fileapifromapp.h.3AE33CF2FFA9F4E5.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/float.h.129924D05BAB2A0E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/float.h.129924D05BAB2A0E.idx new file mode 100644 index 0000000..3429cda Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/float.h.129924D05BAB2A0E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/float.h.14D6AB9A10310603.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/float.h.14D6AB9A10310603.idx new file mode 100644 index 0000000..7f6bdda Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/float.h.14D6AB9A10310603.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/functional.F3375C6476218D33.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/functional.F3375C6476218D33.idx new file mode 100644 index 0000000..69ae04a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/functional.F3375C6476218D33.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/future.9E654DD380C38D10.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/future.9E654DD380C38D10.idx new file mode 100644 index 0000000..d565708 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/future.9E654DD380C38D10.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/fxsrintrin.h.5D0EEF7597BFEA39.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/fxsrintrin.h.5D0EEF7597BFEA39.idx new file mode 100644 index 0000000..c6c01a7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/fxsrintrin.h.5D0EEF7597BFEA39.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/guiddef.h.A4A447D1E2A955DE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/guiddef.h.A4A447D1E2A955DE.idx new file mode 100644 index 0000000..334a3e9 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/guiddef.h.A4A447D1E2A955DE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/handleapi.h.EF41959F4C785764.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/handleapi.h.EF41959F4C785764.idx new file mode 100644 index 0000000..840a69d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/handleapi.h.EF41959F4C785764.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/heapapi.h.DBDC84C09060DE9A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/heapapi.h.DBDC84C09060DE9A.idx new file mode 100644 index 0000000..8d5249c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/heapapi.h.DBDC84C09060DE9A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ia32intrin.h.EAAA4106BA84BE77.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ia32intrin.h.EAAA4106BA84BE77.idx new file mode 100644 index 0000000..c37b569 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ia32intrin.h.EAAA4106BA84BE77.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ime_cmodes.h.D51FB7F78B03C44E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ime_cmodes.h.D51FB7F78B03C44E.idx new file mode 100644 index 0000000..da1c535 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ime_cmodes.h.D51FB7F78B03C44E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/imm.h.0DF2A192AA63FDD3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/imm.h.0DF2A192AA63FDD3.idx new file mode 100644 index 0000000..a0f7316 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/imm.h.0DF2A192AA63FDD3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/immintrin.h.C9212B88892AD48A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/immintrin.h.C9212B88892AD48A.idx new file mode 100644 index 0000000..e957517 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/immintrin.h.C9212B88892AD48A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/inaddr.h.1824136AF98F6CE6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/inaddr.h.1824136AF98F6CE6.idx new file mode 100644 index 0000000..7babe16 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/inaddr.h.1824136AF98F6CE6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/initializer_list.7C5402820E01E16E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/initializer_list.7C5402820E01E16E.idx new file mode 100644 index 0000000..9f5b244 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/initializer_list.7C5402820E01E16E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/interlockedapi.h.1BB5ABF45CFFD5F5.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/interlockedapi.h.1BB5ABF45CFFD5F5.idx new file mode 100644 index 0000000..9cafea5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/interlockedapi.h.1BB5ABF45CFFD5F5.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/intrin.h.90CABAF00A99141B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/intrin.h.90CABAF00A99141B.idx new file mode 100644 index 0000000..74608b6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/intrin.h.90CABAF00A99141B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/intrin0.h.6E75FBE8034F0330.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/intrin0.h.6E75FBE8034F0330.idx new file mode 100644 index 0000000..6e86d6c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/intrin0.h.6E75FBE8034F0330.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/intrin0.inl.h.E8823B83714E105B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/intrin0.inl.h.E8823B83714E105B.idx new file mode 100644 index 0000000..edba13c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/intrin0.inl.h.E8823B83714E105B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ioapiset.h.7BE55BA4C7866797.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ioapiset.h.7BE55BA4C7866797.idx new file mode 100644 index 0000000..7935e58 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ioapiset.h.7BE55BA4C7866797.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ios.6B193CD72CC82418.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ios.6B193CD72CC82418.idx new file mode 100644 index 0000000..35fd72a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ios.6B193CD72CC82418.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/iosfwd.971BEFBCF5043CD4.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/iosfwd.971BEFBCF5043CD4.idx new file mode 100644 index 0000000..e92a3fc Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/iosfwd.971BEFBCF5043CD4.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/iostream.BFFE5F2510EC9CC2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/iostream.BFFE5F2510EC9CC2.idx new file mode 100644 index 0000000..b3f88f2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/iostream.BFFE5F2510EC9CC2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/isa_availability.h.6A6DE3988465F387.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/isa_availability.h.6A6DE3988465F387.idx new file mode 100644 index 0000000..8ef6628 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/isa_availability.h.6A6DE3988465F387.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/istream.44F680C170C38CC5.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/istream.44F680C170C38CC5.idx new file mode 100644 index 0000000..6c07bcc Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/istream.44F680C170C38CC5.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/iterator.9EF6154C886C9FA9.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/iterator.9EF6154C886C9FA9.idx new file mode 100644 index 0000000..27ee565 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/iterator.9EF6154C886C9FA9.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/jobapi.h.364712CAC9C963D9.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/jobapi.h.364712CAC9C963D9.idx new file mode 100644 index 0000000..13f6990 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/jobapi.h.364712CAC9C963D9.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/jobapi2.h.64F419A0826582F4.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/jobapi2.h.64F419A0826582F4.idx new file mode 100644 index 0000000..4448c7a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/jobapi2.h.64F419A0826582F4.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/joystickapi.h.C8F7959BAFA1C45C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/joystickapi.h.C8F7959BAFA1C45C.idx new file mode 100644 index 0000000..b5b4d86 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/joystickapi.h.C8F7959BAFA1C45C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/kernelspecs.h.834E8D9826C83423.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/kernelspecs.h.834E8D9826C83423.idx new file mode 100644 index 0000000..e9a1159 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/kernelspecs.h.834E8D9826C83423.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ktmtypes.h.FB260E7435A9C6FD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ktmtypes.h.FB260E7435A9C6FD.idx new file mode 100644 index 0000000..8e287c4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ktmtypes.h.FB260E7435A9C6FD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/libloaderapi.h.FEF6C046E2681AEA.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/libloaderapi.h.FEF6C046E2681AEA.idx new file mode 100644 index 0000000..5de7b80 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/libloaderapi.h.FEF6C046E2681AEA.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/limits.592DE3408D4DE142.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/limits.592DE3408D4DE142.idx new file mode 100644 index 0000000..f809c84 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/limits.592DE3408D4DE142.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/limits.h.14A424D9C21D905A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/limits.h.14A424D9C21D905A.idx new file mode 100644 index 0000000..445188f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/limits.h.14A424D9C21D905A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/limits.h.95A570EC3495764E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/limits.h.95A570EC3495764E.idx new file mode 100644 index 0000000..8b42b39 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/limits.h.95A570EC3495764E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/list.346B80A616424C2A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/list.346B80A616424C2A.idx new file mode 100644 index 0000000..d351734 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/list.346B80A616424C2A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/locale.h.89F00A86827ADF15.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/locale.h.89F00A86827ADF15.idx new file mode 100644 index 0000000..beb585d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/locale.h.89F00A86827ADF15.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/logHandler.cpp.7EB0BFB0BACBEE10.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/logHandler.cpp.7EB0BFB0BACBEE10.idx new file mode 100644 index 0000000..ed2cfd5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/logHandler.cpp.7EB0BFB0BACBEE10.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/logHandler.h.C97689C2E7446922.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/logHandler.h.C97689C2E7446922.idx new file mode 100644 index 0000000..dc6f754 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/logHandler.h.C97689C2E7446922.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/lzexpand.h.ABF1C8984ACE3550.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/lzexpand.h.ABF1C8984ACE3550.idx new file mode 100644 index 0000000..5864ea7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/lzexpand.h.ABF1C8984ACE3550.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/main.cpp.C29F4B9AB3211E95.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/main.cpp.C29F4B9AB3211E95.idx new file mode 100644 index 0000000..0fe3091 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/main.cpp.C29F4B9AB3211E95.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mainwindow.cpp.44FD06228CFA2139.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mainwindow.cpp.44FD06228CFA2139.idx new file mode 100644 index 0000000..48cb822 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mainwindow.cpp.44FD06228CFA2139.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mainwindow.h.EBD784A5332A03A7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mainwindow.h.EBD784A5332A03A7.idx new file mode 100644 index 0000000..0e6d720 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mainwindow.h.EBD784A5332A03A7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/malloc.h.D23ED0F3908B8D2A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/malloc.h.D23ED0F3908B8D2A.idx new file mode 100644 index 0000000..4f523fe Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/malloc.h.D23ED0F3908B8D2A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/map.1628C4E2694DF278.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/map.1628C4E2694DF278.idx new file mode 100644 index 0000000..b378a8d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/map.1628C4E2694DF278.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/math.h.32D520275E3BAB4A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/math.h.32D520275E3BAB4A.idx new file mode 100644 index 0000000..2a6d061 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/math.h.32D520275E3BAB4A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mciapi.h.B5B9E5648F913E77.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mciapi.h.B5B9E5648F913E77.idx new file mode 100644 index 0000000..fe37d8a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mciapi.h.B5B9E5648F913E77.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mcx.h.7BBDA1A25FBBA30A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mcx.h.7BBDA1A25FBBA30A.idx new file mode 100644 index 0000000..409bc49 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mcx.h.7BBDA1A25FBBA30A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/memory.461367BE5A866A29.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/memory.461367BE5A866A29.idx new file mode 100644 index 0000000..64ab363 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/memory.461367BE5A866A29.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/memoryapi.h.E5A0CB7DCC1B2616.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/memoryapi.h.E5A0CB7DCC1B2616.idx new file mode 100644 index 0000000..08ef6fb Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/memoryapi.h.E5A0CB7DCC1B2616.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/minwinbase.h.24481FE6E9575BA7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/minwinbase.h.24481FE6E9575BA7.idx new file mode 100644 index 0000000..d91f370 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/minwinbase.h.24481FE6E9575BA7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/minwindef.h.559E7DE6473BAD2C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/minwindef.h.559E7DE6473BAD2C.idx new file mode 100644 index 0000000..4e2b874 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/minwindef.h.559E7DE6473BAD2C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mm_malloc.h.402B18D2B8F281C8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mm_malloc.h.402B18D2B8F281C8.idx new file mode 100644 index 0000000..597226c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mm_malloc.h.402B18D2B8F281C8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmeapi.h.C5CD31B4D83F59BF.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmeapi.h.C5CD31B4D83F59BF.idx new file mode 100644 index 0000000..0fd07d7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmeapi.h.C5CD31B4D83F59BF.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmintrin.h.F59B2B111021C340.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmintrin.h.F59B2B111021C340.idx new file mode 100644 index 0000000..ff35885 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmintrin.h.F59B2B111021C340.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmiscapi.h.D26A1FA5DA596EEB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmiscapi.h.D26A1FA5DA596EEB.idx new file mode 100644 index 0000000..bfdacfa Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmiscapi.h.D26A1FA5DA596EEB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmiscapi2.h.DBF490078AE0605D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmiscapi2.h.DBF490078AE0605D.idx new file mode 100644 index 0000000..9d84aa6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmiscapi2.h.DBF490078AE0605D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmsyscom.h.7946FA192255148E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmsyscom.h.7946FA192255148E.idx new file mode 100644 index 0000000..46a5074 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmsyscom.h.7946FA192255148E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmsystem.h.46C62AA34B488768.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmsystem.h.46C62AA34B488768.idx new file mode 100644 index 0000000..6fcce29 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmsystem.h.46C62AA34B488768.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/msxml.h.9503B7758BEC18CE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/msxml.h.9503B7758BEC18CE.idx new file mode 100644 index 0000000..1636387 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/msxml.h.9503B7758BEC18CE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mutex.CA800E2BDE94B168.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mutex.CA800E2BDE94B168.idx new file mode 100644 index 0000000..3dc7362 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mutex.CA800E2BDE94B168.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/namedpipeapi.h.F0D5DC4DAC6AEAB7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/namedpipeapi.h.F0D5DC4DAC6AEAB7.idx new file mode 100644 index 0000000..21f3d43 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/namedpipeapi.h.F0D5DC4DAC6AEAB7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/namespaceapi.h.8B59FCB7E92C681B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/namespaceapi.h.8B59FCB7E92C681B.idx new file mode 100644 index 0000000..6d46db3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/namespaceapi.h.8B59FCB7E92C681B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/nb30.h.312BF26B7CDDC3EC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/nb30.h.312BF26B7CDDC3EC.idx new file mode 100644 index 0000000..03a4e1f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/nb30.h.312BF26B7CDDC3EC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ncrypt.h.5C58AFE3D22F9F83.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ncrypt.h.5C58AFE3D22F9F83.idx new file mode 100644 index 0000000..07dc8d6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ncrypt.h.5C58AFE3D22F9F83.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/new.CC803369C037D273.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/new.CC803369C037D273.idx new file mode 100644 index 0000000..6043b05 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/new.CC803369C037D273.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/numeric.39F8EA7144D0FE2F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/numeric.39F8EA7144D0FE2F.idx new file mode 100644 index 0000000..9fc1388 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/numeric.39F8EA7144D0FE2F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/objbase.h.5A1B306AB91FB706.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/objbase.h.5A1B306AB91FB706.idx new file mode 100644 index 0000000..1ccdb1d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/objbase.h.5A1B306AB91FB706.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/oleidl.h.35738470040DE199.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/oleidl.h.35738470040DE199.idx new file mode 100644 index 0000000..cf056ae Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/oleidl.h.35738470040DE199.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ostream.9D0336E2C6F97E08.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ostream.9D0336E2C6F97E08.idx new file mode 100644 index 0000000..d3f6cef Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ostream.9D0336E2C6F97E08.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/playsoundapi.h.54E59FBE7E9DA467.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/playsoundapi.h.54E59FBE7E9DA467.idx new file mode 100644 index 0000000..25dc90f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/playsoundapi.h.54E59FBE7E9DA467.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/poppack.h.DCAD47EA4A8DFBDE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/poppack.h.DCAD47EA4A8DFBDE.idx new file mode 100644 index 0000000..353fddf Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/poppack.h.DCAD47EA4A8DFBDE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pplcancellation_token.h.4FFD6E5F3BD71E28.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pplcancellation_token.h.4FFD6E5F3BD71E28.idx new file mode 100644 index 0000000..e224e38 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pplcancellation_token.h.4FFD6E5F3BD71E28.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pplinterface.h.2FF7234B9932FE03.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pplinterface.h.2FF7234B9932FE03.idx new file mode 100644 index 0000000..b388fb9 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pplinterface.h.2FF7234B9932FE03.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ppltasks.h.CC30454A2BA15EB3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ppltasks.h.CC30454A2BA15EB3.idx new file mode 100644 index 0000000..bc51902 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ppltasks.h.CC30454A2BA15EB3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ppltaskscheduler.h.DBAC5C0873D58A8A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ppltaskscheduler.h.DBAC5C0873D58A8A.idx new file mode 100644 index 0000000..9722f91 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ppltaskscheduler.h.DBAC5C0873D58A8A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pplwin.h.78D5909080FE9904.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pplwin.h.78D5909080FE9904.idx new file mode 100644 index 0000000..3049629 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pplwin.h.78D5909080FE9904.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/process.h.306499E5E528AE11.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/process.h.306499E5E528AE11.idx new file mode 100644 index 0000000..2ff62b1 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/process.h.306499E5E528AE11.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/processenv.h.FC7FA9DC1C47851C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/processenv.h.FC7FA9DC1C47851C.idx new file mode 100644 index 0000000..c081ac7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/processenv.h.FC7FA9DC1C47851C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/processthreadsapi.h.839EB7AA6719A5BC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/processthreadsapi.h.839EB7AA6719A5BC.idx new file mode 100644 index 0000000..f6dd05a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/processthreadsapi.h.839EB7AA6719A5BC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/processtopologyapi.h.EB15E3EB948A27F2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/processtopologyapi.h.EB15E3EB948A27F2.idx new file mode 100644 index 0000000..e77087a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/processtopologyapi.h.EB15E3EB948A27F2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/profileapi.h.4A39CC79EFD95B27.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/profileapi.h.4A39CC79EFD95B27.idx new file mode 100644 index 0000000..410231d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/profileapi.h.4A39CC79EFD95B27.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/prsht.h.2E736D84DFB7024D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/prsht.h.2E736D84DFB7024D.idx new file mode 100644 index 0000000..68ca533 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/prsht.h.2E736D84DFB7024D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pshpack1.h.12AC659EA8339DAD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pshpack1.h.12AC659EA8339DAD.idx new file mode 100644 index 0000000..8c1fc47 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pshpack1.h.12AC659EA8339DAD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pshpack2.h.E4C6A04019114785.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pshpack2.h.E4C6A04019114785.idx new file mode 100644 index 0000000..c22f401 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pshpack2.h.E4C6A04019114785.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pshpack4.h.E0EA8DECFCE2382D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pshpack4.h.E0EA8DECFCE2382D.idx new file mode 100644 index 0000000..ae89df3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pshpack4.h.E0EA8DECFCE2382D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pshpack8.h.CD1E45526AD9B0E6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pshpack8.h.CD1E45526AD9B0E6.idx new file mode 100644 index 0000000..7fed258 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pshpack8.h.CD1E45526AD9B0E6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.AD8DFDA6FE1DD363.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.AD8DFDA6FE1DD363.idx new file mode 100644 index 0000000..cb674e2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.AD8DFDA6FE1DD363.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstracttextdocumentlayout.h.EBDDC037A257DEB8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstracttextdocumentlayout.h.EBDDC037A257DEB8.idx new file mode 100644 index 0000000..ab8448f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstracttextdocumentlayout.h.EBDDC037A257DEB8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qaction.h.A3D27B83C06FD921.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qaction.h.A3D27B83C06FD921.idx new file mode 100644 index 0000000..d31c943 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qaction.h.A3D27B83C06FD921.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qactiongroup.h.85E9ED7723D3A7C0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qactiongroup.h.85E9ED7723D3A7C0.idx new file mode 100644 index 0000000..bea476c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qactiongroup.h.85E9ED7723D3A7C0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8F8CDCCFBE7C8F69.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8F8CDCCFBE7C8F69.idx new file mode 100644 index 0000000..41fba3c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8F8CDCCFBE7C8F69.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qapplication.h.D51B310249D5A714.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qapplication.h.D51B310249D5A714.idx new file mode 100644 index 0000000..00bc405 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qapplication.h.D51B310249D5A714.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qarraydata.h.CB63FA53F51CFF4F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qarraydata.h.CB63FA53F51CFF4F.idx new file mode 100644 index 0000000..6dab01f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qarraydata.h.CB63FA53F51CFF4F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qatomic.h.C82EB2183DF9AA69.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qatomic.h.C82EB2183DF9AA69.idx new file mode 100644 index 0000000..3adff21 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qatomic.h.C82EB2183DF9AA69.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.960965DE3CB25594.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.960965DE3CB25594.idx new file mode 100644 index 0000000..264269c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.960965DE3CB25594.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.7216BA80311BFA71.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.7216BA80311BFA71.idx new file mode 100644 index 0000000..a85bae0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.7216BA80311BFA71.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbrush.h.1E929558D88B3F52.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbrush.h.1E929558D88B3F52.idx new file mode 100644 index 0000000..81faeb8 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbrush.h.1E929558D88B3F52.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearray.h.3430591EDE2A5323.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearray.h.3430591EDE2A5323.idx new file mode 100644 index 0000000..dd5e83e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearray.h.3430591EDE2A5323.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.F6BBB5652035E91A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.F6BBB5652035E91A.idx new file mode 100644 index 0000000..759fd89 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.F6BBB5652035E91A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qchar.h.ACF7E2CDBDEF579B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qchar.h.ACF7E2CDBDEF579B.idx new file mode 100644 index 0000000..1979479 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qchar.h.ACF7E2CDBDEF579B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcolor.h.D156B3220EF62E4D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcolor.h.D156B3220EF62E4D.idx new file mode 100644 index 0000000..2a23903 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcolor.h.D156B3220EF62E4D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.DB4091F661DBB696.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.DB4091F661DBB696.idx new file mode 100644 index 0000000..3eab8eb Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.DB4091F661DBB696.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qconfig.h.5B2A92AB6DBE85AA.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qconfig.h.5B2A92AB6DBE85AA.idx new file mode 100644 index 0000000..91d637e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qconfig.h.5B2A92AB6DBE85AA.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.EE157A3A32A623E2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.EE157A3A32A623E2.idx new file mode 100644 index 0000000..6bba853 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.EE157A3A32A623E2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.8D44C5D6447692CE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.8D44C5D6447692CE.idx new file mode 100644 index 0000000..996620a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.8D44C5D6447692CE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.969F5EB9A9252223.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.969F5EB9A9252223.idx new file mode 100644 index 0000000..1164b73 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.969F5EB9A9252223.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.2926FBA585285D6D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.2926FBA585285D6D.idx new file mode 100644 index 0000000..9a94f33 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.2926FBA585285D6D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcoreevent.h.2FB7FEDAD267303F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcoreevent.h.2FB7FEDAD267303F.idx new file mode 100644 index 0000000..5f9264c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcoreevent.h.2FB7FEDAD267303F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcursor.h.64D1965B5B7D5EB6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcursor.h.64D1965B5B7D5EB6.idx new file mode 100644 index 0000000..267a393 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcursor.h.64D1965B5B7D5EB6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdatastream.h.7ED3B10E0BA8C017.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdatastream.h.7ED3B10E0BA8C017.idx new file mode 100644 index 0000000..d51af30 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdatastream.h.7ED3B10E0BA8C017.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdatetime.h.81CDAD93FC6D2DEC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdatetime.h.81CDAD93FC6D2DEC.idx new file mode 100644 index 0000000..c7efa0f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdatetime.h.81CDAD93FC6D2DEC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.BB690D50C4A003ED.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.BB690D50C4A003ED.idx new file mode 100644 index 0000000..3b28bca Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.BB690D50C4A003ED.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdebug.h.A685783135DE2469.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdebug.h.A685783135DE2469.idx new file mode 100644 index 0000000..c64d5ae Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdebug.h.A685783135DE2469.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdialog.h.BA3B76234A888715.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdialog.h.BA3B76234A888715.idx new file mode 100644 index 0000000..efa3cbd Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdialog.h.BA3B76234A888715.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qelapsedtimer.h.B4C6FB5346EEEB9B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qelapsedtimer.h.B4C6FB5346EEEB9B.idx new file mode 100644 index 0000000..9049101 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qelapsedtimer.h.B4C6FB5346EEEB9B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qevent.h.1DC761D16003438B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qevent.h.1DC761D16003438B.idx new file mode 100644 index 0000000..083ba36 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qevent.h.1DC761D16003438B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qeventloop.h.82A300B78B4E5644.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qeventloop.h.82A300B78B4E5644.idx new file mode 100644 index 0000000..f133679 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qeventloop.h.82A300B78B4E5644.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfile.h.7B6DD9B827A00D82.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfile.h.7B6DD9B827A00D82.idx new file mode 100644 index 0000000..13fe1de Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfile.h.7B6DD9B827A00D82.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfiledevice.h.4091301038494AB2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfiledevice.h.4091301038494AB2.idx new file mode 100644 index 0000000..8c9c7fa Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfiledevice.h.4091301038494AB2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qflags.h.11E72FFE51C5BBA2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qflags.h.11E72FFE51C5BBA2.idx new file mode 100644 index 0000000..ac787aa Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qflags.h.11E72FFE51C5BBA2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfont.h.209F5EBCDE538515.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfont.h.209F5EBCDE538515.idx new file mode 100644 index 0000000..a21b0e7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfont.h.209F5EBCDE538515.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfontdatabase.h.1FA7428BFA5EEB65.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfontdatabase.h.1FA7428BFA5EEB65.idx new file mode 100644 index 0000000..94ef349 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfontdatabase.h.1FA7428BFA5EEB65.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfontinfo.h.CCD938BE833D806F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfontinfo.h.CCD938BE833D806F.idx new file mode 100644 index 0000000..000955f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfontinfo.h.CCD938BE833D806F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.A0FF20B0F187D829.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.A0FF20B0F187D829.idx new file mode 100644 index 0000000..72fcb5d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.A0FF20B0F187D829.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qframe.h.BD84B7408079048B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qframe.h.BD84B7408079048B.idx new file mode 100644 index 0000000..83814fa Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qframe.h.BD84B7408079048B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.CB76942FCD0FE490.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.CB76942FCD0FE490.idx new file mode 100644 index 0000000..e87c023 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.CB76942FCD0FE490.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qglobal.h.365DF8CF2C19BAC9.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qglobal.h.365DF8CF2C19BAC9.idx new file mode 100644 index 0000000..d564b3e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qglobal.h.365DF8CF2C19BAC9.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.DC84A22F45ABCE23.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.DC84A22F45ABCE23.idx new file mode 100644 index 0000000..6606919 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.DC84A22F45ABCE23.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qglyphrun.h.A9627C5487624DC4.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qglyphrun.h.A9627C5487624DC4.idx new file mode 100644 index 0000000..c9f6878 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qglyphrun.h.A9627C5487624DC4.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qguiapplication.h.59874743F8AE703F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qguiapplication.h.59874743F8AE703F.idx new file mode 100644 index 0000000..d59378a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qguiapplication.h.59874743F8AE703F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhash.h.9E52283BDC98CB64.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhash.h.9E52283BDC98CB64.idx new file mode 100644 index 0000000..512c0c3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhash.h.9E52283BDC98CB64.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.4736C6BFB28D6008.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.4736C6BFB28D6008.idx new file mode 100644 index 0000000..128bc4e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.4736C6BFB28D6008.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qicon.h.25BC4BFD9DDC0550.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qicon.h.25BC4BFD9DDC0550.idx new file mode 100644 index 0000000..d4ac0b4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qicon.h.25BC4BFD9DDC0550.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qimage.h.C1B84CC662EEDF7E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qimage.h.C1B84CC662EEDF7E.idx new file mode 100644 index 0000000..f59b7a0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qimage.h.C1B84CC662EEDF7E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qinputmethod.h.07ABAEC9C691D612.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qinputmethod.h.07ABAEC9C691D612.idx new file mode 100644 index 0000000..6eacd2e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qinputmethod.h.07ABAEC9C691D612.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qiodevice.h.2DC99DC89D99CDDB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qiodevice.h.2DC99DC89D99CDDB.idx new file mode 100644 index 0000000..71d58fc Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qiodevice.h.2DC99DC89D99CDDB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qiterator.h.84E3233AE69B8806.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qiterator.h.84E3233AE69B8806.idx new file mode 100644 index 0000000..a1acb09 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qiterator.h.84E3233AE69B8806.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qkeysequence.h.72000046B7E38387.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qkeysequence.h.72000046B7E38387.idx new file mode 100644 index 0000000..0bf3daf Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qkeysequence.h.72000046B7E38387.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qline.h.1A797C3C3D816AD1.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qline.h.1A797C3C3D816AD1.idx new file mode 100644 index 0000000..e4a99ee Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qline.h.1A797C3C3D816AD1.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlist.h.37563C9C4F7788DD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlist.h.37563C9C4F7788DD.idx new file mode 100644 index 0000000..7ae3b38 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlist.h.37563C9C4F7788DD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlocale.h.CC7D4A4D76FC8BEE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlocale.h.CC7D4A4D76FC8BEE.idx new file mode 100644 index 0000000..fb7b5d2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlocale.h.CC7D4A4D76FC8BEE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlogging.h.A36056D5BB6AB926.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlogging.h.A36056D5BB6AB926.idx new file mode 100644 index 0000000..f204911 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlogging.h.A36056D5BB6AB926.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmainwindow.h.59642EC05DBD38E8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmainwindow.h.59642EC05DBD38E8.idx new file mode 100644 index 0000000..a89f381 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmainwindow.h.59642EC05DBD38E8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmap.h.E58396D1ADD0D4F3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmap.h.E58396D1ADD0D4F3.idx new file mode 100644 index 0000000..8ff34db Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmap.h.E58396D1ADD0D4F3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmargins.h.1CCC0F43C2F6A24C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmargins.h.1CCC0F43C2F6A24C.idx new file mode 100644 index 0000000..3de27c7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmargins.h.1CCC0F43C2F6A24C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmatrix.h.AC13C024421EAFD4.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmatrix.h.AC13C024421EAFD4.idx new file mode 100644 index 0000000..ca8ba5f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmatrix.h.AC13C024421EAFD4.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmenu.h.0F0C8C92EB03A6CC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmenu.h.0F0C8C92EB03A6CC.idx new file mode 100644 index 0000000..b389bf7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmenu.h.0F0C8C92EB03A6CC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmenubar.h.64D4F893D5BD2510.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmenubar.h.64D4F893D5BD2510.idx new file mode 100644 index 0000000..aff5c60 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmenubar.h.64D4F893D5BD2510.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmessagebox.h.D5FBF93B27FCFE02.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmessagebox.h.D5FBF93B27FCFE02.idx new file mode 100644 index 0000000..3be6a9a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmessagebox.h.D5FBF93B27FCFE02.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmetatype.h.CB3D7E1D43B6A278.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmetatype.h.CB3D7E1D43B6A278.idx new file mode 100644 index 0000000..b130c76 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmetatype.h.CB3D7E1D43B6A278.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmutex.h.FD742DDCABC69F06.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmutex.h.FD742DDCABC69F06.idx new file mode 100644 index 0000000..20f3832 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmutex.h.FD742DDCABC69F06.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnamespace.h.16667256881EB899.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnamespace.h.16667256881EB899.idx new file mode 100644 index 0000000..39c0253 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnamespace.h.16667256881EB899.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnumeric.h.4B5EF6DA699DDB8C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnumeric.h.4B5EF6DA699DDB8C.idx new file mode 100644 index 0000000..dc25bd1 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnumeric.h.4B5EF6DA699DDB8C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobject.h.E97B7C7305B2C29A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobject.h.E97B7C7305B2C29A.idx new file mode 100644 index 0000000..41284a0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobject.h.E97B7C7305B2C29A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobject_impl.h.6644F30EB683B9F0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobject_impl.h.6644F30EB683B9F0.idx new file mode 100644 index 0000000..da40891 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobject_impl.h.6644F30EB683B9F0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.4948A27B6054ECBF.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.4948A27B6054ECBF.idx new file mode 100644 index 0000000..e32603a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.4948A27B6054ECBF.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.4B70E87C251A8977.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.4B70E87C251A8977.idx new file mode 100644 index 0000000..baf51e7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.4B70E87C251A8977.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.7D80670A27B2E92A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.7D80670A27B2E92A.idx new file mode 100644 index 0000000..ea37a03 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.7D80670A27B2E92A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.C7D86B6FDCF2CDAD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.C7D86B6FDCF2CDAD.idx new file mode 100644 index 0000000..fab8454 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.C7D86B6FDCF2CDAD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpair.h.D84615AE797308A1.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpair.h.D84615AE797308A1.idx new file mode 100644 index 0000000..fdd2074 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpair.h.D84615AE797308A1.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpalette.h.4D1833E23B4028BE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpalette.h.4D1833E23B4028BE.idx new file mode 100644 index 0000000..0a51fb1 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpalette.h.4D1833E23B4028BE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpen.h.E37FD20C8E4690B3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpen.h.E37FD20C8E4690B3.idx new file mode 100644 index 0000000..011a358 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpen.h.E37FD20C8E4690B3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpixelformat.h.9EE1B362CFC03B91.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpixelformat.h.9EE1B362CFC03B91.idx new file mode 100644 index 0000000..04ebaee Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpixelformat.h.9EE1B362CFC03B91.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpixmap.h.78ED1DD151715E2A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpixmap.h.78ED1DD151715E2A.idx new file mode 100644 index 0000000..d140749 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpixmap.h.78ED1DD151715E2A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qplaintextedit.h.6AECDAF8C1075E03.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qplaintextedit.h.6AECDAF8C1075E03.idx new file mode 100644 index 0000000..d5d403c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qplaintextedit.h.6AECDAF8C1075E03.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpoint.h.8BE646E68B7831E9.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpoint.h.8BE646E68B7831E9.idx new file mode 100644 index 0000000..fde0604 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpoint.h.8BE646E68B7831E9.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpolygon.h.98A2BDB628A5208F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpolygon.h.98A2BDB628A5208F.idx new file mode 100644 index 0000000..bcb7868 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpolygon.h.98A2BDB628A5208F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.F43ADB5ED73226A6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.F43ADB5ED73226A6.idx new file mode 100644 index 0000000..336e084 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.F43ADB5ED73226A6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrawfont.h.6F72BF34B399AF02.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrawfont.h.6F72BF34B399AF02.idx new file mode 100644 index 0000000..5ab676a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrawfont.h.6F72BF34B399AF02.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrect.h.DDEB343715D62B32.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrect.h.DDEB343715D62B32.idx new file mode 100644 index 0000000..9dcd374 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrect.h.DDEB343715D62B32.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrefcount.h.ED5BE252FDD4FF86.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrefcount.h.ED5BE252FDD4FF86.idx new file mode 100644 index 0000000..dcd719f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrefcount.h.ED5BE252FDD4FF86.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qregexp.h.6EDFF9EA719FF5A0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qregexp.h.6EDFF9EA719FF5A0.idx new file mode 100644 index 0000000..1316a68 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qregexp.h.6EDFF9EA719FF5A0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qregion.h.B48E3E3552B49BFF.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qregion.h.B48E3E3552B49BFF.idx new file mode 100644 index 0000000..ecf0363 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qregion.h.B48E3E3552B49BFF.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrgb.h.2A54E94892850E76.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrgb.h.2A54E94892850E76.idx new file mode 100644 index 0000000..4496fee Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrgb.h.2A54E94892850E76.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrgba64.h.C286A86066BB5460.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrgba64.h.C286A86066BB5460.idx new file mode 100644 index 0000000..8f42544 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrgba64.h.C286A86066BB5460.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.C15B93564C50AD76.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.C15B93564C50AD76.idx new file mode 100644 index 0000000..3fc70b0 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.C15B93564C50AD76.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qset.h.2384077DC7D76147.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qset.h.2384077DC7D76147.idx new file mode 100644 index 0000000..3d3762a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qset.h.2384077DC7D76147.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qshareddata.h.D5FB9259EE7585FA.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qshareddata.h.D5FB9259EE7585FA.idx new file mode 100644 index 0000000..1f30501 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qshareddata.h.D5FB9259EE7585FA.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.D45FC08803EAC7CC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.D45FC08803EAC7CC.idx new file mode 100644 index 0000000..7eed634 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.D45FC08803EAC7CC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.3340146A5AE5FB73.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.3340146A5AE5FB73.idx new file mode 100644 index 0000000..e9ea082 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.3340146A5AE5FB73.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsize.h.41B579630A8ED319.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsize.h.41B579630A8ED319.idx new file mode 100644 index 0000000..13fc0ed Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsize.h.41B579630A8ED319.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.609F8CB9C020A23B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.609F8CB9C020A23B.idx new file mode 100644 index 0000000..5075549 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.609F8CB9C020A23B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstring.h.F765EDB0EECC9907.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstring.h.F765EDB0EECC9907.idx new file mode 100644 index 0000000..e0b764e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstring.h.F765EDB0EECC9907.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.88B06124D4B4DAB6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.88B06124D4B4DAB6.idx new file mode 100644 index 0000000..374fff4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.88B06124D4B4DAB6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringlist.h.F7DC1A9C525C1542.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringlist.h.F7DC1A9C525C1542.idx new file mode 100644 index 0000000..4e13c11 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringlist.h.F7DC1A9C525C1542.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringliteral.h.01699817458548D0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringliteral.h.01699817458548D0.idx new file mode 100644 index 0000000..f10a16d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringliteral.h.01699817458548D0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.B25E650CFB37298D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.B25E650CFB37298D.idx new file mode 100644 index 0000000..08a77dd Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.B25E650CFB37298D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringview.h.F45439462FF3B274.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringview.h.F45439462FF3B274.idx new file mode 100644 index 0000000..3a93cf4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringview.h.F45439462FF3B274.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsysinfo.h.E52B27941E421D8E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsysinfo.h.E52B27941E421D8E.idx new file mode 100644 index 0000000..a60a549 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsysinfo.h.E52B27941E421D8E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.11CC3C6CC68A41C8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.11CC3C6CC68A41C8.idx new file mode 100644 index 0000000..b0f3985 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.11CC3C6CC68A41C8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtabwidget.h.15D86E66842D7F1D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtabwidget.h.15D86E66842D7F1D.idx new file mode 100644 index 0000000..10c62b2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtabwidget.h.15D86E66842D7F1D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtcore-config.h.3700C19BC5CF54AC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtcore-config.h.3700C19BC5CF54AC.idx new file mode 100644 index 0000000..86c088e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtcore-config.h.3700C19BC5CF54AC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextcursor.h.120BA5126C21CEF4.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextcursor.h.120BA5126C21CEF4.idx new file mode 100644 index 0000000..837c954 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextcursor.h.120BA5126C21CEF4.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextdocument.h.6E9583D8E34399B0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextdocument.h.6E9583D8E34399B0.idx new file mode 100644 index 0000000..e254b2d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextdocument.h.6E9583D8E34399B0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextedit.h.C2FBA6BBE9C720C0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextedit.h.C2FBA6BBE9C720C0.idx new file mode 100644 index 0000000..8fa2c88 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextedit.h.C2FBA6BBE9C720C0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextformat.h.03F55C14B95B98ED.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextformat.h.03F55C14B95B98ED.idx new file mode 100644 index 0000000..627485d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextformat.h.03F55C14B95B98ED.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextlayout.h.49A32ACFD769BD95.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextlayout.h.49A32ACFD769BD95.idx new file mode 100644 index 0000000..31d8f29 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextlayout.h.49A32ACFD769BD95.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextoption.h.4356A306BA4A2A19.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextoption.h.4356A306BA4A2A19.idx new file mode 100644 index 0000000..85915b9 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextoption.h.4356A306BA4A2A19.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextstream.h.E4283CC7D69601C0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextstream.h.E4283CC7D69601C0.idx new file mode 100644 index 0000000..398da70 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextstream.h.E4283CC7D69601C0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtgui-config.h.57771AB9FBEAFC37.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtgui-config.h.57771AB9FBEAFC37.idx new file mode 100644 index 0000000..baef1ea Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtgui-config.h.57771AB9FBEAFC37.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.760A9BDEA549F593.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.760A9BDEA549F593.idx new file mode 100644 index 0000000..d78540c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.760A9BDEA549F593.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qthread.h.04A732FBED6282F0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qthread.h.04A732FBED6282F0.idx new file mode 100644 index 0000000..9c62934 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qthread.h.04A732FBED6282F0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtouchdevice.h.34E3143BB0827CA2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtouchdevice.h.34E3143BB0827CA2.idx new file mode 100644 index 0000000..e9bbbdb Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtouchdevice.h.34E3143BB0827CA2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtransform.h.BBC1BAEB133B5DFD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtransform.h.BBC1BAEB133B5DFD.idx new file mode 100644 index 0000000..bd50e1e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtransform.h.BBC1BAEB133B5DFD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.D957F3107E7F8F40.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.D957F3107E7F8F40.idx new file mode 100644 index 0000000..9b31964 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.D957F3107E7F8F40.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.8C9C2558E17299BF.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.8C9C2558E17299BF.idx new file mode 100644 index 0000000..68b370c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.8C9C2558E17299BF.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.CEABD1771D8D4CA6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.CEABD1771D8D4CA6.idx new file mode 100644 index 0000000..5c210eb Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.CEABD1771D8D4CA6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qurl.h.BCA0EF46DA9ACFF3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qurl.h.BCA0EF46DA9ACFF3.idx new file mode 100644 index 0000000..499065a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qurl.h.BCA0EF46DA9ACFF3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvariant.h.C9E17BD7CC371C63.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvariant.h.C9E17BD7CC371C63.idx new file mode 100644 index 0000000..1f9c0e1 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvariant.h.C9E17BD7CC371C63.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.B8C4B08C01AE41BC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.B8C4B08C01AE41BC.idx new file mode 100644 index 0000000..6e62bfb Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.B8C4B08C01AE41BC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvector.h.E8BD2808752AEFFC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvector.h.E8BD2808752AEFFC.idx new file mode 100644 index 0000000..da61264 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvector.h.E8BD2808752AEFFC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvector2d.h.A925F9D44721ABA8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvector2d.h.A925F9D44721ABA8.idx new file mode 100644 index 0000000..3d947f8 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvector2d.h.A925F9D44721ABA8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qversiontagging.h.4C9E854EB7DF6B12.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qversiontagging.h.4C9E854EB7DF6B12.idx new file mode 100644 index 0000000..7404564 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qversiontagging.h.4C9E854EB7DF6B12.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwidget.h.8D83DD8C4EE2779F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwidget.h.8D83DD8C4EE2779F.idx new file mode 100644 index 0000000..6c58a1e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwidget.h.8D83DD8C4EE2779F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.F9B35C99ACAD059F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.F9B35C99ACAD059F.idx new file mode 100644 index 0000000..8209217 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.F9B35C99ACAD059F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwindowdefs_win.h.8BBBBBF7E836E060.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwindowdefs_win.h.8BBBBBF7E836E060.idx new file mode 100644 index 0000000..294a9ef Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwindowdefs_win.h.8BBBBBF7E836E060.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ratio.83FA601AA369ECE7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ratio.83FA601AA369ECE7.idx new file mode 100644 index 0000000..0693535 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ratio.83FA601AA369ECE7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/realtimeapiset.h.87E99D56177692DE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/realtimeapiset.h.87E99D56177692DE.idx new file mode 100644 index 0000000..ea3f76b Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/realtimeapiset.h.87E99D56177692DE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/reason.h.B908FAEE3541C95D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/reason.h.B908FAEE3541C95D.idx new file mode 100644 index 0000000..8dd02ea Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/reason.h.B908FAEE3541C95D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpc.h.2BDC2467F8A8FC30.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpc.h.2BDC2467F8A8FC30.idx new file mode 100644 index 0000000..25c9162 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpc.h.2BDC2467F8A8FC30.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcasync.h.37EDF62E23B4F2F7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcasync.h.37EDF62E23B4F2F7.idx new file mode 100644 index 0000000..1baa2d4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcasync.h.37EDF62E23B4F2F7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcdce.h.32D4D9035BA14105.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcdce.h.32D4D9035BA14105.idx new file mode 100644 index 0000000..d991aaf Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcdce.h.32D4D9035BA14105.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcdcep.h.E8AD59FF1A91315C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcdcep.h.E8AD59FF1A91315C.idx new file mode 100644 index 0000000..fe0c490 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcdcep.h.E8AD59FF1A91315C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcndr.h.A9755AB05917DE55.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcndr.h.A9755AB05917DE55.idx new file mode 100644 index 0000000..d1347bb Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcndr.h.A9755AB05917DE55.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcnsi.h.0A2398BF4C4B94D0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcnsi.h.0A2398BF4C4B94D0.idx new file mode 100644 index 0000000..4fcd51a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcnsi.h.0A2398BF4C4B94D0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcnsip.h.944E2D519566C091.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcnsip.h.944E2D519566C091.idx new file mode 100644 index 0000000..4931364 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcnsip.h.944E2D519566C091.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcnterr.h.3047E2C69A840888.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcnterr.h.3047E2C69A840888.idx new file mode 100644 index 0000000..661bd75 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcnterr.h.3047E2C69A840888.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcsal.h.747A1D9112DDAE0A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcsal.h.747A1D9112DDAE0A.idx new file mode 100644 index 0000000..af3d227 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/rpcsal.h.747A1D9112DDAE0A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/sal.h.2C90E0BC392DF69D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/sal.h.2C90E0BC392DF69D.idx new file mode 100644 index 0000000..733c27f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/sal.h.2C90E0BC392DF69D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/sdkddkver.h.18E70507A47C7E4B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/sdkddkver.h.18E70507A47C7E4B.idx new file mode 100644 index 0000000..7512baa Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/sdkddkver.h.18E70507A47C7E4B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/sdv_driverspecs.h.EB81DD1CBD0E3A2D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/sdv_driverspecs.h.EB81DD1CBD0E3A2D.idx new file mode 100644 index 0000000..2981794 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/sdv_driverspecs.h.EB81DD1CBD0E3A2D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/securityappcontainer.h.C01AD5F9B3A4AE95.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/securityappcontainer.h.C01AD5F9B3A4AE95.idx new file mode 100644 index 0000000..fa1b531 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/securityappcontainer.h.C01AD5F9B3A4AE95.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/securitybaseapi.h.D8CE5175CDA627C7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/securitybaseapi.h.D8CE5175CDA627C7.idx new file mode 100644 index 0000000..f4a2d5d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/securitybaseapi.h.D8CE5175CDA627C7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/servprov.h.3D63BCCC95A6290C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/servprov.h.3D63BCCC95A6290C.idx new file mode 100644 index 0000000..cdb66e3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/servprov.h.3D63BCCC95A6290C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/setjmp.h.D880CE647C1A6B40.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/setjmp.h.D880CE647C1A6B40.idx new file mode 100644 index 0000000..41f7d55 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/setjmp.h.D880CE647C1A6B40.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/share.h.B2658C90668678F0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/share.h.B2658C90668678F0.idx new file mode 100644 index 0000000..49b15b2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/share.h.B2658C90668678F0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/shellapi.h.B121F6DBDDDCACF7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/shellapi.h.B121F6DBDDDCACF7.idx new file mode 100644 index 0000000..2f18e0a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/shellapi.h.B121F6DBDDDCACF7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/specstrings.h.145DED0D43114844.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/specstrings.h.145DED0D43114844.idx new file mode 100644 index 0000000..fdfce44 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/specstrings.h.145DED0D43114844.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/specstrings_strict.h.7D7829B5E0C5DBFC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/specstrings_strict.h.7D7829B5E0C5DBFC.idx new file mode 100644 index 0000000..5c2db69 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/specstrings_strict.h.7D7829B5E0C5DBFC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/specstrings_undef.h.F5122947DDB7195D.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/specstrings_undef.h.F5122947DDB7195D.idx new file mode 100644 index 0000000..fd5a272 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/specstrings_undef.h.F5122947DDB7195D.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stat.h.6C83E070BDAA04AF.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stat.h.6C83E070BDAA04AF.idx new file mode 100644 index 0000000..5316526 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stat.h.6C83E070BDAA04AF.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdarg.h.A89956E3BB49B494.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdarg.h.A89956E3BB49B494.idx new file mode 100644 index 0000000..1428ffd Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdarg.h.A89956E3BB49B494.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stddef.h.CC1420C7A110B714.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stddef.h.CC1420C7A110B714.idx new file mode 100644 index 0000000..e83499a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stddef.h.CC1420C7A110B714.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdexcept.DA80D7A7693D68F5.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdexcept.DA80D7A7693D68F5.idx new file mode 100644 index 0000000..997c111 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdexcept.DA80D7A7693D68F5.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdint.h.307305876DFCB067.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdint.h.307305876DFCB067.idx new file mode 100644 index 0000000..256975f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdint.h.307305876DFCB067.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdint.h.BE63C8F277EF7737.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdint.h.BE63C8F277EF7737.idx new file mode 100644 index 0000000..aeaa68d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdint.h.BE63C8F277EF7737.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdio.h.0AFE106EF7DA73AD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdio.h.0AFE106EF7DA73AD.idx new file mode 100644 index 0000000..a8b8a65 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdio.h.0AFE106EF7DA73AD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdlib.h.242307CAE6307F0C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdlib.h.242307CAE6307F0C.idx new file mode 100644 index 0000000..20f3d95 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdlib.h.242307CAE6307F0C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stralign.h.4A3C9E1BDDB1E9AC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stralign.h.4A3C9E1BDDB1E9AC.idx new file mode 100644 index 0000000..692e1ff Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stralign.h.4A3C9E1BDDB1E9AC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/streambuf.81A12B7DB346EE99.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/streambuf.81A12B7DB346EE99.idx new file mode 100644 index 0000000..4d966e4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/streambuf.81A12B7DB346EE99.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/string.C0ED94BADB6A4347.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/string.C0ED94BADB6A4347.idx new file mode 100644 index 0000000..d58a1c3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/string.C0ED94BADB6A4347.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/string.h.80B975C7A5B43295.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/string.h.80B975C7A5B43295.idx new file mode 100644 index 0000000..7d3a014 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/string.h.80B975C7A5B43295.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stringapiset.h.FFF44BDA43E0C9F2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stringapiset.h.FFF44BDA43E0C9F2.idx new file mode 100644 index 0000000..1e73f40 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stringapiset.h.FFF44BDA43E0C9F2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/synchapi.h.AF2B540653DC37BB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/synchapi.h.AF2B540653DC37BB.idx new file mode 100644 index 0000000..c09bd15 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/synchapi.h.AF2B540653DC37BB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/sysinfoapi.h.8EFECAEFEC8EC0AB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/sysinfoapi.h.8EFECAEFEC8EC0AB.idx new file mode 100644 index 0000000..9789053 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/sysinfoapi.h.8EFECAEFEC8EC0AB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/system_error.E0253AE0D3D48A1E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/system_error.E0253AE0D3D48A1E.idx new file mode 100644 index 0000000..1468399 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/system_error.E0253AE0D3D48A1E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/systemtopologyapi.h.173142DD61A8AC52.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/systemtopologyapi.h.173142DD61A8AC52.idx new file mode 100644 index 0000000..7be6f9a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/systemtopologyapi.h.173142DD61A8AC52.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/thread.5489C0551A2C08A3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/thread.5489C0551A2C08A3.idx new file mode 100644 index 0000000..6ad9781 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/thread.5489C0551A2C08A3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/threadpoolapiset.h.8C64CC951877135B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/threadpoolapiset.h.8C64CC951877135B.idx new file mode 100644 index 0000000..4944620 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/threadpoolapiset.h.8C64CC951877135B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/threadpoollegacyapiset.h.D4D06671654980A6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/threadpoollegacyapiset.h.D4D06671654980A6.idx new file mode 100644 index 0000000..37ae8ff Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/threadpoollegacyapiset.h.D4D06671654980A6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/time.h.BD934124E637F1AD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/time.h.BD934124E637F1AD.idx new file mode 100644 index 0000000..ac2dc11 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/time.h.BD934124E637F1AD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/timeapi.h.B3C1CD236AC4364F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/timeapi.h.B3C1CD236AC4364F.idx new file mode 100644 index 0000000..df1ac73 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/timeapi.h.B3C1CD236AC4364F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/timezoneapi.h.8A879A85AE02053C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/timezoneapi.h.8A879A85AE02053C.idx new file mode 100644 index 0000000..0fb6263 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/timezoneapi.h.8A879A85AE02053C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/tuple.835B9DC05F8499BB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/tuple.835B9DC05F8499BB.idx new file mode 100644 index 0000000..039f808 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/tuple.835B9DC05F8499BB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/tvout.h.102BF21E96EDEA18.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/tvout.h.102BF21E96EDEA18.idx new file mode 100644 index 0000000..c1374a3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/tvout.h.102BF21E96EDEA18.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/type_traits.BB54D6B5E1BE58E8.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/type_traits.BB54D6B5E1BE58E8.idx new file mode 100644 index 0000000..b5079ab Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/type_traits.BB54D6B5E1BE58E8.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/typeinfo.FBE42D57AB0DDBB5.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/typeinfo.FBE42D57AB0DDBB5.idx new file mode 100644 index 0000000..26cfe0b Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/typeinfo.FBE42D57AB0DDBB5.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/types.h.F7AA6D6B9C5F4D29.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/types.h.F7AA6D6B9C5F4D29.idx new file mode 100644 index 0000000..3a0a38b Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/types.h.F7AA6D6B9C5F4D29.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/unordered_map.8F9F0297793F6DAD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/unordered_map.8F9F0297793F6DAD.idx new file mode 100644 index 0000000..73a2347 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/unordered_map.8F9F0297793F6DAD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/urlmon.h.AFF83825C4870D18.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/urlmon.h.AFF83825C4870D18.idx new file mode 100644 index 0000000..636a1a7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/urlmon.h.AFF83825C4870D18.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/use_ansi.h.A5B865D96B85A1ED.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/use_ansi.h.A5B865D96B85A1ED.idx new file mode 100644 index 0000000..ef2ef66 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/use_ansi.h.A5B865D96B85A1ED.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/utilapiset.h.DF997D80F577C1EF.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/utilapiset.h.DF997D80F577C1EF.idx new file mode 100644 index 0000000..116330d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/utilapiset.h.DF997D80F577C1EF.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/utility.3206EDF755E7800E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/utility.3206EDF755E7800E.idx new file mode 100644 index 0000000..34a34cc Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/utility.3206EDF755E7800E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vadefs.h.43F1938A6E9DC036.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vadefs.h.43F1938A6E9DC036.idx new file mode 100644 index 0000000..e958ec4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vadefs.h.43F1938A6E9DC036.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vadefs.h.4989D94A309C7DBE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vadefs.h.4989D94A309C7DBE.idx new file mode 100644 index 0000000..fc9588f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vadefs.h.4989D94A309C7DBE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/variant.EFB5044BC8CA8B9C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/variant.EFB5044BC8CA8B9C.idx new file mode 100644 index 0000000..5b2b736 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/variant.EFB5044BC8CA8B9C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime.h.8F14C2AE14E06CD3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime.h.8F14C2AE14E06CD3.idx new file mode 100644 index 0000000..9052c69 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime.h.8F14C2AE14E06CD3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_exception.h.947B26444F6F817C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_exception.h.947B26444F6F817C.idx new file mode 100644 index 0000000..4bf950f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_exception.h.947B26444F6F817C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_new.h.0E6E6C798CF8B4D1.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_new.h.0E6E6C798CF8B4D1.idx new file mode 100644 index 0000000..9a8ca4b Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_new.h.0E6E6C798CF8B4D1.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_new_debug.h.EEDDB2DCB4AEB2CB.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_new_debug.h.EEDDB2DCB4AEB2CB.idx new file mode 100644 index 0000000..41ccbe7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_new_debug.h.EEDDB2DCB4AEB2CB.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_startup.h.10CC67CAF3023231.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_startup.h.10CC67CAF3023231.idx new file mode 100644 index 0000000..5b7e1e5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_startup.h.10CC67CAF3023231.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_string.h.40494DE1B40090C0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_string.h.40494DE1B40090C0.idx new file mode 100644 index 0000000..1e28123 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_string.h.40494DE1B40090C0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_typeinfo.h.E87CB2A75F998036.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_typeinfo.h.E87CB2A75F998036.idx new file mode 100644 index 0000000..99cbefe Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_typeinfo.h.E87CB2A75F998036.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vector.5AD0C3F8C42C5107.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vector.5AD0C3F8C42C5107.idx new file mode 100644 index 0000000..9874027 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vector.5AD0C3F8C42C5107.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/verrsrc.h.84D100EC2B935758.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/verrsrc.h.84D100EC2B935758.idx new file mode 100644 index 0000000..92a870d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/verrsrc.h.84D100EC2B935758.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wchar.h.5C5777CA519933EA.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wchar.h.5C5777CA519933EA.idx new file mode 100644 index 0000000..820a8cd Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wchar.h.5C5777CA519933EA.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winapifamily.h.B04887FF84DF0CCE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winapifamily.h.B04887FF84DF0CCE.idx new file mode 100644 index 0000000..22d1b81 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winapifamily.h.B04887FF84DF0CCE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wincon.h.ED98AF718D25B350.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wincon.h.ED98AF718D25B350.idx new file mode 100644 index 0000000..5869c91 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wincon.h.ED98AF718D25B350.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wincontypes.h.E177D0BA55BDFB50.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wincontypes.h.E177D0BA55BDFB50.idx new file mode 100644 index 0000000..ae8fee2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wincontypes.h.E177D0BA55BDFB50.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wincrypt.h.0BE912C3A0F553B2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wincrypt.h.0BE912C3A0F553B2.idx new file mode 100644 index 0000000..5dc8ed5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wincrypt.h.0BE912C3A0F553B2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/windef.h.112B5190D00238BA.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/windef.h.112B5190D00238BA.idx new file mode 100644 index 0000000..de7de1a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/windef.h.112B5190D00238BA.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winefs.h.7157AC186B6DC926.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winefs.h.7157AC186B6DC926.idx new file mode 100644 index 0000000..ffba9b5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winefs.h.7157AC186B6DC926.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winerror.h.9F121CD1CA36693A.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winerror.h.9F121CD1CA36693A.idx new file mode 100644 index 0000000..30364fa Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winerror.h.9F121CD1CA36693A.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wingdi.h.BE887B29B8C10A50.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wingdi.h.BE887B29B8C10A50.idx new file mode 100644 index 0000000..81793b3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wingdi.h.BE887B29B8C10A50.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winioctl.h.F9C58A2DC8C1054F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winioctl.h.F9C58A2DC8C1054F.idx new file mode 100644 index 0000000..c18b887 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winioctl.h.F9C58A2DC8C1054F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winnetwk.h.C3758405EF7CADD6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winnetwk.h.C3758405EF7CADD6.idx new file mode 100644 index 0000000..e95ca5f Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winnetwk.h.C3758405EF7CADD6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winnt.h.237022FF9D9E133F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winnt.h.237022FF9D9E133F.idx new file mode 100644 index 0000000..7a7976d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winnt.h.237022FF9D9E133F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winpackagefamily.h.1448CCC4BE2A4D49.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winpackagefamily.h.1448CCC4BE2A4D49.idx new file mode 100644 index 0000000..6116ccf Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winpackagefamily.h.1448CCC4BE2A4D49.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winperf.h.070001BE0DAE5E46.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winperf.h.070001BE0DAE5E46.idx new file mode 100644 index 0000000..0aea272 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winperf.h.070001BE0DAE5E46.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winreg.h.A38A960C1BB27035.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winreg.h.A38A960C1BB27035.idx new file mode 100644 index 0000000..ef1f7a6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winreg.h.A38A960C1BB27035.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winscard.h.F0C2C1A973A39372.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winscard.h.F0C2C1A973A39372.idx new file mode 100644 index 0000000..5ebd9fc Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winscard.h.F0C2C1A973A39372.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winsmcrd.h.498FF739D47BD8A7.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winsmcrd.h.498FF739D47BD8A7.idx new file mode 100644 index 0000000..88a3fc6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winsmcrd.h.498FF739D47BD8A7.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winsock.h.B9AFEA347869771B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winsock.h.B9AFEA347869771B.idx new file mode 100644 index 0000000..c3d5b14 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winsock.h.B9AFEA347869771B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winspool.h.6C7C226BD51016CF.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winspool.h.6C7C226BD51016CF.idx new file mode 100644 index 0000000..8ddbc16 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winspool.h.6C7C226BD51016CF.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winsvc.h.2F3F1058E7DA062B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winsvc.h.2F3F1058E7DA062B.idx new file mode 100644 index 0000000..3a4b5e1 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winsvc.h.2F3F1058E7DA062B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winver.h.697D79F8435886A3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winver.h.697D79F8435886A3.idx new file mode 100644 index 0000000..c338035 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/winver.h.697D79F8435886A3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wnnc.h.9533C93FE74303B3.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wnnc.h.9533C93FE74303B3.idx new file mode 100644 index 0000000..bbb90eb Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wnnc.h.9533C93FE74303B3.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wow64apiset.h.A7B1119C62B328FD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wow64apiset.h.A7B1119C62B328FD.idx new file mode 100644 index 0000000..cce7474 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wow64apiset.h.A7B1119C62B328FD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wtypes.h.23F806550627E387.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wtypes.h.23F806550627E387.idx new file mode 100644 index 0000000..0c1d679 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wtypes.h.23F806550627E387.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/x86gprintrin.h.43D0A80D5DFE7E50.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/x86gprintrin.h.43D0A80D5DFE7E50.idx new file mode 100644 index 0000000..b2fd563 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/x86gprintrin.h.43D0A80D5DFE7E50.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/x86intrin.h.DA946F68A3A1CA69.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/x86intrin.h.DA946F68A3A1CA69.idx new file mode 100644 index 0000000..f31b438 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/x86intrin.h.DA946F68A3A1CA69.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xatomic.h.34AF68A44C0E50AA.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xatomic.h.34AF68A44C0E50AA.idx new file mode 100644 index 0000000..1b4db9c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xatomic.h.34AF68A44C0E50AA.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xbit_ops.h.6EF436CDCA38B237.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xbit_ops.h.6EF436CDCA38B237.idx new file mode 100644 index 0000000..892aff7 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xbit_ops.h.6EF436CDCA38B237.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xcall_once.h.D6B593CFDD6DED59.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xcall_once.h.D6B593CFDD6DED59.idx new file mode 100644 index 0000000..9983241 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xcall_once.h.D6B593CFDD6DED59.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xerrc.h.2B893773E6CC322F.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xerrc.h.2B893773E6CC322F.idx new file mode 100644 index 0000000..6a53726 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xerrc.h.2B893773E6CC322F.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xfacet.4C3D5F700370020E.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xfacet.4C3D5F700370020E.idx new file mode 100644 index 0000000..257ac9e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xfacet.4C3D5F700370020E.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xhash.F6807E3C93D4F3DE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xhash.F6807E3C93D4F3DE.idx new file mode 100644 index 0000000..18a78d8 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xhash.F6807E3C93D4F3DE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xiosbase.B9219D783072DCF2.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xiosbase.B9219D783072DCF2.idx new file mode 100644 index 0000000..c10386b Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xiosbase.B9219D783072DCF2.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xkeycheck.h.A2BA3884297A39ED.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xkeycheck.h.A2BA3884297A39ED.idx new file mode 100644 index 0000000..41611f2 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xkeycheck.h.A2BA3884297A39ED.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocale.A600F986E38448CD.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocale.A600F986E38448CD.idx new file mode 100644 index 0000000..d8fa30d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocale.A600F986E38448CD.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocinfo.C63D6F9D9F1BF836.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocinfo.C63D6F9D9F1BF836.idx new file mode 100644 index 0000000..e89a216 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocinfo.C63D6F9D9F1BF836.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocinfo.h.E9241197191D3934.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocinfo.h.E9241197191D3934.idx new file mode 100644 index 0000000..95fb0d8 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocinfo.h.E9241197191D3934.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocnum.FC7EDB70748AF70C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocnum.FC7EDB70748AF70C.idx new file mode 100644 index 0000000..a530c8a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocnum.FC7EDB70748AF70C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xmemory.BE1646D0522D20FC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xmemory.BE1646D0522D20FC.idx new file mode 100644 index 0000000..33c1a15 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xmemory.BE1646D0522D20FC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xmmintrin.h.B5C93599FD5918C6.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xmmintrin.h.B5C93599FD5918C6.idx new file mode 100644 index 0000000..b4d5b05 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xmmintrin.h.B5C93599FD5918C6.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xnode_handle.h.890D056FB6A2F30C.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xnode_handle.h.890D056FB6A2F30C.idx new file mode 100644 index 0000000..180b275 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xnode_handle.h.890D056FB6A2F30C.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xpolymorphic_allocator.h.EA484338C70821BE.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xpolymorphic_allocator.h.EA484338C70821BE.idx new file mode 100644 index 0000000..788de20 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xpolymorphic_allocator.h.EA484338C70821BE.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xsaveintrin.h.7273A632403F0155.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xsaveintrin.h.7273A632403F0155.idx new file mode 100644 index 0000000..bcc3e99 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xsaveintrin.h.7273A632403F0155.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xsmf_control.h.2980433C00779563.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xsmf_control.h.2980433C00779563.idx new file mode 100644 index 0000000..869c949 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xsmf_control.h.2980433C00779563.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xstddef.216791F14387FEB0.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xstddef.216791F14387FEB0.idx new file mode 100644 index 0000000..e2832ec Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xstddef.216791F14387FEB0.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xstring.987366220E5A6065.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xstring.987366220E5A6065.idx new file mode 100644 index 0000000..411d08c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xstring.987366220E5A6065.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xthreads.h.0D40FFD4B798F350.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xthreads.h.0D40FFD4B798F350.idx new file mode 100644 index 0000000..cede3e6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xthreads.h.0D40FFD4B798F350.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xtimec.h.F6F45CC7A4DFA18B.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xtimec.h.F6F45CC7A4DFA18B.idx new file mode 100644 index 0000000..dc3198d Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xtimec.h.F6F45CC7A4DFA18B.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xtr1common.A08BA0ACBEA149F1.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xtr1common.A08BA0ACBEA149F1.idx new file mode 100644 index 0000000..a788540 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xtr1common.A08BA0ACBEA149F1.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xtree.84D0902E8281DA36.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xtree.84D0902E8281DA36.idx new file mode 100644 index 0000000..d8253c5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xtree.84D0902E8281DA36.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xutility.3B4300AE0F3B8E90.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xutility.3B4300AE0F3B8E90.idx new file mode 100644 index 0000000..a401a00 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xutility.3B4300AE0F3B8E90.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/yvals.h.EA64A904FD54FF71.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/yvals.h.EA64A904FD54FF71.idx new file mode 100644 index 0000000..7e6251a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/yvals.h.EA64A904FD54FF71.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/yvals_core.h.EA6F5D5B0D9FE6DC.idx b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/yvals_core.h.EA6F5D5B0D9FE6DC.idx new file mode 100644 index 0000000..fc6961c Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/yvals_core.h.EA6F5D5B0D9FE6DC.idx differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/compile_commands.json b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/compile_commands.json new file mode 100644 index 0000000..1834578 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd/compile_commands.json @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-MD","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release\\release","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\apps\\crc16\\crc.cpp"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/apps/crc16/crc.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-MD","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release\\release","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\apps\\icd\\app_icd.cpp"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/apps/icd/app_icd.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-MD","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release\\release","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\drivers\\log\\logHandler.cpp"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/drivers/log/logHandler.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-MD","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release\\release","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\drivers\\spi\\drv_spi.cpp"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/drivers/spi/drv_spi.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-MD","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release\\release","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\drivers\\uart\\drv_uart.cpp"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/drivers/uart/drv_uart.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-MD","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release\\release","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\main.cpp"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-MD","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release\\release","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\mainwindow.cpp"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/mainwindow.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-MD","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release\\release","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\libs\\CH347DLL.H"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/libs/CH347DLL.H"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-MD","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release\\release","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\apps\\crc16\\crc.h"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/apps/crc16/crc.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-MD","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release\\release","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\apps\\icd\\app_icd.h"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/apps/icd/app_icd.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-MD","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release\\release","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\drivers\\log\\logHandler.h"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/drivers/log/logHandler.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-MD","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release\\release","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\drivers\\spi\\drv_spi.h"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/drivers/spi/drv_spi.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-MD","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release\\release","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\drivers\\uart\\drv_uart.h"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/drivers/uart/drv_uart.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-MD","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release\\release","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\libs\\Common.h"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/libs/Common.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-MD","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release\\release","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\libs\\SpiApi.h"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/libs/SpiApi.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-MD","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release\\release","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\mainwindow.h"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/mainwindow.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-Zc:referenceBinding","-Zc:__cplusplus","-MD","-clang:-std=c++17","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.29","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_WIDGETS_LIB","-DQT_GUI_LIB","-DQT_CORE_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-IE:\\Qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713","-ID:\\23_SP713\\02_CODE\\SP713\\libs","-IE:\\Qt\\5.15.2\\msvc2019_64\\include","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtWidgets","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtGui","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtANGLE","-IE:\\Qt\\5.15.2\\msvc2019_64\\include\\QtCore","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release\\release","-ID:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release","-IE:\\Qt\\5.15.2\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:E:\\Qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\18\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\ATLMFC\\include","/clang:-isystem","/clang:E:\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\include\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\23_SP713\\02_CODE\\SP713\\build\\Desktop_Qt_5_15_2_MSVC2019_64bit-Release\\ui_mainwindow.h"],"directory":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/ui_mainwindow.h"}] \ No newline at end of file diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/Makefile b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/Makefile new file mode 100644 index 0000000..ebdc2d4 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/Makefile @@ -0,0 +1,564 @@ +############################################################################# +# Makefile for building: SP713 +# Generated by qmake (3.1) (Qt 5.15.2) +# Project: ..\..\SP713.pro +# Template: app +# Command: E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe -o Makefile ..\..\SP713.pro -spec win32-msvc "CONFIG+=qtquickcompiler" +############################################################################# + +MAKEFILE = Makefile + +EQ = = + +first: release +install: release-install +uninstall: release-uninstall +QMAKE = E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe +DEL_FILE = del +CHK_DIR_EXISTS= if not exist +MKDIR = mkdir +COPY = copy /y +COPY_FILE = copy /y +COPY_DIR = xcopy /s /q /y /i +INSTALL_FILE = copy /y +INSTALL_PROGRAM = copy /y +INSTALL_DIR = xcopy /s /q /y /i +QINSTALL = E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe -install qinstall +QINSTALL_PROGRAM = E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe -install qinstall -exe +DEL_FILE = del +SYMLINK = $(QMAKE) -install ln -f -s +DEL_DIR = rmdir +MOVE = move +IDC = idc +IDL = midl +ZIP = zip -r -9 +DEF_FILE = +RES_FILE = SP713_resource.res +SED = $(QMAKE) -install sed +MOVE = move +SUBTARGETS = \ + release \ + debug + + +release: $(MAKEFILE) FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release +release-make_first: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release +release-all: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release all +release-clean: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release clean +release-distclean: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release distclean +release-install: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release install +release-uninstall: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release uninstall +debug: $(MAKEFILE) FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug +debug-make_first: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug +debug-all: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug all +debug-clean: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug clean +debug-distclean: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug distclean +debug-install: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug install +debug-uninstall: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug uninstall + +Makefile: ..\..\SP713.pro E:\Qt\5.15.2\msvc2019_64\mkspecs\win32-msvc\qmake.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\spec_pre.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\common\angle.conf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\common\windows-desktop.conf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\windows_vulkan_sdk.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\common\windows-vulkan.conf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\common\msvc-desktop.conf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\qconfig.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3danimation.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3danimation_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dcore.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dcore_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dextras.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dextras_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dinput.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dinput_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dlogic.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dlogic_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquick.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquick_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickanimation.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickanimation_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickextras.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickextras_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickinput.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickinput_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickrender.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickrender_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickscene2d.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickscene2d_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3drender.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3drender_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_accessibility_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axbase.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axbase_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axcontainer.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axcontainer_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axserver.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axserver_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bluetooth.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bluetooth_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bodymovin_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bootstrap_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_charts.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_charts_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_concurrent.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_concurrent_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_core.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_core_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_datavisualization.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_datavisualization_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_dbus.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_dbus_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designer.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designer_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designercomponents_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_edid_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_egl_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_fb_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_fontdatabase_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gamepad.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gamepad_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gui.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gui_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_help.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_help_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttracker.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttracker_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttrackerqml.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttrackerqml_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_location.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_location_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimedia.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimedia_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_network.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_network_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_networkauth.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_networkauth_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_nfc.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_nfc_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_opengl.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_opengl_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_openglextensions.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_openglextensions_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_packetprotocol_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_platformcompositor_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioning.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioning_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioningquick.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioningquick_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_printsupport.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_printsupport_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_purchasing.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_purchasing_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qml.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qml_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmldebug_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmldevtools_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmltest.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmltest_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3d.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3d_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3drender.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3drender_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickparticles_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickshapes_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_repparser.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_repparser_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_script.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_script_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scripttools.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scripttools_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scxml.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scxml_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sensors.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sensors_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialbus.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialbus_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialport.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialport_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sql.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sql_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_svg.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_svg_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_testlib.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_testlib_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_texttospeech.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_texttospeech_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_theme_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uiplugin.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uitools.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uitools_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_virtualkeyboard.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_virtualkeyboard_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_vulkan_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webchannel.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webchannel_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webengine.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webengine_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecore.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecore_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecoreheaders_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_websockets.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_websockets_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webview.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webview_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_widgets.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_widgets_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_windowsuiautomation_support_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_winextras.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_winextras_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xml.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xml_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xmlpatterns.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xmlpatterns_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_zlib_private.pri \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt_functions.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt_config.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\win32-msvc\qmake.conf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\spec_post.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exclusive_builds.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\common\msvc-version.conf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\toolchain.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\default_pre.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\default_pre.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resolve_config.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exclusive_builds_post.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\default_post.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qtquickcompiler.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\precompile_header.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\warn_on.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resources_functions.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resources.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\moc.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\opengl.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\uic.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qmake_use.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\file_copies.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\windows.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\testcase_targets.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exceptions.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\yacc.prf \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\lex.prf \ + ..\..\SP713.pro \ + E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgets.prl \ + E:\Qt\5.15.2\msvc2019_64\lib\Qt5Gui.prl \ + E:\Qt\5.15.2\msvc2019_64\lib\Qt5Core.prl \ + E:\Qt\5.15.2\msvc2019_64\lib\qtmain.prl \ + .qmake.stash \ + E:\Qt\5.15.2\msvc2019_64\mkspecs\features\build_pass.prf \ + E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgetsd.prl \ + E:\Qt\5.15.2\msvc2019_64\lib\Qt5Guid.prl \ + E:\Qt\5.15.2\msvc2019_64\lib\Qt5Cored.prl \ + E:\Qt\5.15.2\msvc2019_64\lib\qtmaind.prl + $(QMAKE) -o Makefile ..\..\SP713.pro -spec win32-msvc "CONFIG+=qtquickcompiler" +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\spec_pre.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\common\angle.conf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\common\windows-desktop.conf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\windows_vulkan_sdk.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\common\windows-vulkan.conf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\common\msvc-desktop.conf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\qconfig.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3danimation.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3danimation_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dcore.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dcore_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dextras.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dextras_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dinput.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dinput_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dlogic.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dlogic_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquick.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquick_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickanimation.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickanimation_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickextras.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickextras_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickinput.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickinput_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickrender.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickrender_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickscene2d.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickscene2d_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3drender.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3drender_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_accessibility_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axbase.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axbase_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axcontainer.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axcontainer_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axserver.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axserver_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bluetooth.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bluetooth_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bodymovin_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bootstrap_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_charts.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_charts_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_concurrent.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_concurrent_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_core.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_core_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_datavisualization.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_datavisualization_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_dbus.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_dbus_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designer.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designer_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designercomponents_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_edid_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_egl_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_fb_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_fontdatabase_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gamepad.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gamepad_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gui.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gui_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_help.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_help_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttracker.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttracker_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttrackerqml.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttrackerqml_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_location.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_location_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimedia.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimedia_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_network.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_network_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_networkauth.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_networkauth_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_nfc.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_nfc_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_opengl.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_opengl_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_openglextensions.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_openglextensions_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_packetprotocol_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_platformcompositor_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioning.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioning_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioningquick.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioningquick_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_printsupport.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_printsupport_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_purchasing.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_purchasing_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qml.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qml_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmldebug_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmldevtools_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmltest.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmltest_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3d.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3d_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3drender.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3drender_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickparticles_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickshapes_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_repparser.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_repparser_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_script.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_script_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scripttools.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scripttools_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scxml.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scxml_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sensors.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sensors_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialbus.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialbus_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialport.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialport_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sql.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sql_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_svg.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_svg_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_testlib.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_testlib_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_texttospeech.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_texttospeech_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_theme_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uiplugin.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uitools.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uitools_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_virtualkeyboard.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_virtualkeyboard_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_vulkan_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webchannel.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webchannel_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webengine.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webengine_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecore.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecore_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecoreheaders_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_websockets.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_websockets_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webview.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webview_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_widgets.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_widgets_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_windowsuiautomation_support_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_winextras.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_winextras_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xml.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xml_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xmlpatterns.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xmlpatterns_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_zlib_private.pri: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt_functions.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt_config.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\win32-msvc\qmake.conf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\spec_post.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exclusive_builds.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\common\msvc-version.conf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\toolchain.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\default_pre.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\default_pre.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resolve_config.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exclusive_builds_post.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\default_post.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qtquickcompiler.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\precompile_header.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\warn_on.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resources_functions.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resources.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\moc.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\opengl.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\uic.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qmake_use.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\file_copies.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\windows.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\testcase_targets.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exceptions.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\yacc.prf: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\lex.prf: +..\..\SP713.pro: +E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgets.prl: +E:\Qt\5.15.2\msvc2019_64\lib\Qt5Gui.prl: +E:\Qt\5.15.2\msvc2019_64\lib\Qt5Core.prl: +E:\Qt\5.15.2\msvc2019_64\lib\qtmain.prl: +.qmake.stash: +E:\Qt\5.15.2\msvc2019_64\mkspecs\features\build_pass.prf: +E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgetsd.prl: +E:\Qt\5.15.2\msvc2019_64\lib\Qt5Guid.prl: +E:\Qt\5.15.2\msvc2019_64\lib\Qt5Cored.prl: +E:\Qt\5.15.2\msvc2019_64\lib\qtmaind.prl: +qmake: FORCE + @$(QMAKE) -o Makefile ..\..\SP713.pro -spec win32-msvc "CONFIG+=qtquickcompiler" + +qmake_all: FORCE + +make_first: release-make_first debug-make_first FORCE +all: release-all debug-all FORCE +clean: release-clean debug-clean FORCE +distclean: release-distclean debug-distclean FORCE + -$(DEL_FILE) Makefile + -$(DEL_FILE) .qmake.stash + +release-mocclean: + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release mocclean +debug-mocclean: + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug mocclean +mocclean: release-mocclean debug-mocclean + +release-mocables: + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release mocables +debug-mocables: + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug mocables +mocables: release-mocables debug-mocables + +check: first + +benchmark: first +FORCE: + +$(MAKEFILE).Release: Makefile +$(MAKEFILE).Debug: Makefile diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/Makefile.Debug b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/Makefile.Debug new file mode 100644 index 0000000..816c0e4 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/Makefile.Debug @@ -0,0 +1,1713 @@ +############################################################################# +# Makefile for building: SP713 +# Generated by qmake (3.1) (Qt 5.15.2) +# Project: ..\..\SP713.pro +# Template: app +############################################################################# + +MAKEFILE = Makefile.Debug + +EQ = = + +####### Compiler, tools and options + +CC = cl +CXX = cl +DEFINES = -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB +CFLAGS = -nologo -Zc:wchar_t -FS -Zc:strictStrings -Zi -MDd -W3 -w44456 -w44457 -w44458 /Fddebug\SP713.vc.pdb $(DEFINES) +CXXFLAGS = -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -std:c++17 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\SP713.vc.pdb $(DEFINES) +INCPATH = -I..\..\..\SP713 -I. -I..\..\libs -I..\..\libs -IE:\Qt\5.15.2\msvc2019_64\include -IE:\Qt\5.15.2\msvc2019_64\include\QtWidgets -IE:\Qt\5.15.2\msvc2019_64\include\QtGui -IE:\Qt\5.15.2\msvc2019_64\include\QtANGLE -IE:\Qt\5.15.2\msvc2019_64\include\QtCore -Idebug -I. -I/include -IE:\Qt\5.15.2\msvc2019_64\mkspecs\win32-msvc +LINKER = link +LFLAGS = /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" +LIBS = /LIBPATH:D:\23_SP713\02_CODE\SP713\libs D:\23_SP713\02_CODE\SP713\libs\CH347DLLA64.lib D:\23_SP713\02_CODE\SP713\libs\CH347DLLA64.LIB D:\23_SP713\02_CODE\SP713\libs\CH347Handler.lib D:\23_SP713\02_CODE\SP713\libs\CH347Handler.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgetsd.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Guid.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Cored.lib debug\SP713_resource.res E:\Qt\5.15.2\msvc2019_64\lib\qtmaind.lib /LIBPATH:C:\openssl\lib /LIBPATH:C:\Utils\my_sql\mysql-5.7.25-winx64\lib /LIBPATH:C:\Utils\postgresql\pgsql\lib shell32.lib +QMAKE = E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe +DEL_FILE = del +CHK_DIR_EXISTS= if not exist +MKDIR = mkdir +COPY = copy /y +COPY_FILE = copy /y +COPY_DIR = xcopy /s /q /y /i +INSTALL_FILE = copy /y +INSTALL_PROGRAM = copy /y +INSTALL_DIR = xcopy /s /q /y /i +QINSTALL = E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe -install qinstall +QINSTALL_PROGRAM = E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe -install qinstall -exe +DEL_FILE = del +SYMLINK = $(QMAKE) -install ln -f -s +DEL_DIR = rmdir +MOVE = move +IDC = idc +IDL = midl +ZIP = zip -r -9 +DEF_FILE = +RES_FILE = debug\SP713_resource.res +SED = $(QMAKE) -install sed +MOVE = move + +####### Output directory + +OBJECTS_DIR = debug + +####### Files + +SOURCES = ..\..\apps\crc16\crc.cpp \ + ..\..\apps\icd\app_icd.cpp \ + ..\..\drivers\log\logHandler.cpp \ + ..\..\drivers\spi\drv_spi.cpp \ + ..\..\drivers\uart\drv_uart.cpp \ + ..\..\main.cpp \ + ..\..\mainwindow.cpp debug\moc_app_icd.cpp \ + debug\moc_logHandler.cpp \ + debug\moc_drv_spi.cpp \ + debug\moc_drv_uart.cpp \ + debug\moc_mainwindow.cpp +OBJECTS = debug\crc.obj \ + debug\app_icd.obj \ + debug\logHandler.obj \ + debug\drv_spi.obj \ + debug\drv_uart.obj \ + debug\main.obj \ + debug\mainwindow.obj \ + debug\moc_app_icd.obj \ + debug\moc_logHandler.obj \ + debug\moc_drv_spi.obj \ + debug\moc_drv_uart.obj \ + debug\moc_mainwindow.obj + +DIST = ..\..\apps\crc16\crc.h \ + ..\..\apps\icd\app_icd.h \ + ..\..\drivers\log\logHandler.h \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\drivers\uart\drv_uart.h \ + ..\..\libs\CH347DLL.H \ + ..\..\libs\Common.h \ + ..\..\libs\SpiApi.h \ + ..\..\mainwindow.h ..\..\apps\crc16\crc.cpp \ + ..\..\apps\icd\app_icd.cpp \ + ..\..\drivers\log\logHandler.cpp \ + ..\..\drivers\spi\drv_spi.cpp \ + ..\..\drivers\uart\drv_uart.cpp \ + ..\..\main.cpp \ + ..\..\mainwindow.cpp +QMAKE_TARGET = SP713 +DESTDIR = debug\ #avoid trailing-slash linebreak +TARGET = SP713.exe +DESTDIR_TARGET = debug\SP713.exe + +####### Implicit rules + +.SUFFIXES: .c .cpp .cc .cxx + +{..\..\drivers\spi}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\spi}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\spi}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\spi}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\log}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\log}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\log}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\log}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{debug}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{debug}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{debug}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{debug}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\apps\crc16}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\apps\crc16}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\apps\crc16}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\apps\crc16}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\uart}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\uart}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\uart}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\drivers\uart}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{.}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{.}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{.}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{.}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\apps\icd}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\apps\icd}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\apps\icd}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\apps\icd}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +####### Build rules + +first: all +all: Makefile.Debug debug\SP713.exe + +debug\SP713.exe: E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgetsd.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Guid.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Cored.lib E:\Qt\5.15.2\msvc2019_64\lib\qtmaind.lib ui_mainwindow.h $(OBJECTS) debug\SP713_resource.res + $(LINKER) $(LFLAGS) /MANIFEST:embed /OUT:$(DESTDIR_TARGET) @<< +debug\crc.obj debug\app_icd.obj debug\logHandler.obj debug\drv_spi.obj debug\drv_uart.obj debug\main.obj debug\mainwindow.obj debug\moc_app_icd.obj debug\moc_logHandler.obj debug\moc_drv_spi.obj debug\moc_drv_uart.obj debug\moc_mainwindow.obj +$(LIBS) +<< + +debug\SP713_resource.res: SP713_resource.rc + rc /NOLOGO -D_DEBUG $(DEFINES) -fo debug\SP713_resource.res SP713_resource.rc + +qmake: FORCE + @$(QMAKE) -o Makefile.Debug ..\..\SP713.pro -spec win32-msvc "CONFIG+=qtquickcompiler" + +qmake_all: FORCE + +dist: + $(ZIP) SP713.zip $(SOURCES) $(DIST) ..\..\SP713.pro E:\Qt\5.15.2\msvc2019_64\mkspecs\features\spec_pre.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\angle.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\windows-desktop.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\windows_vulkan_sdk.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\windows-vulkan.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\msvc-desktop.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\qconfig.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3danimation.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3danimation_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dcore.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dcore_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dextras.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dextras_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dinput.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dinput_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dlogic.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dlogic_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquick.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquick_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickanimation.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickanimation_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickextras.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickextras_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickinput.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickinput_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickrender.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickrender_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickscene2d.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickscene2d_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3drender.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3drender_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_accessibility_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axbase.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axbase_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axcontainer.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axcontainer_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axserver.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axserver_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bluetooth.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bluetooth_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bodymovin_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bootstrap_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_charts.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_charts_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_concurrent.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_concurrent_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_core.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_core_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_datavisualization.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_datavisualization_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_dbus.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_dbus_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designer.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designer_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designercomponents_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_edid_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_egl_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_fb_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_fontdatabase_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gamepad.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gamepad_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gui.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gui_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_help.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_help_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttracker.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttracker_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttrackerqml.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttrackerqml_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_location.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_location_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimedia.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimedia_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_network.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_network_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_networkauth.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_networkauth_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_nfc.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_nfc_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_opengl.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_opengl_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_openglextensions.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_openglextensions_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_packetprotocol_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_platformcompositor_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioning.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioning_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioningquick.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioningquick_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_printsupport.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_printsupport_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_purchasing.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_purchasing_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qml.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qml_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmldebug_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmldevtools_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmltest.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmltest_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3d.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3d_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3drender.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3drender_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickparticles_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickshapes_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_repparser.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_repparser_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_script.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_script_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scripttools.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scripttools_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scxml.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scxml_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sensors.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sensors_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialbus.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialbus_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialport.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialport_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sql.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sql_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_svg.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_svg_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_testlib.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_testlib_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_texttospeech.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_texttospeech_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_theme_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uiplugin.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uitools.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uitools_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_virtualkeyboard.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_virtualkeyboard_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_vulkan_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webchannel.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webchannel_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webengine.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webengine_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecore.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecore_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecoreheaders_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_websockets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_websockets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webview.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webview_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_widgets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_widgets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_windowsuiautomation_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_winextras.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_winextras_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xml.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xml_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xmlpatterns.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xmlpatterns_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_zlib_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt_functions.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt_config.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\win32-msvc\qmake.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\spec_post.prf .qmake.stash E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exclusive_builds.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\msvc-version.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\toolchain.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\default_pre.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\default_pre.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resolve_config.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exclusive_builds_post.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\default_post.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\build_pass.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qtquickcompiler.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\precompile_header.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\warn_on.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resources_functions.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resources.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\moc.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\opengl.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\uic.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qmake_use.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\file_copies.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\windows.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\testcase_targets.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exceptions.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\yacc.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\lex.prf ..\..\SP713.pro E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgetsd.prl E:\Qt\5.15.2\msvc2019_64\lib\Qt5Guid.prl E:\Qt\5.15.2\msvc2019_64\lib\Qt5Cored.prl E:\Qt\5.15.2\msvc2019_64\lib\qtmaind.prl E:\Qt\5.15.2\msvc2019_64\mkspecs\features\data\dummy.cpp ..\..\apps\crc16\crc.h ..\..\apps\icd\app_icd.h ..\..\drivers\log\logHandler.h ..\..\drivers\spi\drv_spi.h ..\..\drivers\uart\drv_uart.h ..\..\libs\CH347DLL.H ..\..\libs\Common.h ..\..\libs\SpiApi.h ..\..\mainwindow.h ..\..\apps\crc16\crc.cpp ..\..\apps\icd\app_icd.cpp ..\..\drivers\log\logHandler.cpp ..\..\drivers\spi\drv_spi.cpp ..\..\drivers\uart\drv_uart.cpp ..\..\main.cpp ..\..\mainwindow.cpp ..\..\mainwindow.ui + +clean: compiler_clean + -$(DEL_FILE) debug\crc.obj debug\app_icd.obj debug\logHandler.obj debug\drv_spi.obj debug\drv_uart.obj debug\main.obj debug\mainwindow.obj debug\moc_app_icd.obj debug\moc_logHandler.obj debug\moc_drv_spi.obj debug\moc_drv_uart.obj debug\moc_mainwindow.obj + -$(DEL_FILE) debug\SP713.vc.pdb debug\SP713.ilk debug\SP713.idb + -$(DEL_FILE) debug\SP713_resource.res + +distclean: clean + -$(DEL_FILE) .qmake.stash debug\SP713.pdb + -$(DEL_FILE) $(DESTDIR_TARGET) + -$(DEL_FILE) Makefile.Debug + +mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean + +mocables: compiler_moc_header_make_all compiler_moc_objc_header_make_all compiler_moc_source_make_all + +check: first + +benchmark: first + +compiler_no_pch_compiler_make_all: +compiler_no_pch_compiler_clean: +compiler_rcc_make_all: +compiler_rcc_clean: +compiler_moc_predefs_make_all: debug\moc_predefs.h +compiler_moc_predefs_clean: + -$(DEL_FILE) debug\moc_predefs.h +debug\moc_predefs.h: E:\Qt\5.15.2\msvc2019_64\mkspecs\features\data\dummy.cpp + cl -BxE:\Qt\5.15.2\msvc2019_64\bin\qmake.exe -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -std:c++17 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E E:\Qt\5.15.2\msvc2019_64\mkspecs\features\data\dummy.cpp 2>NUL >debug\moc_predefs.h + +compiler_moc_header_make_all: debug\moc_app_icd.cpp debug\moc_logHandler.cpp debug\moc_drv_spi.cpp debug\moc_drv_uart.cpp debug\moc_mainwindow.cpp +compiler_moc_header_clean: + -$(DEL_FILE) debug\moc_app_icd.cpp debug\moc_logHandler.cpp debug\moc_drv_spi.cpp debug\moc_drv_uart.cpp debug\moc_mainwindow.cpp +debug\moc_app_icd.cpp: ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + ..\..\drivers\uart\drv_uart.h \ + debug\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/debug/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\apps\icd\app_icd.h -o debug\moc_app_icd.cpp + +debug\moc_logHandler.cpp: ..\..\drivers\log\logHandler.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QPlainTextEdit \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qplaintextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qframe.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextdocument.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextoption.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpen.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qabstracttextdocumentlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qglyphrun.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrawfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontdatabase.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMutex \ + debug\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/debug/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\drivers\log\logHandler.h -o debug\moc_logHandler.cpp + +debug\moc_drv_spi.cpp: ..\..\drivers\spi\drv_spi.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\libs\CH347DLL.H \ + debug\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/debug/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\drivers\spi\drv_spi.h -o debug\moc_drv_spi.cpp + +debug\moc_drv_uart.cpp: ..\..\drivers\uart\drv_uart.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\libs\CH347DLL.H \ + debug\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/debug/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\drivers\uart\drv_uart.h -o debug\moc_drv_uart.cpp + +debug\moc_mainwindow.cpp: ..\..\mainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QVector \ + ..\..\libs\SpiApi.h \ + ..\..\libs\Common.h \ + ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\uart\drv_uart.h \ + debug\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/debug/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\mainwindow.h -o debug\moc_mainwindow.cpp + +compiler_moc_objc_header_make_all: +compiler_moc_objc_header_clean: +compiler_moc_source_make_all: +compiler_moc_source_clean: +compiler_uic_make_all: ui_mainwindow.h +compiler_uic_clean: + -$(DEL_FILE) ui_mainwindow.h +ui_mainwindow.h: ..\..\mainwindow.ui \ + E:\Qt\5.15.2\msvc2019_64\bin\uic.exe + E:\Qt\5.15.2\msvc2019_64\bin\uic.exe ..\..\mainwindow.ui -o ui_mainwindow.h + +compiler_yacc_decl_make_all: +compiler_yacc_decl_clean: +compiler_yacc_impl_make_all: +compiler_yacc_impl_clean: +compiler_lex_make_all: +compiler_lex_clean: +compiler_clean: compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean + + + +####### Compile + +debug\crc.obj: ..\..\apps\crc16\crc.cpp ..\..\apps\crc16\crc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QByteArray \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h + +debug\app_icd.obj: ..\..\apps\icd\app_icd.cpp ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + ..\..\drivers\uart\drv_uart.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDebug \ + ..\..\apps\crc16\crc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QByteArray \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDateTime \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatetime.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QFile + +debug\logHandler.obj: ..\..\drivers\log\logHandler.cpp ..\..\drivers\log\LogHandler.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QPlainTextEdit \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qplaintextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qframe.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextdocument.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextoption.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpen.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qabstracttextdocumentlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qglyphrun.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrawfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontdatabase.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMutex \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDateTime \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatetime.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMetaObject + +debug\drv_spi.obj: ..\..\drivers\spi\drv_spi.cpp ..\..\drivers\spi\drv_spi.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDebug + +debug\drv_uart.obj: ..\..\drivers\uart\drv_uart.cpp ..\..\drivers\uart\drv_uart.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDateTime \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatetime.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDebug \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QThread \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qthread.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdeadlinetimer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qelapsedtimer.h + +debug\main.obj: ..\..\main.cpp ..\..\mainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QVector \ + ..\..\libs\SpiApi.h \ + ..\..\libs\Common.h \ + ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\uart\drv_uart.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QApplication \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qapplication.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreapplication.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qeventloop.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qdesktopwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qguiapplication.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qinputmethod.h + +debug\mainwindow.obj: ..\..\mainwindow.cpp ..\..\mainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QVector \ + ..\..\libs\SpiApi.h \ + ..\..\libs\Common.h \ + ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\uart\drv_uart.h \ + ui_mainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMessageBox \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmessagebox.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qdialog.h \ + ..\..\drivers\log\logHandler.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QPlainTextEdit \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qplaintextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qframe.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextdocument.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextoption.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpen.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qabstracttextdocumentlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qglyphrun.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrawfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontdatabase.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMutex \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMenuBar \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmenubar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmenu.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qaction.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qactiongroup.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QAction \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QThread \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qthread.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdeadlinetimer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qelapsedtimer.h + +debug\moc_app_icd.obj: debug\moc_app_icd.cpp + +debug\moc_logHandler.obj: debug\moc_logHandler.cpp + +debug\moc_drv_spi.obj: debug\moc_drv_spi.cpp + +debug\moc_drv_uart.obj: debug\moc_drv_uart.cpp + +debug\moc_mainwindow.obj: debug\moc_mainwindow.cpp + +####### Install + +install: FORCE + +uninstall: FORCE + +FORCE: + diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/Makefile.Release b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/Makefile.Release new file mode 100644 index 0000000..5c04e68 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/Makefile.Release @@ -0,0 +1,1712 @@ +############################################################################# +# Makefile for building: SP713 +# Generated by qmake (3.1) (Qt 5.15.2) +# Project: ..\..\SP713.pro +# Template: app +############################################################################# + +MAKEFILE = Makefile.Release + +EQ = = + +####### Compiler, tools and options + +CC = cl +CXX = cl +DEFINES = -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DNDEBUG -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB +CFLAGS = -nologo -Zc:wchar_t -FS -Zc:strictStrings -O2 -MD -W3 -w44456 -w44457 -w44458 $(DEFINES) +CXXFLAGS = -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc $(DEFINES) +INCPATH = -I..\..\..\SP713 -I. -I..\..\libs -I..\..\libs -IE:\Qt\5.15.2\msvc2019_64\include -IE:\Qt\5.15.2\msvc2019_64\include\QtWidgets -IE:\Qt\5.15.2\msvc2019_64\include\QtGui -IE:\Qt\5.15.2\msvc2019_64\include\QtANGLE -IE:\Qt\5.15.2\msvc2019_64\include\QtCore -Irelease -I. -I/include -IE:\Qt\5.15.2\msvc2019_64\mkspecs\win32-msvc +LINKER = link +LFLAGS = /NOLOGO /DYNAMICBASE /NXCOMPAT /OPT:REF /INCREMENTAL:NO /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" +LIBS = /LIBPATH:D:\23_SP713\02_CODE\SP713\libs D:\23_SP713\02_CODE\SP713\libs\CH347DLLA64.lib D:\23_SP713\02_CODE\SP713\libs\CH347DLLA64.LIB D:\23_SP713\02_CODE\SP713\libs\CH347Handler.lib D:\23_SP713\02_CODE\SP713\libs\CH347Handler.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgets.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Gui.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Core.lib release\SP713_resource.res E:\Qt\5.15.2\msvc2019_64\lib\qtmain.lib /LIBPATH:C:\openssl\lib /LIBPATH:C:\Utils\my_sql\mysql-5.7.25-winx64\lib /LIBPATH:C:\Utils\postgresql\pgsql\lib shell32.lib +QMAKE = E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe +DEL_FILE = del +CHK_DIR_EXISTS= if not exist +MKDIR = mkdir +COPY = copy /y +COPY_FILE = copy /y +COPY_DIR = xcopy /s /q /y /i +INSTALL_FILE = copy /y +INSTALL_PROGRAM = copy /y +INSTALL_DIR = xcopy /s /q /y /i +QINSTALL = E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe -install qinstall +QINSTALL_PROGRAM = E:\Qt\5.15.2\msvc2019_64\bin\qmake.exe -install qinstall -exe +DEL_FILE = del +SYMLINK = $(QMAKE) -install ln -f -s +DEL_DIR = rmdir +MOVE = move +IDC = idc +IDL = midl +ZIP = zip -r -9 +DEF_FILE = +RES_FILE = release\SP713_resource.res +SED = $(QMAKE) -install sed +MOVE = move + +####### Output directory + +OBJECTS_DIR = release + +####### Files + +SOURCES = ..\..\apps\crc16\crc.cpp \ + ..\..\apps\icd\app_icd.cpp \ + ..\..\drivers\log\logHandler.cpp \ + ..\..\drivers\spi\drv_spi.cpp \ + ..\..\drivers\uart\drv_uart.cpp \ + ..\..\main.cpp \ + ..\..\mainwindow.cpp release\moc_app_icd.cpp \ + release\moc_logHandler.cpp \ + release\moc_drv_spi.cpp \ + release\moc_drv_uart.cpp \ + release\moc_mainwindow.cpp +OBJECTS = release\crc.obj \ + release\app_icd.obj \ + release\logHandler.obj \ + release\drv_spi.obj \ + release\drv_uart.obj \ + release\main.obj \ + release\mainwindow.obj \ + release\moc_app_icd.obj \ + release\moc_logHandler.obj \ + release\moc_drv_spi.obj \ + release\moc_drv_uart.obj \ + release\moc_mainwindow.obj + +DIST = ..\..\apps\crc16\crc.h \ + ..\..\apps\icd\app_icd.h \ + ..\..\drivers\log\logHandler.h \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\drivers\uart\drv_uart.h \ + ..\..\libs\CH347DLL.H \ + ..\..\libs\Common.h \ + ..\..\libs\SpiApi.h \ + ..\..\mainwindow.h ..\..\apps\crc16\crc.cpp \ + ..\..\apps\icd\app_icd.cpp \ + ..\..\drivers\log\logHandler.cpp \ + ..\..\drivers\spi\drv_spi.cpp \ + ..\..\drivers\uart\drv_uart.cpp \ + ..\..\main.cpp \ + ..\..\mainwindow.cpp +QMAKE_TARGET = SP713 +DESTDIR = release\ #avoid trailing-slash linebreak +TARGET = SP713.exe +DESTDIR_TARGET = release\SP713.exe + +####### Implicit rules + +.SUFFIXES: .c .cpp .cc .cxx + +{..\..\drivers\spi}.cpp{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\spi}.cc{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\spi}.cxx{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\spi}.c{release\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\log}.cpp{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\log}.cc{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\log}.cxx{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\log}.c{release\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..}.cpp{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..}.cc{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..}.cxx{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..}.c{release\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\apps\crc16}.cpp{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\apps\crc16}.cc{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\apps\crc16}.cxx{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\apps\crc16}.c{release\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\uart}.cpp{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\uart}.cc{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\uart}.cxx{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\drivers\uart}.c{release\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{release}.cpp{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{release}.cc{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{release}.cxx{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{release}.c{release\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{.}.cpp{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{.}.cc{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{.}.cxx{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{.}.c{release\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\apps\icd}.cpp{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\apps\icd}.cc{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\apps\icd}.cxx{release\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +{..\..\apps\icd}.c{release\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<< + $< +<< + +####### Build rules + +first: all +all: Makefile.Release release\SP713.exe + +release\SP713.exe: E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgets.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Gui.lib E:\Qt\5.15.2\msvc2019_64\lib\Qt5Core.lib E:\Qt\5.15.2\msvc2019_64\lib\qtmain.lib ui_mainwindow.h $(OBJECTS) release\SP713_resource.res + $(LINKER) $(LFLAGS) /MANIFEST:embed /OUT:$(DESTDIR_TARGET) @<< +release\crc.obj release\app_icd.obj release\logHandler.obj release\drv_spi.obj release\drv_uart.obj release\main.obj release\mainwindow.obj release\moc_app_icd.obj release\moc_logHandler.obj release\moc_drv_spi.obj release\moc_drv_uart.obj release\moc_mainwindow.obj +$(LIBS) +<< + +release\SP713_resource.res: SP713_resource.rc + rc /NOLOGO $(DEFINES) -fo release\SP713_resource.res SP713_resource.rc + +qmake: FORCE + @$(QMAKE) -o Makefile.Release ..\..\SP713.pro -spec win32-msvc "CONFIG+=qtquickcompiler" + +qmake_all: FORCE + +dist: + $(ZIP) SP713.zip $(SOURCES) $(DIST) ..\..\SP713.pro E:\Qt\5.15.2\msvc2019_64\mkspecs\features\spec_pre.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\angle.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\windows-desktop.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\windows_vulkan_sdk.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\windows-vulkan.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\msvc-desktop.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\qconfig.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3danimation.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3danimation_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dcore.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dcore_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dextras.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dextras_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dinput.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dinput_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dlogic.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dlogic_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquick.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquick_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickanimation.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickanimation_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickextras.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickextras_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickinput.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickinput_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickrender.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickrender_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickscene2d.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3dquickscene2d_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3drender.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_3drender_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_accessibility_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axbase.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axbase_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axcontainer.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axcontainer_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axserver.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_axserver_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bluetooth.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bluetooth_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bodymovin_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_bootstrap_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_charts.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_charts_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_concurrent.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_concurrent_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_core.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_core_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_datavisualization.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_datavisualization_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_dbus.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_dbus_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designer.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designer_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_designercomponents_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_edid_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_egl_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_fb_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_fontdatabase_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gamepad.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gamepad_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gui.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_gui_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_help.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_help_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttracker.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttracker_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttrackerqml.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_insighttrackerqml_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_location.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_location_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimedia.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimedia_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_network.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_network_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_networkauth.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_networkauth_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_nfc.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_nfc_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_opengl.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_opengl_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_openglextensions.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_openglextensions_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_packetprotocol_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_platformcompositor_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioning.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioning_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioningquick.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_positioningquick_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_printsupport.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_printsupport_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_purchasing.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_purchasing_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qml.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qml_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmldebug_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmldevtools_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmltest.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmltest_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3d.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3d_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3drender.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3drender_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quick_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickparticles_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickshapes_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_repparser.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_repparser_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_script.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_script_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scripttools.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scripttools_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scxml.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_scxml_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sensors.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sensors_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialbus.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialbus_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialport.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_serialport_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sql.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_sql_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_svg.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_svg_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_testlib.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_testlib_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_texttospeech.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_texttospeech_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_theme_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uiplugin.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uitools.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_uitools_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_virtualkeyboard.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_virtualkeyboard_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_vulkan_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webchannel.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webchannel_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webengine.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webengine_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecore.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecore_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginecoreheaders_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_websockets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_websockets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webview.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_webview_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_widgets.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_widgets_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_windowsuiautomation_support_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_winextras.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_winextras_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xml.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xml_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xmlpatterns.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_xmlpatterns_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\modules\qt_lib_zlib_private.pri E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt_functions.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt_config.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\win32-msvc\qmake.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\spec_post.prf .qmake.stash E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exclusive_builds.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\common\msvc-version.conf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\toolchain.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\default_pre.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\default_pre.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resolve_config.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exclusive_builds_post.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\default_post.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\build_pass.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qtquickcompiler.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\precompile_header.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\warn_on.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qt.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resources_functions.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\resources.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\moc.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\opengl.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\uic.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\qmake_use.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\file_copies.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\win32\windows.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\testcase_targets.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\exceptions.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\yacc.prf E:\Qt\5.15.2\msvc2019_64\mkspecs\features\lex.prf ..\..\SP713.pro E:\Qt\5.15.2\msvc2019_64\lib\Qt5Widgets.prl E:\Qt\5.15.2\msvc2019_64\lib\Qt5Gui.prl E:\Qt\5.15.2\msvc2019_64\lib\Qt5Core.prl E:\Qt\5.15.2\msvc2019_64\lib\qtmain.prl E:\Qt\5.15.2\msvc2019_64\mkspecs\features\data\dummy.cpp ..\..\apps\crc16\crc.h ..\..\apps\icd\app_icd.h ..\..\drivers\log\logHandler.h ..\..\drivers\spi\drv_spi.h ..\..\drivers\uart\drv_uart.h ..\..\libs\CH347DLL.H ..\..\libs\Common.h ..\..\libs\SpiApi.h ..\..\mainwindow.h ..\..\apps\crc16\crc.cpp ..\..\apps\icd\app_icd.cpp ..\..\drivers\log\logHandler.cpp ..\..\drivers\spi\drv_spi.cpp ..\..\drivers\uart\drv_uart.cpp ..\..\main.cpp ..\..\mainwindow.cpp ..\..\mainwindow.ui + +clean: compiler_clean + -$(DEL_FILE) release\crc.obj release\app_icd.obj release\logHandler.obj release\drv_spi.obj release\drv_uart.obj release\main.obj release\mainwindow.obj release\moc_app_icd.obj release\moc_logHandler.obj release\moc_drv_spi.obj release\moc_drv_uart.obj release\moc_mainwindow.obj + -$(DEL_FILE) release\SP713_resource.res + +distclean: clean + -$(DEL_FILE) .qmake.stash + -$(DEL_FILE) $(DESTDIR_TARGET) + -$(DEL_FILE) Makefile.Release + +mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean + +mocables: compiler_moc_header_make_all compiler_moc_objc_header_make_all compiler_moc_source_make_all + +check: first + +benchmark: first + +compiler_no_pch_compiler_make_all: +compiler_no_pch_compiler_clean: +compiler_rcc_make_all: +compiler_rcc_clean: +compiler_moc_predefs_make_all: release\moc_predefs.h +compiler_moc_predefs_clean: + -$(DEL_FILE) release\moc_predefs.h +release\moc_predefs.h: E:\Qt\5.15.2\msvc2019_64\mkspecs\features\data\dummy.cpp + cl -BxE:\Qt\5.15.2\msvc2019_64\bin\qmake.exe -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E E:\Qt\5.15.2\msvc2019_64\mkspecs\features\data\dummy.cpp 2>NUL >release\moc_predefs.h + +compiler_moc_header_make_all: release\moc_app_icd.cpp release\moc_logHandler.cpp release\moc_drv_spi.cpp release\moc_drv_uart.cpp release\moc_mainwindow.cpp +compiler_moc_header_clean: + -$(DEL_FILE) release\moc_app_icd.cpp release\moc_logHandler.cpp release\moc_drv_spi.cpp release\moc_drv_uart.cpp release\moc_mainwindow.cpp +release\moc_app_icd.cpp: ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + ..\..\drivers\uart\drv_uart.h \ + release\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\apps\icd\app_icd.h -o release\moc_app_icd.cpp + +release\moc_logHandler.cpp: ..\..\drivers\log\logHandler.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QPlainTextEdit \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qplaintextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qframe.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextdocument.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextoption.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpen.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qabstracttextdocumentlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qglyphrun.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrawfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontdatabase.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMutex \ + release\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\drivers\log\logHandler.h -o release\moc_logHandler.cpp + +release\moc_drv_spi.cpp: ..\..\drivers\spi\drv_spi.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\libs\CH347DLL.H \ + release\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\drivers\spi\drv_spi.h -o release\moc_drv_spi.cpp + +release\moc_drv_uart.cpp: ..\..\drivers\uart\drv_uart.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\libs\CH347DLL.H \ + release\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\drivers\uart\drv_uart.h -o release\moc_drv_uart.cpp + +release\moc_mainwindow.cpp: ..\..\mainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QVector \ + ..\..\libs\SpiApi.h \ + ..\..\libs\Common.h \ + ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\uart\drv_uart.h \ + release\moc_predefs.h \ + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe + E:\Qt\5.15.2\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/23_SP713/02_CODE/SP713/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_predefs.h -IE:/Qt/5.15.2/msvc2019_64/mkspecs/win32-msvc -ID:/23_SP713/02_CODE/SP713 -ID:/23_SP713/02_CODE/SP713/libs -ID:/23_SP713/02_CODE/SP713/libs -IE:/Qt/5.15.2/msvc2019_64/include -IE:/Qt/5.15.2/msvc2019_64/include/QtWidgets -IE:/Qt/5.15.2/msvc2019_64/include/QtGui -IE:/Qt/5.15.2/msvc2019_64/include/QtANGLE -IE:/Qt/5.15.2/msvc2019_64/include/QtCore -I. -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\ATLMFC\include" -I"E:\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" ..\..\mainwindow.h -o release\moc_mainwindow.cpp + +compiler_moc_objc_header_make_all: +compiler_moc_objc_header_clean: +compiler_moc_source_make_all: +compiler_moc_source_clean: +compiler_uic_make_all: ui_mainwindow.h +compiler_uic_clean: + -$(DEL_FILE) ui_mainwindow.h +ui_mainwindow.h: ..\..\mainwindow.ui \ + E:\Qt\5.15.2\msvc2019_64\bin\uic.exe + E:\Qt\5.15.2\msvc2019_64\bin\uic.exe ..\..\mainwindow.ui -o ui_mainwindow.h + +compiler_yacc_decl_make_all: +compiler_yacc_decl_clean: +compiler_yacc_impl_make_all: +compiler_yacc_impl_clean: +compiler_lex_make_all: +compiler_lex_clean: +compiler_clean: compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean + + + +####### Compile + +release\crc.obj: ..\..\apps\crc16\crc.cpp ..\..\apps\crc16\crc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QByteArray \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h + +release\app_icd.obj: ..\..\apps\icd\app_icd.cpp ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + ..\..\drivers\uart\drv_uart.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDebug \ + ..\..\apps\crc16\crc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QByteArray \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDateTime \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatetime.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QFile + +release\logHandler.obj: ..\..\drivers\log\logHandler.cpp ..\..\drivers\log\LogHandler.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QPlainTextEdit \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qplaintextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qframe.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextdocument.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextoption.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpen.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qabstracttextdocumentlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qglyphrun.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrawfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontdatabase.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMutex \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDateTime \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatetime.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMetaObject + +release\drv_spi.obj: ..\..\drivers\spi\drv_spi.cpp ..\..\drivers\spi\drv_spi.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDebug + +release\drv_uart.obj: ..\..\drivers\uart\drv_uart.cpp ..\..\drivers\uart\drv_uart.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDateTime \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatetime.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDebug \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QThread \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qthread.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdeadlinetimer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qelapsedtimer.h + +release\main.obj: ..\..\main.cpp ..\..\mainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QVector \ + ..\..\libs\SpiApi.h \ + ..\..\libs\Common.h \ + ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\uart\drv_uart.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QApplication \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qapplication.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreapplication.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qeventloop.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qdesktopwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qguiapplication.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qinputmethod.h + +release\mainwindow.obj: ..\..\mainwindow.cpp ..\..\mainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMainWindow \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtguiglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobal.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig-bootstrapped.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qconfig.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtcore-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsystemdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qprocessordetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcompilerdetection.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtypeinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsysinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlogging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qflags.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbasicatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_bootstrap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qgenericatomic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_cxx11.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qatomic_msvc.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qglobalstatic.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmutex.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnumeric.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qversiontagging.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtgui-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtwidgets-config.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qnamespace.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobjectdefs_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qwindowdefs_win.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstring.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qchar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrefcount.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qarraydata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringliteral.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringview.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringbuilder.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qalgorithms.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiterator.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhashfunctions.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpair.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvector.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainertools_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qpoint.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qbytearraylist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringlist.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qregexp.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qstringmatcher.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcoreevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qscopedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmetatype.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvarlengtharray.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontainerfwd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qobject_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmargins.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpaintdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qrect.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsize.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpalette.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcolor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgb.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrgba64.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qbrush.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qmatrix.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpolygon.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qregion.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdatastream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qiodevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qline.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtransform.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qimage.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixelformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpixmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qshareddata.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qhash.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qsharedpointer_impl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontmetrics.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontinfo.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qsizepolicy.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qkeysequence.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qevent.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qvariant.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qmap.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qtextstream.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qlocale.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qset.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qcontiguouscache.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurl.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qurlquery.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfile.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qfiledevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qvector2d.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtouchdevice.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtabwidget.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qicon.h \ + ..\..\drivers\spi\drv_spi.h \ + ..\..\libs\CH347DLL.H \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QVector \ + ..\..\libs\SpiApi.h \ + ..\..\libs\Common.h \ + ..\..\apps\icd\app_icd.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMap \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QStringList \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QObject \ + ..\..\drivers\uart\drv_uart.h \ + ui_mainwindow.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QDebug.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMessageBox \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmessagebox.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qdialog.h \ + ..\..\drivers\log\logHandler.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QPlainTextEdit \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qplaintextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qtextedit.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qframe.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextdocument.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextoption.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextcursor.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextformat.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qpen.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qabstracttextdocumentlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qtextlayout.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qglyphrun.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qrawfont.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtGui\qfontdatabase.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QMutex \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QMenuBar \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmenubar.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qmenu.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qaction.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\qactiongroup.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtWidgets\QAction \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\QThread \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qthread.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qdeadlinetimer.h \ + E:\Qt\5.15.2\msvc2019_64\include\QtCore\qelapsedtimer.h + +release\moc_app_icd.obj: release\moc_app_icd.cpp + +release\moc_logHandler.obj: release\moc_logHandler.cpp + +release\moc_drv_spi.obj: release\moc_drv_spi.cpp + +release\moc_drv_uart.obj: release\moc_drv_uart.cpp + +release\moc_mainwindow.obj: release\moc_mainwindow.cpp + +####### Install + +install: FORCE + +uninstall: FORCE + +FORCE: + diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/SP713_UART_SPI_Data_Recording_20250717_112150.txt b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/SP713_UART_SPI_Data_Recording_20250717_112150.txt new file mode 100644 index 0000000..b2805e3 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/SP713_UART_SPI_Data_Recording_20250717_112150.txt @@ -0,0 +1,25 @@ +2025-07-17 11:23:51 tx data: 9F E4 04 01 01 09 80 00 00 00 00 00 00 00 01 13 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 7B +2025-07-17 11:24:04 tx data: 9F E4 04 01 02 09 80 00 00 00 00 00 00 00 02 15 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 7F +2025-07-17 11:24:13 tx data: 9F E4 04 01 02 09 80 00 00 00 00 00 00 00 03 16 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 81 +2025-07-17 11:24:17 tx data: 9F E4 04 0B 02 09 80 00 00 00 00 00 00 00 04 21 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 97 +2025-07-17 11:25:52 tx data: 9F E4 04 01 02 09 80 00 00 00 00 00 00 00 05 18 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 85 +2025-07-17 11:25:56 tx data: 9F E4 04 02 02 09 80 00 00 00 00 00 00 00 06 1A 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 89 +2025-07-17 11:26:01 tx data: 9F E4 04 03 02 09 80 00 00 00 00 00 00 00 07 1C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 8D +2025-07-17 11:26:10 tx data: 9F E4 04 0B 02 09 80 00 00 00 00 00 00 00 08 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 9F +2025-07-17 11:26:15 tx data: 9F E4 04 0C 02 09 80 00 00 00 00 00 00 00 09 27 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 A3 +2025-07-17 11:26:27 tx data: 9F E4 05 0C 00 00 00 00 00 00 00 00 00 00 0A 9E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 91 +2025-07-17 11:29:06 tx data: 9F E4 04 01 02 09 80 00 00 00 00 00 00 00 0B 1E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 91 +2025-07-17 11:29:09 tx data: 9F E4 04 01 02 09 80 00 00 00 00 00 00 00 0C 1F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 93 +2025-07-17 11:29:23 tx data: 9F E4 04 01 02 09 80 00 00 00 00 00 00 00 0D 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 95 +2025-07-17 11:29:25 tx data: 9F E4 04 01 02 09 80 00 00 00 00 00 00 00 0E 21 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 97 +2025-07-17 11:29:26 tx data: 9F E4 04 01 02 09 80 00 00 00 00 00 00 00 0F 22 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 99 +2025-07-17 11:29:27 tx data: 9F E4 04 01 02 09 80 00 00 00 00 00 00 00 10 23 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 9B +2025-07-17 11:29:28 tx data: 9F E4 04 01 02 09 80 00 00 00 00 00 00 00 11 24 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 9D +2025-07-17 11:29:29 tx data: 9F E4 04 01 02 09 80 00 00 00 00 00 00 00 12 25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 9F +2025-07-17 11:29:29 tx data: 9F E4 04 01 02 09 80 00 00 00 00 00 00 00 13 26 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 A1 +2025-07-17 11:29:34 tx data: 9F E4 04 0B 02 09 80 00 00 00 00 00 00 00 14 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 B7 +2025-07-17 11:29:34 tx data: 9F E4 04 0B 02 09 80 00 00 00 00 00 00 00 15 32 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 B9 +2025-07-17 11:29:35 tx data: 9F E4 04 0B 02 09 80 00 00 00 00 00 00 00 16 33 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 BB +2025-07-17 11:29:37 tx data: 9F E4 04 0B 02 09 80 00 00 00 00 00 00 00 17 34 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 BD +2025-07-17 11:29:37 tx data: 9F E4 04 0B 02 09 80 00 00 00 00 00 00 00 18 35 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 BF +2025-07-17 11:29:38 tx data: 9F E4 04 0B 02 09 80 00 00 00 00 00 00 00 19 36 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D5 80 C1 diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/SP713_resource.rc b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/SP713_resource.rc new file mode 100644 index 0000000..930ccb3 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/SP713_resource.rc @@ -0,0 +1,37 @@ +#include + +IDI_ICON1 ICON DISCARDABLE "D:\\23_SP713\\02_CODE\\SP713\\sp713.ico" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 0,0,0,0 + PRODUCTVERSION 0,0,0,0 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS VS_FF_DEBUG +#else + FILEFLAGS 0x0L +#endif + FILEOS VOS__WINDOWS32 + FILETYPE VFT_DLL + FILESUBTYPE 0x0L + BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "CompanyName", "\0" + VALUE "FileDescription", "\0" + VALUE "FileVersion", "0.0.0.0\0" + VALUE "LegalCopyright", "\0" + VALUE "OriginalFilename", "SP713.exe\0" + VALUE "ProductName", "SP713\0" + VALUE "ProductVersion", "0.0.0.0\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0409, 1200 + END + END +/* End of Version info */ + diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/SP713.exe b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/SP713.exe new file mode 100644 index 0000000..57e48f6 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/SP713.exe differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/SP713_resource.res b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/SP713_resource.res new file mode 100644 index 0000000..9912e89 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/SP713_resource.res differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/app_icd.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/app_icd.obj new file mode 100644 index 0000000..dbb6ee4 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/app_icd.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/crc.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/crc.obj new file mode 100644 index 0000000..e441d68 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/crc.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/drv_spi.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/drv_spi.obj new file mode 100644 index 0000000..2e9d650 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/drv_spi.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/drv_uart.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/drv_uart.obj new file mode 100644 index 0000000..76aea9b Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/drv_uart.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/logHandler.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/logHandler.obj new file mode 100644 index 0000000..9276a1e Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/logHandler.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/main.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/main.obj new file mode 100644 index 0000000..b6dbdb5 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/main.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/mainwindow.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/mainwindow.obj new file mode 100644 index 0000000..e079a37 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/mainwindow.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_app_icd.cpp b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_app_icd.cpp new file mode 100644 index 0000000..05e852f --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_app_icd.cpp @@ -0,0 +1,95 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'app_icd.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../apps/icd/app_icd.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'app_icd.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_APP_Icd_t { + QByteArrayData data[1]; + char stringdata0[8]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_APP_Icd_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_APP_Icd_t qt_meta_stringdata_APP_Icd = { + { +QT_MOC_LITERAL(0, 0, 7) // "APP_Icd" + + }, + "APP_Icd" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_APP_Icd[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void APP_Icd::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject APP_Icd::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_APP_Icd.data, + qt_meta_data_APP_Icd, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *APP_Icd::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *APP_Icd::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_APP_Icd.stringdata0)) + return static_cast(this); + return QObject::qt_metacast(_clname); +} + +int APP_Icd::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_app_icd.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_app_icd.obj new file mode 100644 index 0000000..a000e40 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_app_icd.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_drv_spi.cpp b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_drv_spi.cpp new file mode 100644 index 0000000..09cea88 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_drv_spi.cpp @@ -0,0 +1,95 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'drv_spi.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../drivers/spi/drv_spi.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'drv_spi.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_DRV_Spi_t { + QByteArrayData data[1]; + char stringdata0[8]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_DRV_Spi_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_DRV_Spi_t qt_meta_stringdata_DRV_Spi = { + { +QT_MOC_LITERAL(0, 0, 7) // "DRV_Spi" + + }, + "DRV_Spi" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_DRV_Spi[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void DRV_Spi::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject DRV_Spi::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_DRV_Spi.data, + qt_meta_data_DRV_Spi, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *DRV_Spi::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *DRV_Spi::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_DRV_Spi.stringdata0)) + return static_cast(this); + return QObject::qt_metacast(_clname); +} + +int DRV_Spi::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_drv_spi.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_drv_spi.obj new file mode 100644 index 0000000..842ebd3 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_drv_spi.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_drv_uart.cpp b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_drv_uart.cpp new file mode 100644 index 0000000..b485ea2 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_drv_uart.cpp @@ -0,0 +1,95 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'drv_uart.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../drivers/uart/drv_uart.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'drv_uart.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_DRV_Uart_t { + QByteArrayData data[1]; + char stringdata0[9]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_DRV_Uart_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_DRV_Uart_t qt_meta_stringdata_DRV_Uart = { + { +QT_MOC_LITERAL(0, 0, 8) // "DRV_Uart" + + }, + "DRV_Uart" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_DRV_Uart[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void DRV_Uart::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject DRV_Uart::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_DRV_Uart.data, + qt_meta_data_DRV_Uart, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *DRV_Uart::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *DRV_Uart::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_DRV_Uart.stringdata0)) + return static_cast(this); + return QObject::qt_metacast(_clname); +} + +int DRV_Uart::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_drv_uart.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_drv_uart.obj new file mode 100644 index 0000000..35b3e1a Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_drv_uart.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_logHandler.cpp b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_logHandler.cpp new file mode 100644 index 0000000..c000cc7 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_logHandler.cpp @@ -0,0 +1,136 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'logHandler.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../drivers/log/logHandler.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'logHandler.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_LogHandler_t { + QByteArrayData data[4]; + char stringdata0[43]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_LogHandler_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_LogHandler_t qt_meta_stringdata_LogHandler = { + { +QT_MOC_LITERAL(0, 0, 10), // "LogHandler" +QT_MOC_LITERAL(1, 11, 17), // "log_messageLogged" +QT_MOC_LITERAL(2, 29, 0), // "" +QT_MOC_LITERAL(3, 30, 12) // "formattedMsg" + + }, + "LogHandler\0log_messageLogged\0\0" + "formattedMsg" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_LogHandler[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 1, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 1, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 1, 19, 2, 0x06 /* Public */, + + // signals: parameters + QMetaType::Void, QMetaType::QString, 3, + + 0 // eod +}; + +void LogHandler::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->log_messageLogged((*reinterpret_cast< const QString(*)>(_a[1]))); break; + default: ; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + { + using _t = void (LogHandler::*)(const QString & ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&LogHandler::log_messageLogged)) { + *result = 0; + return; + } + } + } +} + +QT_INIT_METAOBJECT const QMetaObject LogHandler::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_LogHandler.data, + qt_meta_data_LogHandler, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *LogHandler::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *LogHandler::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_LogHandler.stringdata0)) + return static_cast(this); + return QObject::qt_metacast(_clname); +} + +int LogHandler::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 1) + qt_static_metacall(this, _c, _id, _a); + _id -= 1; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 1) + *reinterpret_cast(_a[0]) = -1; + _id -= 1; + } + return _id; +} + +// SIGNAL 0 +void LogHandler::log_messageLogged(const QString & _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; + QMetaObject::activate(this, &staticMetaObject, 0, _a); +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_logHandler.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_logHandler.obj new file mode 100644 index 0000000..86f9ed8 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_logHandler.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_mainwindow.cpp b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_mainwindow.cpp new file mode 100644 index 0000000..0552832 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_mainwindow.cpp @@ -0,0 +1,178 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'mainwindow.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../mainwindow.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'mainwindow.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.2. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_MainWindow_t { + QByteArrayData data[16]; + char stringdata0[434]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_MainWindow_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = { + { +QT_MOC_LITERAL(0, 0, 10), // "MainWindow" +QT_MOC_LITERAL(1, 11, 32), // "on_pushButton_refreshDev_clicked" +QT_MOC_LITERAL(2, 44, 0), // "" +QT_MOC_LITERAL(3, 45, 30), // "on_pushButton_closeDev_clicked" +QT_MOC_LITERAL(4, 76, 29), // "on_pushButton_openDev_clicked" +QT_MOC_LITERAL(5, 106, 36), // "on_pushButton_uartRefreshDev_..." +QT_MOC_LITERAL(6, 143, 33), // "on_pushButton_uartOpenDev_cli..." +QT_MOC_LITERAL(7, 177, 34), // "on_pushButton_uartCloseDev_cl..." +QT_MOC_LITERAL(8, 212, 33), // "on_pushButton_uartSetPara_cli..." +QT_MOC_LITERAL(9, 246, 40), // "on_comboBox_icdGroup_currentI..." +QT_MOC_LITERAL(10, 287, 5), // "index" +QT_MOC_LITERAL(11, 293, 35), // "on_pushButton_icdSendVolCMD_c..." +QT_MOC_LITERAL(12, 329, 34), // "on_pushButton_icdRegConfig_cl..." +QT_MOC_LITERAL(13, 364, 18), // "mw_showVersionInfo" +QT_MOC_LITERAL(14, 383, 17), // "mw_showUserManual" +QT_MOC_LITERAL(15, 401, 32) // "on_pushButton_icdRegRead_clicked" + + }, + "MainWindow\0on_pushButton_refreshDev_clicked\0" + "\0on_pushButton_closeDev_clicked\0" + "on_pushButton_openDev_clicked\0" + "on_pushButton_uartRefreshDev_clicked\0" + "on_pushButton_uartOpenDev_clicked\0" + "on_pushButton_uartCloseDev_clicked\0" + "on_pushButton_uartSetPara_clicked\0" + "on_comboBox_icdGroup_currentIndexChanged\0" + "index\0on_pushButton_icdSendVolCMD_clicked\0" + "on_pushButton_icdRegConfig_clicked\0" + "mw_showVersionInfo\0mw_showUserManual\0" + "on_pushButton_icdRegRead_clicked" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_MainWindow[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 13, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 79, 2, 0x08 /* Private */, + 3, 0, 80, 2, 0x08 /* Private */, + 4, 0, 81, 2, 0x08 /* Private */, + 5, 0, 82, 2, 0x08 /* Private */, + 6, 0, 83, 2, 0x08 /* Private */, + 7, 0, 84, 2, 0x08 /* Private */, + 8, 0, 85, 2, 0x08 /* Private */, + 9, 1, 86, 2, 0x08 /* Private */, + 11, 0, 89, 2, 0x08 /* Private */, + 12, 0, 90, 2, 0x08 /* Private */, + 13, 0, 91, 2, 0x08 /* Private */, + 14, 0, 92, 2, 0x08 /* Private */, + 15, 0, 93, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, QMetaType::Int, 10, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->on_pushButton_refreshDev_clicked(); break; + case 1: _t->on_pushButton_closeDev_clicked(); break; + case 2: _t->on_pushButton_openDev_clicked(); break; + case 3: _t->on_pushButton_uartRefreshDev_clicked(); break; + case 4: _t->on_pushButton_uartOpenDev_clicked(); break; + case 5: _t->on_pushButton_uartCloseDev_clicked(); break; + case 6: _t->on_pushButton_uartSetPara_clicked(); break; + case 7: _t->on_comboBox_icdGroup_currentIndexChanged((*reinterpret_cast< int(*)>(_a[1]))); break; + case 8: _t->on_pushButton_icdSendVolCMD_clicked(); break; + case 9: _t->on_pushButton_icdRegConfig_clicked(); break; + case 10: _t->mw_showVersionInfo(); break; + case 11: _t->mw_showUserManual(); break; + case 12: _t->on_pushButton_icdRegRead_clicked(); break; + default: ; + } + } +} + +QT_INIT_METAOBJECT const QMetaObject MainWindow::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_MainWindow.data, + qt_meta_data_MainWindow, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *MainWindow::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *MainWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata0)) + return static_cast(this); + return QMainWindow::qt_metacast(_clname); +} + +int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 13) + qt_static_metacall(this, _c, _id, _a); + _id -= 13; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 13) + *reinterpret_cast(_a[0]) = -1; + _id -= 13; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_mainwindow.obj b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_mainwindow.obj new file mode 100644 index 0000000..87fb380 Binary files /dev/null and b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_mainwindow.obj differ diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_predefs.h b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_predefs.h new file mode 100644 index 0000000..95f0797 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/release/moc_predefs.h @@ -0,0 +1,11 @@ +#define _MSC_EXTENSIONS +#define _MSC_VER 1929 +#define _MSC_FULL_VER 192930156 +#define _MSC_BUILD 0 +#define _M_AMD64 100 +#define _M_X64 100 +#define _WIN64 +#define _WIN32 +#define _CPPRTTI +#define _MT +#define _DLL diff --git a/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/ui_mainwindow.h b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/ui_mainwindow.h new file mode 100644 index 0000000..f6f3977 --- /dev/null +++ b/build/Desktop_Qt_5_15_2_MSVC2019_64bit-Release/ui_mainwindow.h @@ -0,0 +1,676 @@ +/******************************************************************************** +** Form generated from reading UI file 'mainwindow.ui' +** +** Created by: Qt User Interface Compiler version 5.15.2 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_MAINWINDOW_H +#define UI_MAINWINDOW_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_MainWindow +{ +public: + QWidget *centralwidget; + QGroupBox *groupBox_2; + QWidget *layoutWidget; + QHBoxLayout *horizontalLayout_3; + QLabel *label_6; + QComboBox *comboBox_uartBps; + QLabel *label_8; + QComboBox *comboBox_uartVerify; + QLabel *label_9; + QComboBox *comboBox_uartStop; + QLabel *label_10; + QComboBox *comboBox_uartData; + QLabel *label_11; + QLineEdit *lineEdit_uartTimeOut; + QPushButton *pushButton_uartSetPara; + QWidget *layoutWidget_2; + QHBoxLayout *horizontalLayout_2; + QPushButton *pushButton_uartRefreshDev; + QPushButton *pushButton_uartCloseDev; + QPushButton *pushButton_uartOpenDev; + QComboBox *comboBox_uartDevList; + QLabel *label_5; + QGroupBox *groupBox_3; + QWidget *layoutWidget1; + QGridLayout *gridLayout_3; + QComboBox *comboBox_spiCS1_POLA; + QPushButton *pushButton_spiInit; + QComboBox *comboBox_spiCS2_POLA; + QLabel *label; + QComboBox *comboBox_spiDevList; + QWidget *layoutWidget2; + QHBoxLayout *horizontalLayout; + QPushButton *pushButton_spiRefreshDev; + QPushButton *pushButton_spiCloseDev; + QPushButton *pushButton_spiOpenDev; + QWidget *layoutWidget3; + QGridLayout *gridLayout; + QLabel *label_2; + QComboBox *comboBox_spiMode; + QComboBox *comboBox_spiDataOrder; + QLabel *label_3; + QComboBox *comboBox_spiDataLen; + QLabel *label_4; + QLabel *label_7; + QComboBox *comboBox_spiFreq; + QGroupBox *groupBox; + QPlainTextEdit *plainTextEdit_logOutput; + QGroupBox *groupBox_4; + QPushButton *pushButton_icdSendVolCMD; + QLabel *label_14; + QComboBox *comboBox_icdCmd; + QComboBox *comboBox_icdGroup; + QLabel *label_13; + QLabel *label_12; + QComboBox *comboBox_icdSubGroup; + QTableWidget *tableWidget_volInput; + QGroupBox *groupBox_5; + QCheckBox *checkBox_icdFBK_EN; + QComboBox *comboBox_icdDacCh; + QLabel *label_15; + QCheckBox *checkBox_icdTEMPTEST; + QPushButton *pushButton_icdRegRead; + QCheckBox *checkBox_icdEN_TADC; + QLabel *label_icdRegRead; + QCheckBox *checkBox_icdTRIG_TADC; + QLabel *label_16; + QCheckBox *checkBox_icdTEST_EN; + QComboBox *comboBox_icdRefCurr; + QComboBox *comboBox_icdADCClkPrs; + QPushButton *pushButton_icdRegConfig; + QComboBox *comboBox_icdDacId; + QLabel *label_20; + QLabel *label_19; + QLabel *label_17; + QMenuBar *menubar; + QStatusBar *statusbar; + + void setupUi(QMainWindow *MainWindow) + { + if (MainWindow->objectName().isEmpty()) + MainWindow->setObjectName(QString::fromUtf8("MainWindow")); + MainWindow->resize(703, 997); + centralwidget = new QWidget(MainWindow); + centralwidget->setObjectName(QString::fromUtf8("centralwidget")); + groupBox_2 = new QGroupBox(centralwidget); + groupBox_2->setObjectName(QString::fromUtf8("groupBox_2")); + groupBox_2->setGeometry(QRect(10, 130, 681, 91)); + layoutWidget = new QWidget(groupBox_2); + layoutWidget->setObjectName(QString::fromUtf8("layoutWidget")); + layoutWidget->setGeometry(QRect(10, 60, 651, 25)); + horizontalLayout_3 = new QHBoxLayout(layoutWidget); + horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3")); + horizontalLayout_3->setContentsMargins(0, 0, 0, 0); + label_6 = new QLabel(layoutWidget); + label_6->setObjectName(QString::fromUtf8("label_6")); + + horizontalLayout_3->addWidget(label_6); + + comboBox_uartBps = new QComboBox(layoutWidget); + comboBox_uartBps->addItem(QString()); + comboBox_uartBps->addItem(QString()); + comboBox_uartBps->setObjectName(QString::fromUtf8("comboBox_uartBps")); + + horizontalLayout_3->addWidget(comboBox_uartBps); + + label_8 = new QLabel(layoutWidget); + label_8->setObjectName(QString::fromUtf8("label_8")); + + horizontalLayout_3->addWidget(label_8); + + comboBox_uartVerify = new QComboBox(layoutWidget); + comboBox_uartVerify->addItem(QString()); + comboBox_uartVerify->addItem(QString()); + comboBox_uartVerify->addItem(QString()); + comboBox_uartVerify->addItem(QString()); + comboBox_uartVerify->addItem(QString()); + comboBox_uartVerify->setObjectName(QString::fromUtf8("comboBox_uartVerify")); + + horizontalLayout_3->addWidget(comboBox_uartVerify); + + label_9 = new QLabel(layoutWidget); + label_9->setObjectName(QString::fromUtf8("label_9")); + + horizontalLayout_3->addWidget(label_9); + + comboBox_uartStop = new QComboBox(layoutWidget); + comboBox_uartStop->addItem(QString()); + comboBox_uartStop->addItem(QString()); + comboBox_uartStop->addItem(QString()); + comboBox_uartStop->setObjectName(QString::fromUtf8("comboBox_uartStop")); + + horizontalLayout_3->addWidget(comboBox_uartStop); + + label_10 = new QLabel(layoutWidget); + label_10->setObjectName(QString::fromUtf8("label_10")); + + horizontalLayout_3->addWidget(label_10); + + comboBox_uartData = new QComboBox(layoutWidget); + comboBox_uartData->addItem(QString()); + comboBox_uartData->setObjectName(QString::fromUtf8("comboBox_uartData")); + + horizontalLayout_3->addWidget(comboBox_uartData); + + label_11 = new QLabel(layoutWidget); + label_11->setObjectName(QString::fromUtf8("label_11")); + + horizontalLayout_3->addWidget(label_11); + + lineEdit_uartTimeOut = new QLineEdit(layoutWidget); + lineEdit_uartTimeOut->setObjectName(QString::fromUtf8("lineEdit_uartTimeOut")); + lineEdit_uartTimeOut->setMaxLength(255); + + horizontalLayout_3->addWidget(lineEdit_uartTimeOut); + + pushButton_uartSetPara = new QPushButton(layoutWidget); + pushButton_uartSetPara->setObjectName(QString::fromUtf8("pushButton_uartSetPara")); + pushButton_uartSetPara->setEnabled(false); + QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred); + sizePolicy.setHorizontalStretch(0); + sizePolicy.setVerticalStretch(0); + sizePolicy.setHeightForWidth(pushButton_uartSetPara->sizePolicy().hasHeightForWidth()); + pushButton_uartSetPara->setSizePolicy(sizePolicy); + + horizontalLayout_3->addWidget(pushButton_uartSetPara); + + layoutWidget_2 = new QWidget(groupBox_2); + layoutWidget_2->setObjectName(QString::fromUtf8("layoutWidget_2")); + layoutWidget_2->setGeometry(QRect(370, 30, 291, 25)); + horizontalLayout_2 = new QHBoxLayout(layoutWidget_2); + horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); + horizontalLayout_2->setContentsMargins(0, 0, 0, 0); + pushButton_uartRefreshDev = new QPushButton(layoutWidget_2); + pushButton_uartRefreshDev->setObjectName(QString::fromUtf8("pushButton_uartRefreshDev")); + + horizontalLayout_2->addWidget(pushButton_uartRefreshDev); + + pushButton_uartCloseDev = new QPushButton(layoutWidget_2); + pushButton_uartCloseDev->setObjectName(QString::fromUtf8("pushButton_uartCloseDev")); + pushButton_uartCloseDev->setEnabled(false); + + horizontalLayout_2->addWidget(pushButton_uartCloseDev); + + pushButton_uartOpenDev = new QPushButton(layoutWidget_2); + pushButton_uartOpenDev->setObjectName(QString::fromUtf8("pushButton_uartOpenDev")); + + horizontalLayout_2->addWidget(pushButton_uartOpenDev); + + comboBox_uartDevList = new QComboBox(groupBox_2); + comboBox_uartDevList->setObjectName(QString::fromUtf8("comboBox_uartDevList")); + comboBox_uartDevList->setGeometry(QRect(101, 31, 261, 21)); + QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Fixed); + sizePolicy1.setHorizontalStretch(0); + sizePolicy1.setVerticalStretch(0); + sizePolicy1.setHeightForWidth(comboBox_uartDevList->sizePolicy().hasHeightForWidth()); + comboBox_uartDevList->setSizePolicy(sizePolicy1); + comboBox_uartDevList->setMaximumSize(QSize(16777215, 16777215)); + label_5 = new QLabel(groupBox_2); + label_5->setObjectName(QString::fromUtf8("label_5")); + label_5->setGeometry(QRect(10, 30, 81, 20)); + groupBox_3 = new QGroupBox(centralwidget); + groupBox_3->setObjectName(QString::fromUtf8("groupBox_3")); + groupBox_3->setGeometry(QRect(10, 0, 681, 121)); + layoutWidget1 = new QWidget(groupBox_3); + layoutWidget1->setObjectName(QString::fromUtf8("layoutWidget1")); + layoutWidget1->setGeometry(QRect(320, 60, 351, 54)); + gridLayout_3 = new QGridLayout(layoutWidget1); + gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3")); + gridLayout_3->setContentsMargins(0, 0, 0, 0); + comboBox_spiCS1_POLA = new QComboBox(layoutWidget1); + comboBox_spiCS1_POLA->addItem(QString()); + comboBox_spiCS1_POLA->addItem(QString()); + comboBox_spiCS1_POLA->setObjectName(QString::fromUtf8("comboBox_spiCS1_POLA")); + sizePolicy1.setHeightForWidth(comboBox_spiCS1_POLA->sizePolicy().hasHeightForWidth()); + comboBox_spiCS1_POLA->setSizePolicy(sizePolicy1); + comboBox_spiCS1_POLA->setMaximumSize(QSize(16777215, 16777215)); + comboBox_spiCS1_POLA->setSizeIncrement(QSize(0, 0)); + + gridLayout_3->addWidget(comboBox_spiCS1_POLA, 0, 0, 1, 1); + + pushButton_spiInit = new QPushButton(layoutWidget1); + pushButton_spiInit->setObjectName(QString::fromUtf8("pushButton_spiInit")); + sizePolicy.setHeightForWidth(pushButton_spiInit->sizePolicy().hasHeightForWidth()); + pushButton_spiInit->setSizePolicy(sizePolicy); + + gridLayout_3->addWidget(pushButton_spiInit, 0, 1, 2, 1); + + comboBox_spiCS2_POLA = new QComboBox(layoutWidget1); + comboBox_spiCS2_POLA->addItem(QString()); + comboBox_spiCS2_POLA->addItem(QString()); + comboBox_spiCS2_POLA->setObjectName(QString::fromUtf8("comboBox_spiCS2_POLA")); + sizePolicy1.setHeightForWidth(comboBox_spiCS2_POLA->sizePolicy().hasHeightForWidth()); + comboBox_spiCS2_POLA->setSizePolicy(sizePolicy1); + + gridLayout_3->addWidget(comboBox_spiCS2_POLA, 1, 0, 1, 1); + + label = new QLabel(groupBox_3); + label->setObjectName(QString::fromUtf8("label")); + label->setGeometry(QRect(15, 30, 71, 20)); + comboBox_spiDevList = new QComboBox(groupBox_3); + comboBox_spiDevList->setObjectName(QString::fromUtf8("comboBox_spiDevList")); + comboBox_spiDevList->setGeometry(QRect(96, 31, 261, 21)); + sizePolicy1.setHeightForWidth(comboBox_spiDevList->sizePolicy().hasHeightForWidth()); + comboBox_spiDevList->setSizePolicy(sizePolicy1); + comboBox_spiDevList->setMaximumSize(QSize(16777215, 16777215)); + layoutWidget2 = new QWidget(groupBox_3); + layoutWidget2->setObjectName(QString::fromUtf8("layoutWidget2")); + layoutWidget2->setGeometry(QRect(380, 30, 291, 25)); + horizontalLayout = new QHBoxLayout(layoutWidget2); + horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); + horizontalLayout->setContentsMargins(0, 0, 0, 0); + pushButton_spiRefreshDev = new QPushButton(layoutWidget2); + pushButton_spiRefreshDev->setObjectName(QString::fromUtf8("pushButton_spiRefreshDev")); + + horizontalLayout->addWidget(pushButton_spiRefreshDev); + + pushButton_spiCloseDev = new QPushButton(layoutWidget2); + pushButton_spiCloseDev->setObjectName(QString::fromUtf8("pushButton_spiCloseDev")); + pushButton_spiCloseDev->setEnabled(false); + + horizontalLayout->addWidget(pushButton_spiCloseDev); + + pushButton_spiOpenDev = new QPushButton(layoutWidget2); + pushButton_spiOpenDev->setObjectName(QString::fromUtf8("pushButton_spiOpenDev")); + + horizontalLayout->addWidget(pushButton_spiOpenDev); + + layoutWidget3 = new QWidget(groupBox_3); + layoutWidget3->setObjectName(QString::fromUtf8("layoutWidget3")); + layoutWidget3->setGeometry(QRect(10, 60, 301, 54)); + gridLayout = new QGridLayout(layoutWidget3); + gridLayout->setObjectName(QString::fromUtf8("gridLayout")); + gridLayout->setContentsMargins(0, 0, 0, 0); + label_2 = new QLabel(layoutWidget3); + label_2->setObjectName(QString::fromUtf8("label_2")); + + gridLayout->addWidget(label_2, 0, 0, 1, 1); + + comboBox_spiMode = new QComboBox(layoutWidget3); + comboBox_spiMode->addItem(QString()); + comboBox_spiMode->addItem(QString()); + comboBox_spiMode->addItem(QString()); + comboBox_spiMode->addItem(QString()); + comboBox_spiMode->setObjectName(QString::fromUtf8("comboBox_spiMode")); + + gridLayout->addWidget(comboBox_spiMode, 0, 1, 1, 1); + + comboBox_spiDataOrder = new QComboBox(layoutWidget3); + comboBox_spiDataOrder->addItem(QString()); + comboBox_spiDataOrder->addItem(QString()); + comboBox_spiDataOrder->setObjectName(QString::fromUtf8("comboBox_spiDataOrder")); + + gridLayout->addWidget(comboBox_spiDataOrder, 1, 1, 1, 1); + + label_3 = new QLabel(layoutWidget3); + label_3->setObjectName(QString::fromUtf8("label_3")); + + gridLayout->addWidget(label_3, 0, 2, 1, 1); + + comboBox_spiDataLen = new QComboBox(layoutWidget3); + comboBox_spiDataLen->addItem(QString()); + comboBox_spiDataLen->addItem(QString()); + comboBox_spiDataLen->setObjectName(QString::fromUtf8("comboBox_spiDataLen")); + + gridLayout->addWidget(comboBox_spiDataLen, 1, 3, 1, 1); + + label_4 = new QLabel(layoutWidget3); + label_4->setObjectName(QString::fromUtf8("label_4")); + + gridLayout->addWidget(label_4, 1, 0, 1, 1); + + label_7 = new QLabel(layoutWidget3); + label_7->setObjectName(QString::fromUtf8("label_7")); + + gridLayout->addWidget(label_7, 1, 2, 1, 1); + + comboBox_spiFreq = new QComboBox(layoutWidget3); + comboBox_spiFreq->addItem(QString()); + comboBox_spiFreq->addItem(QString()); + comboBox_spiFreq->addItem(QString()); + comboBox_spiFreq->addItem(QString()); + comboBox_spiFreq->addItem(QString()); + comboBox_spiFreq->addItem(QString()); + comboBox_spiFreq->addItem(QString()); + comboBox_spiFreq->addItem(QString()); + comboBox_spiFreq->setObjectName(QString::fromUtf8("comboBox_spiFreq")); + + gridLayout->addWidget(comboBox_spiFreq, 0, 3, 1, 1); + + groupBox = new QGroupBox(centralwidget); + groupBox->setObjectName(QString::fromUtf8("groupBox")); + groupBox->setGeometry(QRect(10, 840, 681, 111)); + plainTextEdit_logOutput = new QPlainTextEdit(groupBox); + plainTextEdit_logOutput->setObjectName(QString::fromUtf8("plainTextEdit_logOutput")); + plainTextEdit_logOutput->setGeometry(QRect(10, 30, 661, 70)); + groupBox_4 = new QGroupBox(centralwidget); + groupBox_4->setObjectName(QString::fromUtf8("groupBox_4")); + groupBox_4->setGeometry(QRect(10, 340, 681, 501)); + pushButton_icdSendVolCMD = new QPushButton(groupBox_4); + pushButton_icdSendVolCMD->setObjectName(QString::fromUtf8("pushButton_icdSendVolCMD")); + pushButton_icdSendVolCMD->setGeometry(QRect(561, 30, 111, 21)); + label_14 = new QLabel(groupBox_4); + label_14->setObjectName(QString::fromUtf8("label_14")); + label_14->setGeometry(QRect(250, 30, 39, 23)); + comboBox_icdCmd = new QComboBox(groupBox_4); + comboBox_icdCmd->addItem(QString()); + comboBox_icdCmd->addItem(QString()); + comboBox_icdCmd->addItem(QString()); + comboBox_icdCmd->setObjectName(QString::fromUtf8("comboBox_icdCmd")); + comboBox_icdCmd->setGeometry(QRect(44, 30, 81, 23)); + comboBox_icdGroup = new QComboBox(groupBox_4); + comboBox_icdGroup->addItem(QString()); + comboBox_icdGroup->addItem(QString()); + comboBox_icdGroup->addItem(QString()); + comboBox_icdGroup->addItem(QString()); + comboBox_icdGroup->setObjectName(QString::fromUtf8("comboBox_icdGroup")); + comboBox_icdGroup->setGeometry(QRect(164, 30, 81, 23)); + label_13 = new QLabel(groupBox_4); + label_13->setObjectName(QString::fromUtf8("label_13")); + label_13->setGeometry(QRect(130, 30, 39, 23)); + label_12 = new QLabel(groupBox_4); + label_12->setObjectName(QString::fromUtf8("label_12")); + label_12->setGeometry(QRect(10, 30, 39, 23)); + comboBox_icdSubGroup = new QComboBox(groupBox_4); + comboBox_icdSubGroup->setObjectName(QString::fromUtf8("comboBox_icdSubGroup")); + comboBox_icdSubGroup->setGeometry(QRect(300, 30, 101, 23)); + tableWidget_volInput = new QTableWidget(groupBox_4); + if (tableWidget_volInput->columnCount() < 16) + tableWidget_volInput->setColumnCount(16); + if (tableWidget_volInput->rowCount() < 16) + tableWidget_volInput->setRowCount(16); + tableWidget_volInput->setObjectName(QString::fromUtf8("tableWidget_volInput")); + tableWidget_volInput->setGeometry(QRect(0, 60, 671, 431)); + tableWidget_volInput->setAutoScrollMargin(16); + tableWidget_volInput->setRowCount(16); + tableWidget_volInput->setColumnCount(16); + tableWidget_volInput->horizontalHeader()->setMinimumSectionSize(20); + tableWidget_volInput->horizontalHeader()->setDefaultSectionSize(40); + tableWidget_volInput->verticalHeader()->setDefaultSectionSize(25); + groupBox_5 = new QGroupBox(centralwidget); + groupBox_5->setObjectName(QString::fromUtf8("groupBox_5")); + groupBox_5->setGeometry(QRect(10, 230, 681, 111)); + checkBox_icdFBK_EN = new QCheckBox(groupBox_5); + checkBox_icdFBK_EN->setObjectName(QString::fromUtf8("checkBox_icdFBK_EN")); + checkBox_icdFBK_EN->setGeometry(QRect(480, 20, 71, 21)); + comboBox_icdDacCh = new QComboBox(groupBox_5); + comboBox_icdDacCh->setObjectName(QString::fromUtf8("comboBox_icdDacCh")); + comboBox_icdDacCh->setGeometry(QRect(300, 20, 61, 23)); + label_15 = new QLabel(groupBox_5); + label_15->setObjectName(QString::fromUtf8("label_15")); + label_15->setGeometry(QRect(10, 20, 61, 23)); + checkBox_icdTEMPTEST = new QCheckBox(groupBox_5); + checkBox_icdTEMPTEST->setObjectName(QString::fromUtf8("checkBox_icdTEMPTEST")); + checkBox_icdTEMPTEST->setGeometry(QRect(570, 20, 111, 21)); + pushButton_icdRegRead = new QPushButton(groupBox_5); + pushButton_icdRegRead->setObjectName(QString::fromUtf8("pushButton_icdRegRead")); + pushButton_icdRegRead->setGeometry(QRect(560, 80, 111, 23)); + checkBox_icdEN_TADC = new QCheckBox(groupBox_5); + checkBox_icdEN_TADC->setObjectName(QString::fromUtf8("checkBox_icdEN_TADC")); + checkBox_icdEN_TADC->setGeometry(QRect(390, 20, 82, 21)); + checkBox_icdEN_TADC->setChecked(true); + label_icdRegRead = new QLabel(groupBox_5); + label_icdRegRead->setObjectName(QString::fromUtf8("label_icdRegRead")); + label_icdRegRead->setGeometry(QRect(140, 80, 241, 16)); + checkBox_icdTRIG_TADC = new QCheckBox(groupBox_5); + checkBox_icdTRIG_TADC->setObjectName(QString::fromUtf8("checkBox_icdTRIG_TADC")); + checkBox_icdTRIG_TADC->setGeometry(QRect(110, 50, 91, 21)); + label_16 = new QLabel(groupBox_5); + label_16->setObjectName(QString::fromUtf8("label_16")); + label_16->setGeometry(QRect(240, 20, 61, 23)); + checkBox_icdTEST_EN = new QCheckBox(groupBox_5); + checkBox_icdTEST_EN->setObjectName(QString::fromUtf8("checkBox_icdTEST_EN")); + checkBox_icdTEST_EN->setGeometry(QRect(10, 50, 91, 21)); + checkBox_icdTEST_EN->setChecked(true); + comboBox_icdRefCurr = new QComboBox(groupBox_5); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->addItem(QString()); + comboBox_icdRefCurr->setObjectName(QString::fromUtf8("comboBox_icdRefCurr")); + comboBox_icdRefCurr->setGeometry(QRect(490, 50, 61, 23)); + comboBox_icdADCClkPrs = new QComboBox(groupBox_5); + comboBox_icdADCClkPrs->addItem(QString()); + comboBox_icdADCClkPrs->addItem(QString()); + comboBox_icdADCClkPrs->addItem(QString()); + comboBox_icdADCClkPrs->addItem(QString()); + comboBox_icdADCClkPrs->setObjectName(QString::fromUtf8("comboBox_icdADCClkPrs")); + comboBox_icdADCClkPrs->setGeometry(QRect(300, 50, 61, 23)); + pushButton_icdRegConfig = new QPushButton(groupBox_5); + pushButton_icdRegConfig->setObjectName(QString::fromUtf8("pushButton_icdRegConfig")); + pushButton_icdRegConfig->setGeometry(QRect(560, 50, 111, 23)); + comboBox_icdDacId = new QComboBox(groupBox_5); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->addItem(QString()); + comboBox_icdDacId->setObjectName(QString::fromUtf8("comboBox_icdDacId")); + comboBox_icdDacId->setGeometry(QRect(70, 20, 61, 23)); + label_20 = new QLabel(groupBox_5); + label_20->setObjectName(QString::fromUtf8("label_20")); + label_20->setGeometry(QRect(10, 80, 131, 23)); + label_19 = new QLabel(groupBox_5); + label_19->setObjectName(QString::fromUtf8("label_19")); + label_19->setGeometry(QRect(410, 50, 51, 23)); + label_17 = new QLabel(groupBox_5); + label_17->setObjectName(QString::fromUtf8("label_17")); + label_17->setGeometry(QRect(210, 50, 81, 23)); + MainWindow->setCentralWidget(centralwidget); + menubar = new QMenuBar(MainWindow); + menubar->setObjectName(QString::fromUtf8("menubar")); + menubar->setGeometry(QRect(0, 0, 703, 20)); + MainWindow->setMenuBar(menubar); + statusbar = new QStatusBar(MainWindow); + statusbar->setObjectName(QString::fromUtf8("statusbar")); + MainWindow->setStatusBar(statusbar); + + retranslateUi(MainWindow); + + comboBox_icdRefCurr->setCurrentIndex(8); + comboBox_icdADCClkPrs->setCurrentIndex(0); + + + QMetaObject::connectSlotsByName(MainWindow); + } // setupUi + + void retranslateUi(QMainWindow *MainWindow) + { + MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "MainWindow", nullptr)); + groupBox_2->setTitle(QCoreApplication::translate("MainWindow", "\344\270\262\345\217\243\351\205\215\347\275\256\345\214\272", nullptr)); + label_6->setText(QCoreApplication::translate("MainWindow", "\346\263\242\347\211\271\347\216\207:", nullptr)); + comboBox_uartBps->setItemText(0, QCoreApplication::translate("MainWindow", "115200", nullptr)); + comboBox_uartBps->setItemText(1, QCoreApplication::translate("MainWindow", "9600", nullptr)); + + label_8->setText(QCoreApplication::translate("MainWindow", "\346\240\241\351\252\214\344\275\215:", nullptr)); + comboBox_uartVerify->setItemText(0, QCoreApplication::translate("MainWindow", "None", nullptr)); + comboBox_uartVerify->setItemText(1, QCoreApplication::translate("MainWindow", "Odd", nullptr)); + comboBox_uartVerify->setItemText(2, QCoreApplication::translate("MainWindow", "Even", nullptr)); + comboBox_uartVerify->setItemText(3, QCoreApplication::translate("MainWindow", "Mark", nullptr)); + comboBox_uartVerify->setItemText(4, QCoreApplication::translate("MainWindow", "Space", nullptr)); + + label_9->setText(QCoreApplication::translate("MainWindow", "\345\201\234\346\255\242\344\275\215:", nullptr)); + comboBox_uartStop->setItemText(0, QCoreApplication::translate("MainWindow", "1\344\275\215", nullptr)); + comboBox_uartStop->setItemText(1, QCoreApplication::translate("MainWindow", "1.5\344\275\215", nullptr)); + comboBox_uartStop->setItemText(2, QCoreApplication::translate("MainWindow", "2\344\275\215", nullptr)); + + label_10->setText(QCoreApplication::translate("MainWindow", "\346\225\260\346\215\256\344\275\215:", nullptr)); + comboBox_uartData->setItemText(0, QCoreApplication::translate("MainWindow", "8", nullptr)); + + label_11->setText(QCoreApplication::translate("MainWindow", "\345\255\227\350\212\202\350\266\205\346\227\266(ms):", nullptr)); + lineEdit_uartTimeOut->setText(QCoreApplication::translate("MainWindow", "0", nullptr)); + pushButton_uartSetPara->setText(QCoreApplication::translate("MainWindow", "\344\270\262\345\217\243\345\217\202\346\225\260\350\256\276\347\275\256", nullptr)); + pushButton_uartRefreshDev->setText(QCoreApplication::translate("MainWindow", "\345\210\267\346\226\260\350\256\276\345\244\207\345\210\227\350\241\250", nullptr)); + pushButton_uartCloseDev->setText(QCoreApplication::translate("MainWindow", "\345\205\263\351\227\255\350\256\276\345\244\207", nullptr)); + pushButton_uartOpenDev->setText(QCoreApplication::translate("MainWindow", "\346\211\223\345\274\200\350\256\276\345\244\207", nullptr)); + label_5->setText(QCoreApplication::translate("MainWindow", "UART\350\256\276\345\244\207\345\210\227\350\241\250:", nullptr)); + groupBox_3->setTitle(QCoreApplication::translate("MainWindow", "SPI\351\205\215\347\275\256\345\214\272", nullptr)); + comboBox_spiCS1_POLA->setItemText(0, QCoreApplication::translate("MainWindow", "CS1_POLA_LOW", nullptr)); + comboBox_spiCS1_POLA->setItemText(1, QCoreApplication::translate("MainWindow", "CS1_POLA_HIGH", nullptr)); + + pushButton_spiInit->setText(QCoreApplication::translate("MainWindow", "\345\210\235\345\247\213\345\214\226SPI(C0)", nullptr)); + comboBox_spiCS2_POLA->setItemText(0, QCoreApplication::translate("MainWindow", "CS2_POLA_LOW", nullptr)); + comboBox_spiCS2_POLA->setItemText(1, QCoreApplication::translate("MainWindow", "CS2_POLA_HIGH", nullptr)); + + label->setText(QCoreApplication::translate("MainWindow", "SPI\350\256\276\345\244\207\345\210\227\350\241\250:", nullptr)); + pushButton_spiRefreshDev->setText(QCoreApplication::translate("MainWindow", "\345\210\267\346\226\260\350\256\276\345\244\207\345\210\227\350\241\250", nullptr)); + pushButton_spiCloseDev->setText(QCoreApplication::translate("MainWindow", "\345\205\263\351\227\255\350\256\276\345\244\207", nullptr)); + pushButton_spiOpenDev->setText(QCoreApplication::translate("MainWindow", "\346\211\223\345\274\200\350\256\276\345\244\207", nullptr)); + label_2->setText(QCoreApplication::translate("MainWindow", "\346\250\241\345\274\217:", nullptr)); + comboBox_spiMode->setItemText(0, QCoreApplication::translate("MainWindow", "\346\250\241\345\274\2170", nullptr)); + comboBox_spiMode->setItemText(1, QCoreApplication::translate("MainWindow", "\346\250\241\345\274\2171", nullptr)); + comboBox_spiMode->setItemText(2, QCoreApplication::translate("MainWindow", "\346\250\241\345\274\2172", nullptr)); + comboBox_spiMode->setItemText(3, QCoreApplication::translate("MainWindow", "\346\250\241\345\274\2173", nullptr)); + + comboBox_spiDataOrder->setItemText(0, QCoreApplication::translate("MainWindow", "LSB", nullptr)); + comboBox_spiDataOrder->setItemText(1, QCoreApplication::translate("MainWindow", "MSB", nullptr)); + + label_3->setText(QCoreApplication::translate("MainWindow", "\346\227\266\351\222\237\351\242\221\347\216\207:", nullptr)); + comboBox_spiDataLen->setItemText(0, QCoreApplication::translate("MainWindow", "8bit", nullptr)); + comboBox_spiDataLen->setItemText(1, QCoreApplication::translate("MainWindow", "16bit", nullptr)); + + label_4->setText(QCoreApplication::translate("MainWindow", "\346\225\260\346\215\256:", nullptr)); + label_7->setText(QCoreApplication::translate("MainWindow", "\346\225\260\346\215\256\345\256\275\345\272\246:", nullptr)); + comboBox_spiFreq->setItemText(0, QCoreApplication::translate("MainWindow", "60MHz", nullptr)); + comboBox_spiFreq->setItemText(1, QCoreApplication::translate("MainWindow", "30MHz", nullptr)); + comboBox_spiFreq->setItemText(2, QCoreApplication::translate("MainWindow", "15MHz", nullptr)); + comboBox_spiFreq->setItemText(3, QCoreApplication::translate("MainWindow", "7.5MHz", nullptr)); + comboBox_spiFreq->setItemText(4, QCoreApplication::translate("MainWindow", "3.75MHz", nullptr)); + comboBox_spiFreq->setItemText(5, QCoreApplication::translate("MainWindow", "1.875MHz", nullptr)); + comboBox_spiFreq->setItemText(6, QCoreApplication::translate("MainWindow", "937.5KHz", nullptr)); + comboBox_spiFreq->setItemText(7, QCoreApplication::translate("MainWindow", "468.75KHz", nullptr)); + + groupBox->setTitle(QCoreApplication::translate("MainWindow", "\346\227\245\345\277\227\350\276\223\345\207\272", nullptr)); + groupBox_4->setTitle(QCoreApplication::translate("MainWindow", "\351\205\215\347\275\256\347\224\265\345\216\213\345\214\272", nullptr)); + pushButton_icdSendVolCMD->setText(QCoreApplication::translate("MainWindow", "\345\217\221\351\200\201\347\224\265\345\216\213\345\221\275\344\273\244", nullptr)); + label_14->setText(QCoreApplication::translate("MainWindow", "\345\255\220\345\210\206\347\273\204:", nullptr)); + comboBox_icdCmd->setItemText(0, QCoreApplication::translate("MainWindow", "\345\217\202\346\225\260\345\275\222\351\233\266", nullptr)); + comboBox_icdCmd->setItemText(1, QCoreApplication::translate("MainWindow", "\345\220\214\345\200\274\351\205\215\347\275\256", nullptr)); + comboBox_icdCmd->setItemText(2, QCoreApplication::translate("MainWindow", "\345\274\202\345\200\274\351\205\215\347\275\256", nullptr)); + + comboBox_icdGroup->setItemText(0, QCoreApplication::translate("MainWindow", "\346\211\200\346\234\211DAC", nullptr)); + comboBox_icdGroup->setItemText(1, QCoreApplication::translate("MainWindow", "A/B\345\210\206\347\273\204", nullptr)); + comboBox_icdGroup->setItemText(2, QCoreApplication::translate("MainWindow", "OPA\345\210\206\347\273\204", nullptr)); + comboBox_icdGroup->setItemText(3, QCoreApplication::translate("MainWindow", "\345\215\225\344\270\252DAC", nullptr)); + + label_13->setText(QCoreApplication::translate("MainWindow", "\345\210\206\347\273\204:", nullptr)); + label_12->setText(QCoreApplication::translate("MainWindow", "\345\221\275\344\273\244:", nullptr)); + groupBox_5->setTitle(QCoreApplication::translate("MainWindow", "\345\257\204\345\255\230\345\231\250\351\205\215\347\275\256\345\217\212\345\233\236\350\257\273\345\214\272", nullptr)); + checkBox_icdFBK_EN->setText(QCoreApplication::translate("MainWindow", "FBK_EN", nullptr)); + label_15->setText(QCoreApplication::translate("MainWindow", "DAC\347\274\226\345\217\267:", nullptr)); + checkBox_icdTEMPTEST->setText(QCoreApplication::translate("MainWindow", "TEMPTEST_EN", nullptr)); + pushButton_icdRegRead->setText(QCoreApplication::translate("MainWindow", "\345\257\204\345\255\230\345\231\250\345\233\236\350\257\273", nullptr)); + checkBox_icdEN_TADC->setText(QCoreApplication::translate("MainWindow", "EN_TADC", nullptr)); + label_icdRegRead->setText(QCoreApplication::translate("MainWindow", "none", nullptr)); + checkBox_icdTRIG_TADC->setText(QCoreApplication::translate("MainWindow", "TRIG_TADC", nullptr)); + label_16->setText(QCoreApplication::translate("MainWindow", "DAC\351\200\232\351\201\223:", nullptr)); + checkBox_icdTEST_EN->setText(QCoreApplication::translate("MainWindow", "TEST_TADC", nullptr)); + comboBox_icdRefCurr->setItemText(0, QCoreApplication::translate("MainWindow", "0000", nullptr)); + comboBox_icdRefCurr->setItemText(1, QCoreApplication::translate("MainWindow", "0001", nullptr)); + comboBox_icdRefCurr->setItemText(2, QCoreApplication::translate("MainWindow", "0010", nullptr)); + comboBox_icdRefCurr->setItemText(3, QCoreApplication::translate("MainWindow", "0011", nullptr)); + comboBox_icdRefCurr->setItemText(4, QCoreApplication::translate("MainWindow", "0100", nullptr)); + comboBox_icdRefCurr->setItemText(5, QCoreApplication::translate("MainWindow", "0101", nullptr)); + comboBox_icdRefCurr->setItemText(6, QCoreApplication::translate("MainWindow", "0110", nullptr)); + comboBox_icdRefCurr->setItemText(7, QCoreApplication::translate("MainWindow", "0111", nullptr)); + comboBox_icdRefCurr->setItemText(8, QCoreApplication::translate("MainWindow", "1000", nullptr)); + comboBox_icdRefCurr->setItemText(9, QCoreApplication::translate("MainWindow", "1001", nullptr)); + comboBox_icdRefCurr->setItemText(10, QCoreApplication::translate("MainWindow", "1010", nullptr)); + comboBox_icdRefCurr->setItemText(11, QCoreApplication::translate("MainWindow", "1011", nullptr)); + comboBox_icdRefCurr->setItemText(12, QCoreApplication::translate("MainWindow", "1100", nullptr)); + comboBox_icdRefCurr->setItemText(13, QCoreApplication::translate("MainWindow", "1101", nullptr)); + comboBox_icdRefCurr->setItemText(14, QCoreApplication::translate("MainWindow", "1110", nullptr)); + comboBox_icdRefCurr->setItemText(15, QCoreApplication::translate("MainWindow", "1111", nullptr)); + + comboBox_icdADCClkPrs->setItemText(0, QCoreApplication::translate("MainWindow", "00", nullptr)); + comboBox_icdADCClkPrs->setItemText(1, QCoreApplication::translate("MainWindow", "01", nullptr)); + comboBox_icdADCClkPrs->setItemText(2, QCoreApplication::translate("MainWindow", "10", nullptr)); + comboBox_icdADCClkPrs->setItemText(3, QCoreApplication::translate("MainWindow", "11", nullptr)); + + pushButton_icdRegConfig->setText(QCoreApplication::translate("MainWindow", "\345\257\204\345\255\230\345\231\250\351\205\215\347\275\256", nullptr)); + comboBox_icdDacId->setItemText(0, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\2671", nullptr)); + comboBox_icdDacId->setItemText(1, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\2672", nullptr)); + comboBox_icdDacId->setItemText(2, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\2673", nullptr)); + comboBox_icdDacId->setItemText(3, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\2674", nullptr)); + comboBox_icdDacId->setItemText(4, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\2675", nullptr)); + comboBox_icdDacId->setItemText(5, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\2676", nullptr)); + comboBox_icdDacId->setItemText(6, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\2677", nullptr)); + comboBox_icdDacId->setItemText(7, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\2678", nullptr)); + comboBox_icdDacId->setItemText(8, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\2679", nullptr)); + comboBox_icdDacId->setItemText(9, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26710", nullptr)); + comboBox_icdDacId->setItemText(10, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26711", nullptr)); + comboBox_icdDacId->setItemText(11, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26712", nullptr)); + comboBox_icdDacId->setItemText(12, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26713", nullptr)); + comboBox_icdDacId->setItemText(13, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26714", nullptr)); + comboBox_icdDacId->setItemText(14, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26715", nullptr)); + comboBox_icdDacId->setItemText(15, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26716", nullptr)); + comboBox_icdDacId->setItemText(16, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26717", nullptr)); + comboBox_icdDacId->setItemText(17, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26718", nullptr)); + comboBox_icdDacId->setItemText(18, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26719", nullptr)); + comboBox_icdDacId->setItemText(19, QCoreApplication::translate("MainWindow", "\347\274\226\345\217\26720", nullptr)); + + label_20->setText(QCoreApplication::translate("MainWindow", "REG7\350\207\263REG1\350\257\273\345\217\226\347\232\204\345\200\274:", nullptr)); + label_19->setText(QCoreApplication::translate("MainWindow", "ICON18:", nullptr)); + label_17->setText(QCoreApplication::translate("MainWindow", "N_CLKDIV18:", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class MainWindow: public Ui_MainWindow {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_MAINWINDOW_H diff --git a/drivers/log/logHandler.cpp b/drivers/log/logHandler.cpp new file mode 100644 index 0000000..5c39774 --- /dev/null +++ b/drivers/log/logHandler.cpp @@ -0,0 +1,56 @@ +#include "LogHandler.h" +#include +#include +#include + +// 初始化静态成员 +LogHandler* LogHandler::s_instance = nullptr; +QMutex LogHandler::s_mutex; + +LogHandler::LogHandler(QObject *parent) : QObject(parent), m_logWidget(nullptr) { + +} + +// 获取单例实例(线程安全) +LogHandler* LogHandler::log_instance() { + if (!s_instance) { + QMutexLocker locker(&s_mutex); + if (!s_instance) { + s_instance = new LogHandler(); + } + } + return s_instance; +} + +// 初始化日志输出目标 +void LogHandler::log_init(QPlainTextEdit *logWidget) { + LogHandler *handler = log_instance(); + handler->m_logWidget = logWidget; + qInstallMessageHandler(log_handleMessage); // 注册消息处理器 +} + +// 静态消息处理函数 +void LogHandler::log_handleMessage(QtMsgType type, const QMessageLogContext &, const QString &msg) { + LogHandler *handler = log_instance(); + if (!handler) return; + + // 格式化日志消息(添加时间和日志级别) + QString timestamp = QDateTime::currentDateTime().toString("[hh:mm:ss.zzz] "); + QString level; + switch (type) { + case QtDebugMsg: level = "DEBUG"; break; + case QtInfoMsg: level = "INFO"; break; + case QtWarningMsg: level = "WARN"; break; + case QtCriticalMsg: level = "ERROR"; break; + case QtFatalMsg: level = "FATAL"; break; + } + QString formattedMsg = QString("%1[%2] %3").arg(timestamp, level, msg); + + // 如果有UI组件,通过信号槽更新(线程安全) + if (handler->m_logWidget) { + emit handler->log_messageLogged(formattedMsg); + } else { + // 无UI时输出到控制台 + std::cerr << formattedMsg.toStdString() << std::endl; + } +} diff --git a/drivers/log/logHandler.h b/drivers/log/logHandler.h new file mode 100644 index 0000000..e92dba4 --- /dev/null +++ b/drivers/log/logHandler.h @@ -0,0 +1,31 @@ +#ifndef __LOG_HANDLER_H__ +#define __LOG_HANDLER_H__ + +#include +#include +#include + +class LogHandler : public QObject { + Q_OBJECT +public: + // 获取单例实例 + static LogHandler* log_instance(); + + // 初始化日志输出目标(UI控件) + static void log_init(QPlainTextEdit *logWidget = nullptr); + + // Qt 消息处理函数(静态) + static void log_handleMessage(QtMsgType type, const QMessageLogContext &context, const QString &msg); + +signals: + // 日志信号(用于跨线程传递) + void log_messageLogged(const QString &formattedMsg); + +private: + explicit LogHandler(QObject *parent = nullptr); + static LogHandler *s_instance; // 单例实例 + static QMutex s_mutex; // 线程安全锁 + QPlainTextEdit *m_logWidget; // 日志输出UI组件 +}; + +#endif diff --git a/drivers/spi/drv_spi.cpp b/drivers/spi/drv_spi.cpp new file mode 100644 index 0000000..afc05bf --- /dev/null +++ b/drivers/spi/drv_spi.cpp @@ -0,0 +1,102 @@ +#include "drv_spi.h" +#include // 用于调试输出 + +DRV_Spi::DRV_Spi(QObject *parent) + : QObject(parent) // 假设有8个通道 +{ + +} + +DRV_Spi::~DRV_Spi() +{ + +} + +//枚举当前的所有SPI设备:返回搜索到的设备数目 +ULONG DRV_Spi::spi_enumDevice() +{ + ULONG i; + + mDeviceInforS DevInfor = {0}; + + UCHAR iDriverVer = 0; + UCHAR iDLLVer = 0; + UCHAR ibcdDevice = 0; + UCHAR iChipType = 0; + + // 当前设备数目清零 + this->m_DRV_Spi_Infors.ulDevCnt = 0; + + // 依次搜索设备 + for(i=0;i<16;i++) + { + // 打开设备 + if(CH347OpenDevice(i) != INVALID_HANDLE_VALUE) + { + // 获取设备信息 + CH347GetDeviceInfor(i,&DevInfor); + // 输出设备信息 + DbgPrint("Manufacturer:%s Product:%s.", DevInfor.ManufacturerString, DevInfor.ProductString); + + if(DevInfor.ChipMode == 3) //模式3此接口为JTAG/I2C + continue; + // 格式化设备名称 + sprintf(this->m_DRV_Spi_Infors.bDeviceName, "%d# %s",i,DevInfor.FuncDescStr); + // 输出设备名称 + DbgPrint("Dev Name:%s.", this->m_DRV_Spi_Infors.bDeviceName); + // copy设备信息至SpiI2cDevInfor结构体 + memcpy(&this->m_DRV_Spi_Infors.SpiI2cDevInfor[this->m_DRV_Spi_Infors.ulDevCnt], &DevInfor,sizeof(DevInfor)); + // 设备数量自增 + this->m_DRV_Spi_Infors.ulDevCnt++; + // 获取版本号 + CH347GetVersion(i, &iDriverVer, &iDLLVer, &ibcdDevice, &iChipType); + // 输出版本号 + DbgPrint("Version: DV:%02x DLLV:%02x BCD:%02x CT:%02x.", iDriverVer, iDLLVer, ibcdDevice, iChipType); + } + // 关闭设备 + CH347CloseDevice(i); + } + return this->m_DRV_Spi_Infors.ulDevCnt; +} + +//打开设备 +bool DRV_Spi::spi_openDevice(ULONG SpiI2cGpioDevIndex) +{ + // 获取所选的设备序号 + if((SpiI2cGpioDevIndex < 0) || (SpiI2cGpioDevIndex > this->m_DRV_Spi_Infors.ulDevCnt)) + { + DbgPrint("device index error!"); + return false; + } + // 打开设备 + this->m_DRV_Spi_Infors.devIsOpened = (CH347OpenDevice(SpiI2cGpioDevIndex) != INVALID_HANDLE_VALUE); + // 设置USB数据读写超时时间 + CH347SetTimeout(SpiI2cGpioDevIndex,500,500); + // 输出调试信息 + DbgPrint("Open the device...%s",this->m_DRV_Spi_Infors.devIsOpened?"Success":"Failed"); + if(!this->m_DRV_Spi_Infors.devIsOpened) + return false; + // 设置当前打开设备的索引号 + this->m_DRV_Spi_Infors.opendDevIndex = SpiI2cGpioDevIndex; + return true; +// CH347InitSpi(); +} + +//关闭设备 +bool DRV_Spi::spi_closeDevice() +{ + // 判断当前设备是否开启 + if(!this->m_DRV_Spi_Infors.devIsOpened) + { + DbgPrint("The Device not open!"); + return false; + } + // 关闭当前正在开启的设备 + CH347CloseDevice(this->m_DRV_Spi_Infors.opendDevIndex); + // 设置设备打开标志位为FALSE + this->m_DRV_Spi_Infors.devIsOpened = FALSE; + // 输出信息 + DbgPrint("Close the Device!"); + + return TRUE; +} diff --git a/drivers/spi/drv_spi.h b/drivers/spi/drv_spi.h new file mode 100644 index 0000000..c1db722 --- /dev/null +++ b/drivers/spi/drv_spi.h @@ -0,0 +1,72 @@ +#ifndef _DRV_SPI_H__ +#define _DRV_SPI_H__ + +#include + +#include "libs/CH347DLL.H" + +#define DbgPrint(format, ...) qDebug().nospace() << QString::asprintf(format, ##__VA_ARGS__) + +typedef struct _USB_DEVICE_DESCRIPTOR { + UCHAR bLength; + UCHAR bDescriptorType; + USHORT bcdUSB; + UCHAR bDeviceClass; + UCHAR bDeviceSubClass; + UCHAR bDeviceProtocol; + UCHAR bMaxPacketSize0; + USHORT idVendor; + USHORT idProduct; + USHORT bcdDevice; + UCHAR iManufacturer; + UCHAR iProduct; + UCHAR iSerialNumber; + UCHAR bNumConfigurations; +} USB_DEVICE_DESCRIPTOR, *PUSB_DEVICE_DESCRIPTOR; + +typedef struct _DRV_SPI_INFO +{ + CHAR bDeviceName[256]; //设备名称 + mDeviceInforS SpiI2cDevInfor[16]; //spiI2c设备信息 + ULONG ulDevCnt; //设备数量 + BOOL devIsOpened; //设备开启标志位 + ULONG opendDevIndex; //当前设备索引号 +}mDRV_Spi_Infors; + +class DRV_Spi : public QObject +{ + Q_OBJECT // 如果需要使用QT的信号槽机制 + +public: + /** + * @brief 构造函数 + * @param parent 父对象指针 + */ + explicit DRV_Spi(QObject *parent = nullptr); + + /** + * @brief 析构函数 + */ + virtual ~DRV_Spi(); + + /*************函数定义*************/ + ULONG spi_enumDevice(); // 枚举SPI设备 + bool spi_openDevice(ULONG SpiI2cGpioDevIndex); // 打开设备 + bool spi_closeDevice(); // 关闭设备 + + /*************变量定义*************/ + mDRV_Spi_Infors m_DRV_Spi_Infors; //Spi驱动相关信息 + +signals: + // 可以添加DAC特定的信号 + // void outputChanged(int channel, double value); + +private: + // 私有成员变量 + // double m_currentValues[]; // 当前各通道输出值(假设有多个通道) + + // 私有方法 + +}; + +#endif diff --git a/drivers/uart/drv_uart.cpp b/drivers/uart/drv_uart.cpp new file mode 100644 index 0000000..04d6acf --- /dev/null +++ b/drivers/uart/drv_uart.cpp @@ -0,0 +1,155 @@ +#include "drv_uart.h" +#include +#include // 用于调试输出 +#include + +DRV_Uart::DRV_Uart(QObject *parent) + : QObject(parent) // 假设有8个通道 +{ + +} + +DRV_Uart::~DRV_Uart() +{ + +} + +// 枚举当前的所有UART设备:返回搜索到的设备数目 +ULONG DRV_Uart::Uart_enumDevice() +{ + ULONG i; + + mDeviceInforS DevInfor = {0}; + + // 当前设备数目清零 + this->m_DRV_Uart_Infors.ulDevCnt = 0; + + // 依次搜索设备 + for(i=0;i<16;i++) + { + // 打开设备 + if(CH347Uart_Open(i) != INVALID_HANDLE_VALUE) + { + // 获取设备信息 + CH347Uart_GetDeviceInfor(i,&DevInfor); + // 格式化设备名称 + sprintf(this->m_DRV_Uart_Infors.bDeviceName[this->m_DRV_Uart_Infors.ulDevCnt], "%d# %s", i,DevInfor.FuncDescStr); + // 输出设备名称 + DbgPrint("UART:%s.", this->m_DRV_Uart_Infors.bDeviceName[this->m_DRV_Uart_Infors.ulDevCnt]); + + // copy设备信息至SpiI2cDevInfor结构体 + memcpy(&this->m_DRV_Uart_Infors.UartDevInfor[this->m_DRV_Uart_Infors.ulDevCnt], &DevInfor,sizeof(DevInfor)); + // 设备数量自增 + this->m_DRV_Uart_Infors.ulDevCnt++; + } + // 关闭设备 + CH347CloseDevice(i); + } + return this->m_DRV_Uart_Infors.ulDevCnt; +} + +//打开设备 +BOOL DRV_Uart::Uart_openDevice(ULONG UartIndex) +{ + // 判断设备的索引是否在正确的范围内,否则直接跳出 + if((this->m_DRV_Uart_Infors.ulDevCnt == 0) || (UartIndex >= this->m_DRV_Uart_Infors.ulDevCnt)) + { + DbgPrint("Failed to open the device. Please refresh device first!"); + return FALSE; + } + // 打开串口设备 + this->m_DRV_Uart_Infors.devIsOpened = (CH347Uart_Open(UartIndex) != INVALID_HANDLE_VALUE); + // 判断是否打开成功 + if(this->m_DRV_Uart_Infors.devIsOpened){ + // 设置当前的设备索引号 + this->m_DRV_Uart_Infors.opendDevIndex = UartIndex; + // 设置默认的延迟时间 + CH347Uart_SetTimeout(UartIndex,500,500); + // 设置接收和发送线程 + // StopTxThread = FALSE; + // StopRxThread = FALSE; + } + // 显示日志信息 + DbgPrint(">>%d#Open Device...%s",UartIndex,this->m_DRV_Uart_Infors.devIsOpened?"Success":"Failed"); + return this->m_DRV_Uart_Infors.devIsOpened; +} + +//关闭设备 +BOOL DRV_Uart::Uart_closeDevice() +{ + // 设置接收和发送线程 + // StopTxThread = TRUE; + // StopRxThread = TRUE; + // 判断是否打开成功 + if(this->m_DRV_Uart_Infors.devIsOpened){ + Sleep(300); + CH347Uart_Close(this->m_DRV_Uart_Infors.opendDevIndex); + this->m_DRV_Uart_Infors.devIsOpened = FALSE; + DbgPrint(">>%d#Close device",this->m_DRV_Uart_Infors.opendDevIndex); + } + return TRUE; +} + +//设置串口参数 +BOOL DRV_Uart::Uart_setPara(ULONG Baudrate, UCHAR StopBits, UCHAR Parity, UCHAR DataSize, UCHAR Timeout) +{ + BOOL RetVal = FALSE; + + if(this->m_DRV_Uart_Infors.devIsOpened){ + RetVal = CH347Uart_Init(this->m_DRV_Uart_Infors.opendDevIndex,Baudrate,DataSize,Parity,StopBits,Timeout); + DbgPrint("Uart_Set %s,Baudrate:%d,DataSize:%d,Parity:%d,StopBits:%d,Timeout:%d",RetVal?"succ":"failure", + Baudrate,DataSize,Parity,StopBits,Timeout); + } + return RetVal; +} + +//串口发送数据 +BOOL DRV_Uart::Uart_Write(QByteArray &sendData) +{ + // 获取数据包的长度 + ULONG OutLen = sendData.length(); + // 将QByteArray转化为UCHAR + const UCHAR *OutBuf = reinterpret_cast(sendData.constData()); + + BOOL RetVal = FALSE; + // 调用底层串口发送函数发送数据 + RetVal = CH347Uart_Write(this->m_DRV_Uart_Infors.opendDevIndex, (UCHAR *)OutBuf, &OutLen); + // 日志窗口输出调试信息 + DbgPrint("frame:%d,Uart_Write %dBytes %s.",sendData.at(14), OutLen,RetVal?"succ":"failure"); + + return RetVal; +} + +//读取串口缓冲区数据大小 +LONGLONG DRV_Uart::Uart_readRxBufcnt(void) +{ + LONGLONG rxBufSize = 0; + + BOOL RetVal = FALSE; + // 调用底层串口接收数据缓冲区的大小 + RetVal = CH347Uart_QueryBufUpload(this->m_DRV_Uart_Infors.opendDevIndex, &rxBufSize); + // 日志窗口输出调试信息 + DbgPrint("read uart rx buf count:%d.", rxBufSize, RetVal?"succ":"failure"); + + return rxBufSize; +} + +BOOL DRV_Uart::Uart_Read(QByteArray &revData) +{ + ULONG InLen = 4096; // 设置读取的长度,读取完后会将该值赋值为真实的长度 + UCHAR InBuf[4096] = {0x00}; + + BOOL RetVal = FALSE; + + // 读取串口数据 + RetVal = CH347Uart_Read(this->m_DRV_Uart_Infors.opendDevIndex,InBuf,&InLen); + + DbgPrint("CH347Uart_Read %dB %s.",InLen,RetVal?"succ":"failure"); + + if(RetVal) + { + //将数据存入revData变量中,返回给调用的函数 + revData = QByteArray::fromRawData(reinterpret_cast(InBuf), InLen); + } + return RetVal; +} diff --git a/drivers/uart/drv_uart.h b/drivers/uart/drv_uart.h new file mode 100644 index 0000000..75aaaa9 --- /dev/null +++ b/drivers/uart/drv_uart.h @@ -0,0 +1,75 @@ +#ifndef _DRV_UART_H__ +#define _DRV_UART_H__ + +#include + +#include "libs/CH347DLL.H" + +#define DbgPrint(format, ...) qDebug().nospace() << QString::asprintf(format, ##__VA_ARGS__) + +// typedef struct _USB_DEVICE_DESCRIPTOR { +// UCHAR bLength; +// UCHAR bDescriptorType; +// USHORT bcdUSB; +// UCHAR bDeviceClass; +// UCHAR bDeviceSubClass; +// UCHAR bDeviceProtocol; +// UCHAR bMaxPacketSize0; +// USHORT idVendor; +// USHORT idProduct; +// USHORT bcdDevice; +// UCHAR iManufacturer; +// UCHAR iProduct; +// UCHAR iSerialNumber; +// UCHAR bNumConfigurations; +// } USB_DEVICE_DESCRIPTOR, *PUSB_DEVICE_DESCRIPTOR; + +typedef struct _DRV_UART_INFO +{ + CHAR bDeviceName[2][256]; //设备名称 + mDeviceInforS UartDevInfor[16]; //spiI2c设备信息 + ULONG ulDevCnt; //设备数量 + BOOL devIsOpened; //设备开启标志位 + ULONG opendDevIndex; //当前设备索引号 +}mDRV_Uart_Infors; + +class DRV_Uart : public QObject +{ + Q_OBJECT // 如果需要使用QT的信号槽机制 + +public: + /** + * @brief 构造函数 + * @param parent 父对象指针 + */ + explicit DRV_Uart(QObject *parent = nullptr); + + /** + * @brief 析构函数 + */ + virtual ~DRV_Uart(); + + /*************函数定义*************/ + ULONG Uart_enumDevice(); // 枚举UART设备 + BOOL Uart_openDevice(ULONG UartIndex); // 打开设备 + BOOL Uart_closeDevice(); // 关闭设备 + BOOL Uart_setPara(ULONG Baudrate, UCHAR StopBits, UCHAR Parity, UCHAR DataSize, UCHAR Timeout);// 设置参数 + BOOL Uart_Write(QByteArray &sendData); + LONGLONG Uart_readRxBufcnt(void); + BOOL Uart_Read(QByteArray &revData); + /*************变量定义*************/ + mDRV_Uart_Infors m_DRV_Uart_Infors; //Spi驱动相关信息 + +signals: + // 可以添加DAC特定的信号 + // void outputChanged(int channel, double value); + +private: + // 私有成员变量 + // double m_currentValues[]; // 当前各通道输出值(假设有多个通道) + + // 私有方法 + +}; + +#endif diff --git a/libs/CH347DLL.H b/libs/CH347DLL.H new file mode 100644 index 0000000..cdf16f0 --- /dev/null +++ b/libs/CH347DLL.H @@ -0,0 +1,645 @@ +/***************************************************************************** +** Copyright (C) WCH 2001-2025 ** +** Web: http://wch.cn ** +******************************************************************************/ +// USB߽ӿоƬCH341/7Ӧòӿڿ,CH347/9480MbpsUSBչUART/SPI/I2C/JTAG/SWD +// CH346480MbpsUSBչUART/SPI SLAVE,UART/PARALLEL SLAVE +// CH347-DLL V1.4 +// л: Windows 98/ME, Windows 2000/XP, WIN7/8/10/11,and later. +// support USB chip: CH341, CH341A,CH347,CH339W +// USB => Parallel, I2C, SPI, JTAG, SWD, PARALLEL,UART ... +//Notes: +//Copyright (C) 2025 Nanjing Qinheng Microelectronics Co., Ltd. + + + +#ifndef _CH347_DLL_H +#define _CH347_DLL_H + +#include // ȷ LONG Ͷ + +#ifdef __cplusplus +extern "C" { +#endif + +#ifdef _WIN64 +#define mOFFSET( s, m ) ( (ULONG_PTR) & ( ( ( s * ) 0 ) -> m ) ) // ȡṹԱƫƵַĺ +#else +#define mOFFSET( s, m ) ( (ULONG) & ( ( ( s * ) 0 ) -> m ) ) // ȡṹԱƫƵַĺ +#endif + +#ifndef max +#define max( a, b ) ( ( ( a ) > ( b ) ) ? ( a ) : ( b ) ) // ϴֵ +#endif + +#ifndef min +#define min( a, b ) ( ( ( a ) < ( b ) ) ? ( a ) : ( b ) ) // Сֵ +#endif + +#ifdef ExAllocatePool +#undef ExAllocatePool // ɾTAGڴ +#endif + +#ifndef NTSTATUS +typedef LONG NTSTATUS; // ״̬ +#endif + +//CH31DLLCH341WDM +#ifndef _CH341_DLL_H +typedef struct _USB_SETUP_PKT { // USBƴĽ׶εṹ + UCHAR mUspReqType; // 00H + UCHAR mUspRequest; // 01H + union { + struct { + UCHAR mUspValueLow; // 02H ֵֽ + UCHAR mUspValueHigh; // 03H ֵֽ + }; + USHORT mUspValue; // 02H-03H ֵ + }; + union { + struct { + UCHAR mUspIndexLow; // 04H ֽ + UCHAR mUspIndexHigh; // 05H ֽ + }; + USHORT mUspIndex; // 04H-05H + }; + USHORT mLength; // 06H-07H ݽ׶εݳ +} mUSB_SETUP_PKT, *mPUSB_SETUP_PKT; + + +typedef struct _WIN32_COMMAND { // WIN32ӿڽṹ + union { + ULONG mFunction; // ʱָܴ߹ܵ + NTSTATUS mStatus; // ʱز״̬ + }; + ULONG mLength; // ȡ,غݵij + union { + mUSB_SETUP_PKT mSetupPkt; // USBƴĽ׶ε + UCHAR mBuffer[ 512]; // ݻ,Ϊ0255B + }; +} mWIN32_COMMAND, *mPWIN32_COMMAND; +// WIN32Ӧòӿ +#define IOCTL_CH341_COMMAND ( FILE_DEVICE_UNKNOWN << 16 | FILE_ANY_ACCESS << 14 | 0x0f34 << 2 | METHOD_BUFFERED ) // רýӿ + +#define mWIN32_COMMAND_HEAD mOFFSET( mWIN32_COMMAND, mBuffer ) // WIN32ӿڵͷ + +#define mCH341_MAX_NUMBER 32 // ͬʱӵCH341/7豸 + +#define mMAX_BUFFER_LENGTH 0x1000 // ݻ󳤶4096 + +#define mMAX_COMMAND_LENGTH ( mWIN32_COMMAND_HEAD + mMAX_BUFFER_LENGTH ) // ݳȼṹͷij + +#define mDEFAULT_BUFFER_LEN 0x0400 // ݻĬϳ1024 + +#define mDEFAULT_COMMAND_LEN ( mWIN32_COMMAND_HEAD + mDEFAULT_BUFFER_LEN ) // Ĭݳȼṹͷij + +// CH341˵ַ +#define mCH347_ENDP_DATA_UP 0x86 // CH347ݿϴ˵ĵַ +#define mCH347_ENDP_DATA_DOWN 0x06 // CH347ݿ´˵ĵַ + +// 豸ӿṩĹܵ +#define mPipeDeviceCtrl 0x00000004 // CH347ۺϿƹܵ +#define mPipeDataUp 0x00000006 // CH347ݿϴܵ +#define mPipeDataDown 0x00000007 // CH347ݿ´ܵ + +// ӦòӿڵĹܴ +#define mFuncNoOperation 0x00000000 // ޲ +#define mFuncGetVersion 0x00000001 // ȡ汾 +#define mFuncGetConfig 0x00000002 // ȡUSB豸 +#define mFuncSetTimeout 0x00000009 // USBͨѶʱ +#define mFuncSetExclusive 0x0000000b // öռʹ +#define mFuncResetDevice 0x0000000c // λUSB豸 +#define mFuncResetPipe 0x0000000d // λUSBܵ +#define mFuncAbortPipe 0x0000000e // ȡUSBܵ +#define mFuncBufferMode 0x00000020 // 趨ϴģʽѯеݳ +#define mFuncBufferModeDn 0x00000021 // 趨´ģʽѯеݳ +#define mFuncGetVersionEx 0x00000022 // ȡ汾żоƬͺ +// USB豸׼ +#define mUSB_CLR_FEATURE 0x01 +#define mUSB_SET_FEATURE 0x03 +#define mUSB_GET_STATUS 0x00 +#define mUSB_SET_ADDRESS 0x05 +#define mUSB_GET_DESCR 0x06 +#define mUSB_SET_DESCR 0x07 +#define mUSB_GET_CONFIG 0x08 +#define mUSB_SET_CONFIG 0x09 +#define mUSB_GET_INTERF 0x0a +#define mUSB_SET_INTERF 0x0b +#define mUSB_SYNC_FRAME 0x0c + +// CH341ƴijר +#define mCH341_VENDOR_READ 0xC0 // ͨƴʵֵCH341רö +#define mCH341_VENDOR_WRITE 0x40 // ͨƴʵֵCH341רд + +#define mCH341A_CMD_I2C_STREAM 0xAA // I2Cӿڵ,ӴֽڿʼΪI2C +#define mCH341A_CMD_UIO_STREAM 0xAB // UIOӿڵ,ӴֽڿʼΪ +#define mCH341A_CMD_PIO_STREAM 0xAE // PIOӿڵ,ӴֽڿʼΪ +// CH341Aƴijר +#define mCH341A_BUF_CLEAR 0xB2 // δɵ +#define mCH341A_I2C_CMD_X 0x54 // I2Cӿڵ,ִ +#define mCH341A_DELAY_MS 0x5E // Ϊλʱָʱ +#define mCH341A_GET_VER 0x5F // ȡоƬ汾 + +#define mCH341A_CMD_I2C_STM_STA 0x74 // I2Cӿڵ:ʼλ +#define mCH341A_CMD_I2C_STM_STO 0x75 // I2Cӿڵ:ֹͣλ +#define mCH341A_CMD_I2C_STM_OUT 0x80 // I2Cӿڵ:,λ5-λ0Ϊ,ֽΪ,0ֻһֽڲӦ +#define mCH341A_CMD_I2C_STM_IN 0xC0 // I2Cӿڵ:,λ5-λ0Ϊ,0ֻһֽڲӦ +#define mCH341A_CMD_I2C_STM_MAX ( min( 0x3F, mCH341_PACKET_LENGTH ) ) // I2Cӿڵݵ󳤶 +#define mCH341A_CMD_I2C_STM_SET 0x60 // I2Cӿڵ:ò,λ2=SPII/O(0=뵥,1=˫˫),λ1λ0=I2Cٶ(00=,01=׼,10=,11=) +#define mCH341A_CMD_I2C_STM_US 0x40 // I2Cӿڵ:΢Ϊλʱ,λ3-λ0Ϊʱֵ +#define mCH341A_CMD_I2C_STM_MS 0x50 // I2Cӿڵ:Ϊλʱ,λ3-λ0Ϊʱֵ +#define mCH341A_CMD_I2C_STM_DLY 0x0F // I2Cӿڵʱֵ +#define mCH341A_CMD_I2C_STM_END 0x00 // I2Cӿڵ:ǰ + +#define mCH341A_CMD_UIO_STM_IN 0x00 // UIOӿڵ:D7-D0 +#define mCH341A_CMD_UIO_STM_DIR 0x40 // UIOӿڵ:趨I/OD5-D0,λ5-λ0Ϊ +#define mCH341A_CMD_UIO_STM_OUT 0x80 // UIOӿڵ:D5-D0,λ5-λ0Ϊ +#define mCH341A_CMD_UIO_STM_US 0xC0 // UIOӿڵ:΢Ϊλʱ,λ5-λ0Ϊʱֵ +#define mCH341A_CMD_UIO_STM_END 0x20 // UIOӿڵ:ǰ + +#define MAX_DEVICE_PATH_SIZE 128 // 豸Ƶַ +#define MAX_DEVICE_ID_SIZE 64 // 豸IDַ +#endif _CH341_DLL_H + +// ӿ +#define CH347_USB_VENDOR 0 +#define CH347_USB_HID 2 +#define CH347_USB_VCP 3 + +// CH347_USB_VENDOR֧CH341/CH347T/CH347F/CH339W +#define CHIP_TYPE_CH341 0 +#define CHIP_TYPE_CH347 1 +#define CHIP_TYPE_CH347F 2 +#define CHIP_TYPE_CH339W 3 +#define CHIP_TYPE_CH347T CHIP_TYPE_CH347 + +// оƬܽӿ +#define CH347_FUNC_UART 0 +#define CH347_FUNC_SPI_IIC 1 +#define CH347_FUNC_JTAG_IIC 2 +#define CH347_FUNC_JTAG_IIC_SPI 3 // CH347Fͬʱ֧SPI\I2C\JTAGӿ + +#define DEFAULT_READ_TIMEOUT 500 // Ĭ϶ʱ +#define DEFAULT_WRITE_TIMEOUT 500 // Ĭдʱ + +#define mCH347_PACKET_LENGTH 512 // CH347ֵ֧ݰij + +#pragma pack(1) + +//SPI +typedef struct _SPI_CONFIG{ + UCHAR iMode; // 0-3:SPI Mode0/1/2/3 + UCHAR iClock; // 0=60MHz, 1=30MHz, 2=15MHz, 3=7.5MHz, 4=3.75MHz, 5=1.875MHz, 6=937.5KHz7=468.75KHz + UCHAR iByteOrder; // 0=λǰ(LSB), 1=λǰ(MSB) + USHORT iSpiWriteReadInterval; // SPIӿڳȡдλΪuS + UCHAR iSpiOutDefaultData; // SPIʱĬ + ULONG iChipSelect; // Ƭѡ, λ7Ϊ0Ƭѡ, λ7Ϊ1Ч: λ1λ0Ϊ00/01ֱѡCS1/CS2Ϊ͵ƽЧƬѡ + UCHAR CS1Polarity; // λ0ƬѡCS1Կƣ0͵ƽЧ1ߵƽЧ + UCHAR CS2Polarity; // λ0ƬѡCS2Կƣ0͵ƽЧ1ߵƽЧ + USHORT iIsAutoDeativeCS; // ɺǷԶƬѡ + USHORT iActiveDelay; // Ƭѡִждʱʱ,λus + ULONG iDelayDeactive; // Ƭѡִждʱʱ,λus +}mSpiCfgS,*mPSpiCfgS; + +//豸Ϣ +typedef struct _DEV_INFOR{ + UCHAR iIndex; // ǰ + UCHAR DevicePath[MAX_PATH]; // 豸,CreateFile + UCHAR UsbClass; // 0:CH347_USB_CH341, 2:CH347_USB_HID, 3:CH347_USB_VCP + UCHAR FuncType; // 0:CH347_FUNC_UART, 1:CH347_FUNC_SPI_I2C, 2:CH347_FUNC_JTAG_I2C, 3:CH347_FUNC_JTAG_IIC_SPI + CHAR DeviceID[64]; // USB\VID_xxxx&PID_xxxx + UCHAR ChipMode; // оƬģʽ,0:Mode0(UART0/1); 1:Mode1(Uart1+SPI+I2C); 2:Mode2(HID Uart1+SPI+I2C) 3:Mode3(Uart1+Jtag) 4:CH347F(Uart*2+Jtag/SPI/IIC) + HANDLE DevHandle; // 豸 + USHORT BulkOutEndpMaxSize; // ϴ˵С + USHORT BulkInEndpMaxSize; // ´˵С + UCHAR UsbSpeedType; // USBٶͣ0:FS,1:HS,2:SS + UCHAR CH347IfNum; // USBӿں: CH347T: IF0:UART; IF1:SPI/IIC/JTAG/GPIO + // CH347F: IF0:UART0; IF1:UART1; IF 2:SPI/IIC/JTAG/GPIO + UCHAR DataUpEndp; // ϴ˵ַ + UCHAR DataDnEndp; // ´˵ַ + CHAR ProductString[64]; // USBƷַ + CHAR ManufacturerString[64]; // USBַ + ULONG WriteTimeout; // USBдʱ + ULONG ReadTimeout; // USBʱ + CHAR FuncDescStr[64]; // ӿڹ + UCHAR FirewareVer; // ̼汾,ʮֵ +}mDeviceInforS,*mPDeviceInforS; + +#pragma pack() + +// CH347ģʽú,֧CH347ģʽµĴ򿪡رաUSBUSBдHID +//USB豸 +HANDLE WINAPI CH347OpenDevice(ULONG DevI); // ָ豸 + +//رUSB豸 +BOOL WINAPI CH347CloseDevice(ULONG iIndex); // ָ豸 + +// ȡ豸USBк +BOOL WINAPI CH347GetSerialNumber(ULONG iIndex, // ָ豸 + PUCHAR iSerialNumberStr); // ָȡ豸к + +// ȡ豸Ϣ +BOOL WINAPI CH347GetDeviceInfor(ULONG iIndex, // ָ豸 + mDeviceInforS *DevInformation); // ָȡ豸Ϣ + +// ȡCH347оƬ:0:CHIP_TYPE_CH3411:CHIP_TYPE_CH347/CHIP_TYPE_CH347T,2:CHIP_TYPE_CH347F3:CHIP_TYPE_CH339W +UCHAR WINAPI CH347GetChipType(ULONG iIndex ); // ָ豸 + +// ȡ汾汾豸汾оƬ(CH341(FS)/CH347HS) +BOOL WINAPI CH347GetVersion(ULONG iIndex, + PUCHAR iDriverVer, + PUCHAR iDLLVer, + PUCHAR ibcdDevice, + PUCHAR iChipType); //CHIP_TYPE_CH341/7 + +typedef VOID ( CALLBACK * mPCH347_NOTIFY_ROUTINE ) ( // 豸֪ͨ¼ص + ULONG iEventStatus ); // 豸¼͵ǰ״̬(ж): 0=豸γ¼, 3=豸¼ + +#define CH347_DEVICE_ARRIVAL 3 // 豸¼,Ѿ +#define CH347_DEVICE_REMOVE_PEND 1 // 豸Ҫγ +#define CH347_DEVICE_REMOVE 0 // 豸γ¼,Ѿγ + +// 趨豸¼֪ͨ +BOOL WINAPI CH347SetDeviceNotify(ULONG iIndex, // ָ豸,0Ӧһ豸 + PCHAR iDeviceID, // ѡ,ַָ,ָص豸ID,ַ\0ֹ + mPCH347_NOTIFY_ROUTINE iNotifyRoutine ); // ָ豸¼ص,ΪNULLȡ¼֪ͨ,ڼ⵽¼ʱøó + +// ȡUSBݿ +BOOL WINAPI CH347ReadData( ULONG iIndex, // ָ豸 + PVOID oBuffer, // ָһ㹻Ļ,ڱȡ + PULONG ioLength ); // ָ򳤶ȵԪ,ʱΪ׼ȡij,غΪʵʶȡij + +// дȡUSBݿ +BOOL WINAPI CH347WriteData(ULONG iIndex, // ָ豸 + PVOID iBuffer, // ָһ,׼д + PULONG ioLength ); // ָ򳤶ȵԪ,ʱΪ׼дij,غΪʵдij + +// USBݶдijʱ +BOOL WINAPI CH347SetTimeout(ULONG iIndex, // ָ豸 + ULONG iWriteTimeout, // ָUSBдݿijʱʱ,ԺmSΪλ,0xFFFFFFFFָʱ(Ĭֵ) + ULONG iReadTimeout ); // ָUSBȡݿijʱʱ,ԺmSΪλ,0xFFFFFFFFָʱ(Ĭֵ) + +/***************SPI********************/ +// SPIʼ +BOOL WINAPI CH347SPI_Init(ULONG iIndex, // ָ豸 + mSpiCfgS *SpiCfg); // ָSPIýṹ + +// SPIʱƵʣøýӿںµCH347SPI_Initгʼ +BOOL WINAPI CH347SPI_SetFrequency(ULONG iIndex, // ָ豸 + ULONG iSpiSpeedHz);// SPIʱӣλΪHZ + +// SPIλ +BOOL WINAPI CH347SPI_SetDataBits(ULONG iIndex, // ָ豸 + UCHAR iDataBits); // 0=8bit1=16bit + +// ȡSPIϢ +BOOL WINAPI CH347SPI_GetCfg(ULONG iIndex,mSpiCfgS *SpiCfg); + +// Ƭѡ״̬,ʹǰȵCH347SPI_InitCS +BOOL WINAPI CH347SPI_ChangeCS(ULONG iIndex, // ָ豸 + UCHAR iStatus); // 0=Ƭѡ,1=Ƭѡ + +// SPIƬѡ +BOOL WINAPI CH347SPI_SetChipSelect(ULONG iIndex, // ָ豸 + USHORT iEnableSelect, // ͰλΪCS1߰λΪCS2; ֵֽΪ1=CS,Ϊ0=ԴCS + USHORT iChipSelect, // ͰλΪCS1߰λΪCS2;Ƭѡ,0=Ƭѡ,1=Ƭѡ + ULONG iIsAutoDeativeCS, // 16λΪCS116λΪCS2;ɺǷԶƬѡ + ULONG iActiveDelay, // 16λΪCS116λΪCS2;Ƭѡִждʱʱ,λus + ULONG iDelayDeactive); // 16λΪCS116λΪCS2;Ƭѡִждʱʱ,λus + +// SPI4д +BOOL WINAPI CH347SPI_Write(ULONG iIndex, // ָ豸 + ULONG iChipSelect, // Ƭѡ, λ7Ϊ0Ƭѡ, λ7Ϊ1Ƭѡ + ULONG iLength, // ׼ֽ + ULONG iWriteStep, // ׼ȡĵij + PVOID ioBuffer); // ָһ,׼MOSIд + +// SPI4.дݣЧʽCH347SPI_WriteReadߺܶ +BOOL WINAPI CH347SPI_Read(ULONG iIndex, // ָ豸 + ULONG iChipSelect, // Ƭѡ, λ7Ϊ0Ƭѡ, λ7Ϊ1Ƭѡ + ULONG oLength, // ׼ֽ + PULONG iLength, // ׼ֽ + PVOID ioBuffer); // ָһ,׼DOUTд,غǴDIN + +// SPI,4߽ӿ +BOOL WINAPI CH347SPI_WriteRead(ULONG iIndex, // ָ豸 + ULONG iChipSelect, // Ƭѡ, λ7Ϊ0Ƭѡ, λ7Ϊ1Ƭѡ + ULONG iLength, // ׼ֽ + PVOID ioBuffer ); // ָһ,׼DOUTд,غǴDIN + +// SPI,4߽ӿ +BOOL WINAPI CH347StreamSPI4(ULONG iIndex, // ָ豸 + ULONG iChipSelect, // Ƭѡ, λ7Ϊ0Ƭѡ, λ7Ϊ1Ч + ULONG iLength, // ׼ֽ + PVOID ioBuffer ); // ָһ,׼DOUTд,غǴDIN + +/***************JTAG********************/ +// JTAGӿڳʼJTAGͨٶ +BOOL WINAPI CH347Jtag_INIT(ULONG iIndex, // ָ豸 + UCHAR iClockRate); // ͨٶȣ0=468.75KHz,1=937.5KHz,2=1.875MHz,3=3.75MHz,4=7.5MHz,5=15MHz,6=30MHz,7=60MHz + +// ȡJtagٶ +BOOL WINAPI CH347Jtag_GetCfg(ULONG iIndex, // ָ豸 + UCHAR *ClockRate); // ͨٶȣЧֵΪ0-7ֵԽͨٶԽ + + +// ıTMSֵ״̬л +BOOL WINAPI CH347Jtag_TmsChange(ULONG iIndex, // 豸 + PUCHAR tmsValue, // лTMSλֵ,ֽΪλ + ULONG Step, // tmsValueڴ洢TMSЧλ + ULONG Skip); // Чʼλ + +// Shift-DR/IR״̬ждִExit DR/IR +// ״̬:Shift-DR/IR.RW.->Exit DR/IR +BOOL WINAPI CH347Jtag_IoScan(ULONG iIndex, + PUCHAR DataBits, //Ҫдλ + ULONG DataBitsNb, //Ҫݵλ + BOOL IsRead); //ǷҪȡ + +// Shift-DR/IR״̬жд,ִɺ,һл״̬Exit DR/IR;,ͣShift-DR/IR״̬ +// ״̬:Shift-DR/IR.RW..->[Exit DR/IR] +BOOL WINAPI CH347Jtag_IoScanT(ULONG iIndex, // ָ豸 + PUCHAR DataBits, // Ҫдλ + ULONG DataBitsNb, // Ҫݵλ + BOOL IsRead, // ǷҪȡ + BOOL IsLastPkt); // ǷΪһ + +// JTAGλTap״̬.TCKTMSΪ߽ɽ״̬ΪTest-Logic Reset״̬ +ULONG WINAPI CH347Jtag_Reset(ULONG iIndex); // ָ豸 + +// TRSTӲλ +BOOL WINAPI CH347Jtag_ResetTrst(ULONG iIndex, // ָ豸 + BOOL iLevel); // 0=Ϊͣ1=Ϊ + +// λʽJTAG IR/DRݶд.ݵĶдָ״̬лȿഫ䡣ݴ䣬ʹCH347Jtag_WriteRead_Fast +// 4096ֽΪλд +// ״̬:Run-Test->Shift-IR/DR..->Exit IR/DR -> Run-Test +BOOL WINAPI CH347Jtag_WriteRead(ULONG iIndex, // ָ豸 + BOOL IsDR, // =TRUE: DRݶд,=FALSE:IRݶд + ULONG iWriteBitLength, // д,׼дij + PVOID iWriteBitBuffer, // ָһ,׼д + PULONG oReadBitLength, // ָ򳤶ȵԪ,غΪʵʶȡij + PVOID oReadBitBuffer ); // ָһ㹻Ļ,ڱȡ + +// JTAG IR/DRд,ڶֽдJTAG̼زӲ4KдȲ4096ֽڡСе +// ״̬:Run-Test->Shift-IR/DR..->Exit IR/DR -> Run-Test +BOOL WINAPI CH347Jtag_WriteRead_Fast(ULONG iIndex, // ָ豸 + BOOL IsDR, // =TRUE: DRݶд,=FALSE:IRݶд + ULONG iWriteBitLength, // д,׼дij + PVOID iWriteBitBuffer, // ָһ,׼д + PULONG oReadBitLength, // ָ򳤶ȵԪ,غΪʵʶȡij + PVOID oReadBitBuffer ); // ָһ㹻Ļ,ڱȡ + +// λʽJTAG IR/DRݶд.ݵĶдָ״̬лȿഫ䡣ݴ䣬ʹCH347Jtag_WriteRead_Fast +// 4096ֽΪλд +// ״̬:Run-Test-> Shift-IR/DR..->Exit IR/DR -> Run-Test +BOOL WINAPI CH347Jtag_WriteReadEx(ULONG iIndex, // ָ豸 + BOOL IsInDrOrIr, // =TRUE: SHIFT-DR/IR״̬ݽ ==FALSE: Run-Test->Shift-IR/DR.ݽ.->Exit IR/DR -> Run-Test + BOOL IsDR, // =TRUE: DRݶд,=FALSE:IRݶд + ULONG iWriteBitLength, // д,׼дij + PVOID iWriteBitBuffer, // ָһ,׼д + PULONG oReadBitLength, // ָ򳤶ȵԪ,غΪʵʶȡij + PVOID oReadBitBuffer ); // ָһ㹻Ļ,ڱȡ + +// JTAG IR/DRд,ڶֽдJTAG̼زӲ4KдȲ4096ֽڡСе +// ״̬:Run-Test->Shift-IR/DR..->Exit IR/DR -> Run-Test +BOOL WINAPI CH347Jtag_WriteRead_FastEx(ULONG iIndex, // ָ豸 + BOOL IsInDrOrIr, // =TRUE: SHIFT-DR/IR״̬ݽ ==FALSE: Run-Test->Shift-IR/DR.ݽ.->Exit IR/DR -> Run-Test + BOOL IsDR, // =TRUE: DRݶд,=FALSE:IRݶд + ULONG iWriteBitLength, // д,׼дij + PVOID iWriteBitBuffer, // ָһ,׼д + PULONG oReadBitLength, // ָ򳤶ȵԪ,غΪʵʶȡij + PVOID oReadBitBuffer ); // ָһ㹻Ļ,ڱȡ + +// лJTAG״̬谴˳ִ +BOOL WINAPI CH347Jtag_SwitchTapState(UCHAR TapState); // ָл״̬ +// 0:Test-Logic Reset,1:Run-Test/Idle2:Run-Test/Idle -> Shift-DR,3:Shift-DR -> Run-Test/Idle +// 4:Run-Test/Idle -> Shift-IR, 5:Shift-IR -> Run-Test/Idle, 6:Exit1-DR/IR -> Update-DR/IR -> Run-Test/Idle + +// лJTAG״̬,ָ豸iIndex +BOOL WINAPI CH347Jtag_SwitchTapStateEx(ULONG iIndex, // ָ豸 + UCHAR TapState); // ָл״̬ + +// JTAG DRд,ֽΪλ,ڶֽдJTAG̼ز +// ״̬:Run-Test->Shift-DR..->Exit DR -> Run-Test +BOOL WINAPI CH347Jtag_ByteWriteDR(ULONG iIndex, // ָ豸 + ULONG iWriteLength, // д,׼дֽڳ + PVOID iWriteBuffer); // ָһ,׼д + +// JTAG DR,ֽΪλ,ֽ +// ״̬:Run-Test->Shift-DR..->Exit DR -> Run-Test +BOOL WINAPI CH347Jtag_ByteReadDR(ULONG iIndex, // ָ豸 + PULONG oReadLength, // ָ򳤶ȵԪ,غΪʵʶȡֽڳ + PVOID oReadBuffer ); // ָһ㹻Ļ,ڱȡ + +// JTAG IRд,ֽΪλ,ֽд +// ״̬:Run-Test->Shift-IR..->Exit IR -> Run-Test +BOOL WINAPI CH347Jtag_ByteWriteIR(ULONG iIndex, // ָ豸 + ULONG iWriteLength, // д,׼дֽڳ + PVOID iWriteBuffer); // ָһ,׼д + +// JTAG IR,ֽΪλ,ֽд +// ״̬:Run-Test->Shift-IR..->Exit IR -> Run-Test +BOOL WINAPI CH347Jtag_ByteReadIR(ULONG iIndex, // ָ豸 + PULONG oReadLength, // ָ򳤶ȵԪ,غΪʵʶȡֽڳ + PVOID oReadBuffer ); // ָһ㹻Ļ,ڱȡ + +// λʽJTAG DRд.ݵĶдָ״̬лȿഫ䡣ݴ䣬ʹUSB20Jtag_ByeWriteDR +// ״̬:Run-Test->Shift-DR..->Exit DR -> Run-Test +BOOL WINAPI CH347Jtag_BitWriteDR(ULONG iIndex, // ָ豸 + ULONG iWriteBitLength, // ָ򳤶ȵԪ,غΪʵʶȡֽڳ + PVOID iWriteBitBuffer ); // ָһ㹻Ļ,ڱȡ + +// λʽJTAG IRд.ݵĶдָ״̬лȿഫ䡣ݴ䣬ʹUSB20Jtag_ByteWriteIR +// ״̬:Run-Test->Shift-IR..->Exit IR -> Run-Test +BOOL WINAPI CH347Jtag_BitWriteIR(ULONG iIndex, // ָ豸 + ULONG iWriteBitLength, // ָ򳤶ȵԪ,غΪʵʶȡֽڳ + PVOID iWriteBitBuffer ); // ָһ㹻Ļ,ڱȡ + +// λʽJTAG IRݶ.ݵĶдָ״̬лȡݴ䣬ʹUSB20Jtag_ByteReadIR +// ״̬:Run-Test->Shift-IR..->Exit IR -> Run-Test +BOOL WINAPI CH347Jtag_BitReadIR(ULONG iIndex, // ָ豸 + PULONG oReadBitLength, // ָ򳤶ȵԪ,غΪʵʶȡֽڳ + PVOID oReadBitBuffer ); // ָһ㹻Ļ,ڱȡ + +// λʽJTAG DRݶ.ݵĶд͸ݴ䣬ʹUSB20Jtag_ByteReadDR +// ״̬:Run-Test->Shift-DR..->Exit DR -> Run-Test +BOOL WINAPI CH347Jtag_BitReadDR(ULONG iIndex, // ָ豸 + PULONG oReadBitLength, // ָ򳤶ȵԪ,غΪʵʶȡֽڳ + PVOID oReadBitBuffer ); // ָһ㹻Ļ,ڱȡ + +/***************GPIO********************/ +// ȡCH347GPIOŵƽֵ +BOOL WINAPI CH347GPIO_Get(ULONG iIndex, // ָ豸 + UCHAR *iDir, // ŷ:GPIO0-7Ӧλ0-7, 0=룻1= + UCHAR *iData); // GPIO0ƽ:GPIO0-7Ӧλ0-7,0=͵ƽ1=ߵƽ) + +// CH347GPIOŵƽֵ +BOOL WINAPI CH347GPIO_Set(ULONG iIndex, // ָ豸 + UCHAR iEnable, // Ч־:Ӧλ0-7,ӦGPIO0-7. + UCHAR iSetDirOut, // I/O,ijλ0ӦΪ,ijλ1ӦΪ.GPIO0-7Ӧλ0-7. + UCHAR iSetDataOut); // ,I/OΪ,ôijλ0ʱӦ͵ƽ,ijλ1ʱӦߵƽ + + +typedef VOID ( CALLBACK * mPCH347_INT_ROUTINE ) ( // жϷ + PUCHAR iStatus ); // ж״̬,ολ˵ +// 8ֽGPIO0-7״̬.ÿֽλ: +// λ7ǰGPIO00룻1 +// λ6ǰGPIO0ƽ0͵ƽ1ߵƽ +// λ5ǰGPIO0ǷΪжϣ0ѯģʽ1жģʽ +// λ4-3GPIO0жģʽ00½ش01ش;10˫ش11: ; +// λ2-0 + +// 趨GPIOжϷ +BOOL WINAPI CH347SetIntRoutine(ULONG iIndex, // ָ豸 + UCHAR Int0PinN, // ж0 GPIOź,7:ôжԴ; Ϊ0-7Ӧgpio0-7 + UCHAR Int0TripMode, // ж0: 00:½ش; 01:ش; 02:˫ش; 03:; + UCHAR Int1PinN, // ж1 GPIOź,7ôжԴ,Ϊ0-7Ӧgpio0-7 + UCHAR Int1TripMode, // ж1: 00:½ش; 01:ش; 02:˫ش; 03:; + mPCH347_INT_ROUTINE iIntRoutine );// ָжϷ,ΪNULLȡжϷ,жʱøó + +// ȡж +BOOL WINAPI CH347ReadInter(ULONG iIndex, // ָ豸 + PUCHAR iStatus ); // ָ8ֽڵԪ,ֱΪGPIO0-7״̬,ÿֽλ˵οжϷiStatusλ˵ + +// жݶ +BOOL WINAPI CH347AbortInter(ULONG iIndex ); // ָ豸 + +// IAP̼ģʽ +BOOL WINAPI CH347StartIapFwUpate(ULONG iIndex, + ULONG FwSize); // ̼ + +/**************HID/VCP**********************/ +// 򿪴 +HANDLE WINAPI CH347Uart_Open(ULONG iIndex); // ָ豸 + +// رմ +BOOL WINAPI CH347Uart_Close(ULONG iIndex); // ָ豸 + +BOOL WINAPI CH347Uart_SetDeviceNotify( // 趨豸¼֪ͨ + ULONG iIndex, // ָ豸,0Ӧһ豸 + PCHAR iDeviceID, // ѡ,ַָ,ָص豸ID,ַ\0ֹ + mPCH347_NOTIFY_ROUTINE iNotifyRoutine ); // ָ豸¼ص,ΪNULLȡ¼֪ͨ,ڼ⵽¼ʱøó + +// ȡUARTӲ +BOOL WINAPI CH347Uart_GetCfg(ULONG iIndex, // ָ豸 + PULONG BaudRate, // + PUCHAR ByteSize, // λ(5,6,7,8,16) + PUCHAR Parity, // Уλ(0None; 1Odd; 2Even; 3Mark; 4Space) + PUCHAR StopBits, // ֹͣλ(01ֹͣλ; 11.5ֹͣλ; 22ֹͣλ) + PUCHAR ByteTimeout); // ֽڳʱ + +// UART +BOOL WINAPI CH347Uart_Init(ULONG iIndex, // ָ豸 + DWORD BaudRate, // + UCHAR ByteSize, // λ(5,6,7,8,16) + UCHAR Parity, // Уλ(0None; 1Odd; 2Even; 3Mark; 4Space) + UCHAR StopBits, // ֹͣλ(01ֹͣλ; 11.5ֹͣλ; 22ֹͣλ) + UCHAR ByteTimeout);// ֽڳʱʱ,λ100uS + +// USBݶдijʱ +BOOL WINAPI CH347Uart_SetTimeout(ULONG iIndex, // ָ豸 + ULONG iWriteTimeout, // ָUSBдݿijʱʱ,ԺmSΪλ,0xFFFFFFFFָʱ(Ĭֵ) + ULONG iReadTimeout ); // ָUSBȡݿijʱʱ,ԺmSΪλ,0xFFFFFFFFָʱ(Ĭֵ) + +// ڶ +BOOL WINAPI CH347Uart_Read(ULONG iIndex, // ָ豸 + PVOID oBuffer, // ָһ㹻Ļ,ڱȡ + PULONG ioLength );// ָ򳤶ȵԪ,ʱΪ׼ȡij,غΪʵʶȡij +// д +BOOL WINAPI CH347Uart_Write(ULONG iIndex, // ָ豸 + PVOID iBuffer, // ָһ,׼д + PULONG ioLength );// ָ򳤶ȵԪ,ʱΪ׼дij,غΪʵдij + +// ѯжֽδȡHIDģʽڣ +BOOL WINAPI CH347Uart_QueryBufUpload(ULONG iIndex, // ָ豸 + LONGLONG *RemainBytes); // δȡֽ + +// ȡ豸Ϣ +BOOL WINAPI CH347Uart_GetDeviceInfor(ULONG iIndex,mDeviceInforS *DevInformation); + +/********I2C***********/ +// I2C +BOOL WINAPI CH347I2C_Set(ULONG iIndex, // ָ豸 + ULONG iMode ); // ָģʽ, +// λ0-λ2: I2Cӿٶ/SCLƵ, 000=/20KHz,001=׼/100KHz(Ĭֵ),010=/400KHz,011=/750KHz,100=/50KHz,101=׼/200KHz110=/1MHz +// ,Ϊ0 + +// I2Cʱչ +BOOL WINAPI CH347I2C_SetStretch(ULONG iIndex, // ָ豸 + BOOL iEnable); // 0=رʱչܣĬϹرգ1=ʱչ + +// Ӳ첽ʱ,úܿ췵,һ֮ǰʱָ +BOOL WINAPI CH347I2C_SetDelaymS(ULONG iIndex, // ָ豸 + ULONG iDelay ) ; // ָʱĺ + +// I2Cģʽ +BOOL WINAPI CH347I2C_SetDriverMode(ULONG iIndex, // ָ豸 + UCHAR iMode); // 0=©ģʽ1=ģʽ + +// I2C,2߽ӿ,ʱΪSCL,ΪSDA +BOOL WINAPI CH347StreamI2C( ULONG iIndex, // ָ豸 + ULONG iWriteLength, // ׼дֽ + PVOID iWriteBuffer, // ָһ,׼д,ֽͨI2C豸ַдλ + ULONG iReadLength, // ׼ȡֽ + PVOID oReadBuffer ); // ָһ,غǶ + +// I2C,2߽ӿ,ʱΪSCL,ΪSDA +BOOL WINAPI CH347StreamI2C_RetACK( // I2C,2߽ӿ,ʱΪSCL,ΪSDA(׼˫I/O),ٶԼ56Kֽ,˻ȡACK + ULONG iIndex, // ָ豸 + ULONG iWriteLength, // ׼дֽ + PVOID iWriteBuffer, // ָһ,׼д,ֽͨI2C豸ַдλ + ULONG iReadLength, // ׼ȡֽ + PVOID oReadBuffer, // ָһ,غǶ + PULONG rAckCount); // ָдصACKֵ + +#ifndef _CH341_DLL_H +typedef enum _EEPROM_TYPE {// EEPROMͺ + ID_24C01, + ID_24C02, + ID_24C04, + ID_24C08, + ID_24C16, + ID_24C32, + ID_24C64, + ID_24C128, + ID_24C256, + ID_24C512, + ID_24C1024, + ID_24C2048, + ID_24C4096 +} EEPROM_TYPE; +#endif + +// EEPROMжȡݿ +BOOL WINAPI CH347ReadEEPROM(ULONG iIndex, // ָ豸 + EEPROM_TYPE iEepromID, // ָEEPROMͺ + ULONG iAddr, // ָݵԪĵַ + ULONG iLength, // ׼ȡֽ + PUCHAR oBuffer ); // ָһ,غǶ +// EEPROMдݿ +BOOL WINAPI CH347WriteEEPROM(ULONG iIndex, // ָ豸 + EEPROM_TYPE iEepromID, // ָEEPROMͺ + ULONG iAddr, // ָݵԪĵַ + ULONG iLength, // ׼дֽ + PUCHAR iBuffer ); // ָһ,׼д + +//õ8λʱӵʱʱ䣬CH347T +BOOL WINAPI CH347I2C_SetAckClk_DelayuS(ULONG iIndex, // ָ豸 + ULONG iDelay); // ָʱ΢ + +// úڲѯָCH339WоƬǰӿڹܵ״̬ +// ֵλ壺 +// λ7 (0x80): USBתJTAGʹ״̬1=ʹܣ0=ã +// λ6 (0x40): USBתSPIʹ״̬1=ʹܣ0=ã +// λ5 (0x20): USBתUARTʹܣأ1=ʹܣ0=ã +// λ4 (0x10): USBתUARTʹܣ1=ʹܣ0=ã +// λ3 (0x08): USBתI2Cʹ״̬1=ʹܣ0=ã +// λ2-λ0: λ +UCHAR WINAPI CH339GetChipFuncState( ULONG iIndex ); // ָ豸 + +#ifdef __cplusplus +} +#endif + +#endif // _CH347_DLL_H diff --git a/libs/CH347DLLA64.LIB b/libs/CH347DLLA64.LIB new file mode 100644 index 0000000..f215c60 Binary files /dev/null and b/libs/CH347DLLA64.LIB differ diff --git a/libs/CH347Handler.dll b/libs/CH347Handler.dll new file mode 100644 index 0000000..6d3270c Binary files /dev/null and b/libs/CH347Handler.dll differ diff --git a/libs/CH347Handler.lib b/libs/CH347Handler.lib new file mode 100644 index 0000000..7964586 Binary files /dev/null and b/libs/CH347Handler.lib differ diff --git a/libs/Common.h b/libs/Common.h new file mode 100644 index 0000000..7cf5779 --- /dev/null +++ b/libs/Common.h @@ -0,0 +1,37 @@ +#pragma once + +#include +#include + +struct DevSimple { + unsigned char iIndex; + unsigned char DevicePath[MAX_PATH]; + char DeviceID[64]; + unsigned char CH347IfNum; + char ProductString[64]; + char ManufacturerString[64]; +}; + +struct SetCommandArg { + enum Command { + SP_CMD_NA = 0, // Ч + SP_CMD_ZERO = 1, // + SP_CMD_SAME_VALUE = 2, // ֵͬ + SP_CMD_DIF_VALUE = 3 // ֵ + }; + + enum Group { + ALL = 0xAA, // + AB = 0x00, // A/B + OPA = 0x01, // OPA + DAC = 0x02 // DAC + }; + + Command cmd_; // cmd + Group group_; // group + int childGroup_; // groupDet ӷ groupΪ0ʱ0/1A/BgroupΪ2ʱΪ0~20DAC +}; + +struct SetVotegeArg { + std::vector votes_; // ֵͬ趨ֻҪһԪأֵ趨Ҫ256Ԫ +}; diff --git a/libs/SpiApi.h b/libs/SpiApi.h new file mode 100644 index 0000000..16f6329 --- /dev/null +++ b/libs/SpiApi.h @@ -0,0 +1,46 @@ +#pragma once +#include +#include +#include +#include "Common.h" + +#ifdef SPI_API_LIB +#define SPI_API __declspec(dllexport) +#else +#define SPI_API __declspec(dllimport) +#endif + +class SpiHandler; + +class SPI_API SpiApi { +public: + SpiApi(); + ~SpiApi(); + + /** + * @breaf ʼCH347б + * + * @return ֪CH347豸б + */ + std::vector initUsbDevice(); + + /** + * @breaf 豸· + * + * @param devs ָղ豸 + * @param cmdarg ֲ嶨Common.h + * @param varg ѹ嶨Common.h + * + * @return ɹtrue + */ + bool applyArg(DevSimple devs, SetCommandArg cmdarg, SetVotegeArg varg); + + /** + * @breaf ΪtrueexeĹĿ¼debug.logҪ·ʮƲ + */ + void debug(bool on = true); + +private: + std::shared_ptr sh_; + std::string lastError_; +}; diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..fd3e533 --- /dev/null +++ b/main.cpp @@ -0,0 +1,11 @@ +#include "mainwindow.h" + +#include + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + MainWindow w; + w.show(); + return a.exec(); +} diff --git a/mainwindow.cpp b/mainwindow.cpp new file mode 100644 index 0000000..1b8ae71 --- /dev/null +++ b/mainwindow.cpp @@ -0,0 +1,422 @@ +#include "mainwindow.h" +#include "ui_mainwindow.h" +#include +#include +#include +#include +#include +#include + +#if _MSC_VER >= 1600 +#pragma execution_character_set("utf-8") +#endif + +void MainWindow::mw_tableInit(void) +{ + // 初始化组和子组的下拉框 + this->ui->comboBox_icdSubGroup->addItems(this->m_APP_Icd->comboBox_subGroupInfo.value(this->ui->comboBox_icdGroup->currentIndex())); + // 填充数据 + for (int row = 0; row < 16; ++row) { + for (int col = 0; col < 16; ++col) { +// int index = row * 16 + col; // 计算一维数组索引 + QTableWidgetItem *item = new QTableWidgetItem(QString::number(this->m_APP_Icd->DAC256_10bit_data[row][col])); + this->ui->tableWidget_volInput->setItem(row, col, item); + } + } + // 在窗口构造函数中连接信号:当输入数据发生变化时,自动链接 + connect(this->ui->tableWidget_volInput, &QTableWidget::cellChanged, this, &MainWindow::mw_onCellChanged); +} + +// 表格中的数据有变化时,触发该函数 +void MainWindow::mw_onCellChanged(int row, int column) { + uint8_t i = 0; + uint8_t j = 0; + + QTableWidgetItem *item = this->ui->tableWidget_volInput->item(row, column); + if (item) { + bool ok; + // 转换数据 + int newValue = item->text().toInt(&ok); + if(!ok || (newValue > 1023)){ + /* 错误输入,设置为原来的值 */ + // 设置为原来的值 + QTableWidgetItem *item = new QTableWidgetItem(QString::number(this->m_APP_Icd->DAC256_10bit_data[row][column])); + this->ui->tableWidget_volInput->setItem(row, column, item); + // 提示警告 + QMessageBox::question(this,"ERROR","plase input 0-1023 digit!",QMessageBox::Yes | QMessageBox::No,QMessageBox::Yes); + return; + } + qDebug() << "Cell at (" << row << "," << column << ") changed to:" << newValue; + // 设置DAC256 10bit数组的值 + if(!this->m_APP_Icd->ICD_setDAC256Data10bit(row, column, newValue)){ + qDebug() << "set newvalue:" << newValue << "failed!"; + return; + } + /* 如果是同值配置,则让页面和DAC256Data10bit数组的值赋值为同一个值*/ + if(this->ui->comboBox_icdCmd->currentIndex() == 1){ + for(i = 0; i < 16; i++){ + for(j = 0; j < 16; j++){ + // 防止多次进入该程序 + if(this->ui->tableWidget_volInput->item(i, j)->text().toInt() != newValue){ + // 表格中显示输入的值 + this->ui->tableWidget_volInput->item(i, j)->setText(QString::number(newValue)); + // 设置DAC256_10bit_data数组中的值为输入的值 + this->m_APP_Icd->ICD_setDAC256Data10bit(i, j, newValue); + } + } + } + } + } +} + +void MainWindow::mw_showVersionInfo() { + QMessageBox::information( + this, + tr("版本信息"), + tr("上位机版本:%1\n").arg(VERSION) + + tr("修改时间:%1\n").arg(MOD_TIME) + + tr("ICD协议版本:%1\n").arg(ICD_VERSION)+ + tr("作者:罗林赖生\n") + ); +} + +void MainWindow::mw_showUserManual() { + QMessageBox::information( + this, + tr("使用说明"), + tr("1. 打开设备:点击刷新设备列表,搜索串口/SPI设备,选择设备后,点击打开设备\n") + + tr("2. 配置通信:配置串口/SPI通信协议相关的参数,点击初始化SPI/串口参数配置\n") + + tr("3. 寄存器配置和电压配置(以下操作并非都需操作,视情况配置):\n") + + tr("3.1 寄存器配置:\n") + + tr("在寄存器配置以及回读区配置相关的属性后,点击寄存器配置按钮进行配置,如需查看是否配置成功,配置完后等待一秒,点击寄存器回读按钮,寄存器值将显示至文本框\n") + + tr("3.2 电压配置:\n") + + tr("3.2.1 命令选择:选择需要配置的方式 \n") + + tr("3.2.2 分组和子分组选择:选择需要配置的分组和子分组,注:当命令选择异值配置时,分组只能选择单个DAC! \n") + + tr("3.2.3 输入电压:在16X16的表格内输入所需要配置的电压对应的数字量,范围为0-1023,通道数按照从左到右,从上到下依次排布,注:当命令选择同值配置时,只需输入一个电压值,按回车后自动填充所有的数据 \n")+ + tr("3.2.4 设置电压:点击发送电压命令按钮,将把电压相关数据发送至下位机,此时日志输出窗口将输出相关日志信息 \n") + ); +} + +// 菜单栏初始化 +void MainWindow::mw_menuBarInit(void) { + + // 获取主窗口的菜单栏 + QMenuBar *menuBar = this->menuBar(); + + // 1. 添加"主菜单"菜单 + QMenu *mainMenu = menuBar->addMenu(tr("菜单(&M)")); // &H 表示快捷键 Alt+H + + // 2. 添加"帮助"菜单(包含"版本信息"和"使用说明") + QMenu *helpMenu = menuBar->addMenu(tr("帮助(&H)")); // &H 表示快捷键 Alt+H + + // 1.1 添加"版本信息"动作 + QAction *versionAction = new QAction(tr("版本信息(&V)"), this); + helpMenu->addAction(versionAction); + connect(versionAction, &QAction::triggered, this, &MainWindow::mw_showVersionInfo); + + // 1.2 添加"使用说明"动作 + QAction *manualAction = new QAction(tr("使用说明(&M)"), this); + helpMenu->addAction(manualAction); + connect(manualAction, &QAction::triggered, this, &MainWindow::mw_showUserManual); +} + +MainWindow::MainWindow(QWidget *parent) + : QMainWindow(parent) + , ui(new Ui::MainWindow) +{ + ui->setupUi(this); + // 设置程序标题 + this->setWindowTitle(QString(tr("SP713控制软件 使用说明打开帮助->使用说明")).arg(VERSION).arg(MOD_TIME)); + // // 初始化日志处理器并绑定UI + LogHandler::log_init(ui->plainTextEdit_logOutput); + + // 连接日志信号到UI更新 + connect(LogHandler::log_instance(), &LogHandler::log_messageLogged, + ui->plainTextEdit_logOutput, &QPlainTextEdit::appendPlainText, + Qt::QueuedConnection); // 确保跨线程安全 + // // // 例化DRV_Spi对象 + // this->m_DRV_Spi = new DRV_Spi(this); + // // // 查找Spi设备 + // this->mw_findSpiDev(); + + // 例化APP_ICD类 + this->m_APP_Icd = new APP_Icd(this); + // 初始化 + this->m_APP_Icd->ICD_init(); + // 表格初始化:一定要在APP_ICD类初始化后!!!! + this->mw_tableInit(); + // 初始化寄存器配置中DAC通道值 + for(int i = 1; i <= 256; i++) + { + this->ui->comboBox_icdDacCh->addItem(QString::number(i)); + } + // 菜单栏初始化 + this->mw_menuBarInit(); +} + +MainWindow::~MainWindow() +{ + delete ui; +} + +void MainWindow::mw_findSpiDev(void) +{ + // 清空设备列表 + this->ui->comboBox_spiDevList->clear(); + // 枚举Spi设备 + if(this->m_DRV_Spi->spi_enumDevice()){ + this->ui->comboBox_spiDevList->addItem(this->m_DRV_Spi->m_DRV_Spi_Infors.bDeviceName); + }else{ + //QMessageBox::question(NULL,"警告","未发现设备",QMessageBox::Yes | QMessageBox::No,QMessageBox::Yes); + } +} + +// void MainWindow::mw_findSpiDev(void) +// { +// // 清除相关的变量 +// this->devices.clear(); +// this->ui->comboBox_spiDevList->clear(); +// // 获取 CH347 设备列表 +// try { +// auto devList = this->spiApi.initUsbDevice(); +// this->devices = QVector::fromStdVector(devList); +// } catch (const std::exception &e) { +// DbgPrint("init USB device failed!"); +// } + +// if (devices.isEmpty()) { +// DbgPrint("not find CH347 device!"); +// } + +// /***********************输出设备信息****************************/ + +// if(devices.length() != 0) { +// DbgPrint("Find %d CH347 devices!", devices.length()); + +// for(int i = 0; i < devices.length(); i++){ +// DbgPrint("Manufacturer:%s Product:%s.", devices[i].ManufacturerString, devices[i].ProductString); +// this->ui->comboBox_spiDevList->addItem(devices[i].ProductString); +// } +// } +// } + +// void MainWindow::mw_sendTestData(void) +// { +// /***********************配置参数(示例:设置 DAC 组的异值电压)****************************/ +// SetCommandArg cmdArg; +// cmdArg.cmd_ = SetCommandArg::SP_CMD_DIF_VALUE; +// cmdArg.group_ = SetCommandArg::DAC; +// cmdArg.childGroup_ = 1; // 操作编号为 1 的 DAC + +// SetVotegeArg voltageArg; +// for (int i = 0; i < 256; ++i) { +// // voltageArg.votes_.push_back(i); // 填充 256 个电压值(0-255) +// voltageArg.votes_.push_back(1); // 填充 256 个电压值(0-255) +// } + +// this->spiApi.debug(); + +// // 下发参数到第一个设备 +// bool success = spiApi.applyArg(devices[0], cmdArg, voltageArg); +// if (success) { +// DbgPrint("Parameters applied successfully!"); +// } else { +// DbgPrint("Failed to apply parameters!"); +// } +// } + +// 刷新设备回调函数 +void MainWindow::on_pushButton_refreshDev_clicked() +{ + // 查找Spi设备 + this->mw_findSpiDev(); +} + +// 关闭设备回调函数 +void MainWindow::on_pushButton_closeDev_clicked() +{ + // // 关闭设备 + // if(!this->m_DRV_Spi->spi_closeDevice()){ + // // QMessageBox::question(NULL,"错误","关闭设备失败!",QMessageBox::Yes | QMessageBox::No,QMessageBox::Yes); + // } + // this->mw_sendTestData(); +} + +// 打开设备回调函数 +void MainWindow::on_pushButton_openDev_clicked() +{ + // // 打开设备 + // if(!this->m_DRV_Spi->spi_openDevice(this->ui->comboBox_spiDevList->currentIndex())){ + // // QMessageBox::question(NULL,"错误","打开设备失败!",QMessageBox::Yes | QMessageBox::No,QMessageBox::Yes); + // } +} + +// 查找串口设备 +void MainWindow::on_pushButton_uartRefreshDev_clicked() +{ + // 清空comboBox_uartDevList + if(this->ui->comboBox_uartDevList->count()) + this->ui->comboBox_uartDevList->clear(); + // 刷新UART设备 + if(this->m_APP_Icd->m_uartDriver->Uart_enumDevice()){ + // 将串口设备的名称添加至列表中 + for(int i = 0; i < this->m_APP_Icd->m_uartDriver->m_DRV_Uart_Infors.ulDevCnt; i++) + this->ui->comboBox_uartDevList->addItem(this->m_APP_Icd->m_uartDriver->m_DRV_Uart_Infors.bDeviceName[i]); + }else{ + QMessageBox::question(this,"ERROR","not find uart device!",QMessageBox::Yes | QMessageBox::No,QMessageBox::Yes); + } +} + +// 打开串口设备 +void MainWindow::on_pushButton_uartOpenDev_clicked() +{ + // 读取当前的设备索引号 + ULONG index = this->ui->comboBox_uartDevList->currentIndex(); + // 调用串口打开函数 + BOOL status = this->m_APP_Icd->m_uartDriver->Uart_openDevice(index); + + // 判断打开串口设备是否成功 + if(status == TRUE){ + // 打开成功. 则关闭或开启一些组件 + this->ui->comboBox_uartDevList->setDisabled(true); + this->ui->pushButton_uartCloseDev->setEnabled(true); + this->ui->pushButton_uartOpenDev->setDisabled(true); + this->ui->pushButton_uartSetPara->setEnabled(true); + // 新建数据记录日志txt文件 + if(!this->m_APP_Icd->ICD_newDataRecordingFile()){ + QMessageBox::question(this,"ERROR","new Data Recording File failed!",QMessageBox::Yes | QMessageBox::No,QMessageBox::Yes); + } + } +} +// 关闭串口函数 +void MainWindow::on_pushButton_uartCloseDev_clicked() +{ + // 调用串口关闭函数 + BOOL status = this->m_APP_Icd->m_uartDriver->Uart_closeDevice(); + + // 判断打开串口设备是否成功 + if(status == TRUE){ + // 打开成功. 则关闭或开启一些组件 + this->ui->comboBox_uartDevList->setEnabled(true); + this->ui->pushButton_uartCloseDev->setDisabled(true); + this->ui->pushButton_uartOpenDev->setEnabled(true); + this->ui->pushButton_uartSetPara->setDisabled(true); + } +} + +// 串口设置参数函数 +void MainWindow::on_pushButton_uartSetPara_clicked() +{ + // 读取组件中配置参数的值 + ULONG Baudrate = this->ui->comboBox_uartBps->currentText().toUInt(); + UCHAR StopBits = this->ui->comboBox_uartStop->currentIndex(); + UCHAR Parity = this->ui->comboBox_uartVerify->currentIndex(); + UCHAR DataSize = this->ui->comboBox_uartData->currentText().toUInt(); + UCHAR Timeout = this->ui->lineEdit_uartTimeOut->text().toUInt(); + // 调用配置参数函数进行配置 + if(this->m_APP_Icd->m_uartDriver->Uart_setPara(Baudrate, StopBits, Parity, DataSize, Timeout) == FALSE){ + QMessageBox::question(this,"ERROR","set uart para failed!",QMessageBox::Yes | QMessageBox::No,QMessageBox::Yes); + } +} + +// 当分组的序号发生变化时 +void MainWindow::on_comboBox_icdGroup_currentIndexChanged(int index) +{ + // 清除子分组的列表 + this->ui->comboBox_icdSubGroup->clear(); + // 设置子分组对应的列表 + this->ui->comboBox_icdSubGroup->addItems(this->m_APP_Icd->comboBox_subGroupInfo.value(index)); +} + +// 发送设置电压相关命令 +void MainWindow::on_pushButton_icdSendVolCMD_clicked() +{ + // 获取页面的命令、分组、子分组 + uint8_t CMD = this->ui->comboBox_icdCmd->currentIndex() + 1; + uint8_t group = this->ui->comboBox_icdGroup->currentIndex(); + if(group == 0) + group = 0xAA; + uint8_t subGroup = this->ui->comboBox_icdSubGroup->currentIndex(); + if((subGroup == 0) && (group == 0xAA)) + subGroup = 0xAA; + else + subGroup += 1; + // 调用设置电压命令编码函数 + this->m_APP_Icd->ICD_volCMDProtoEncode(CMD, group, subGroup); +} + +// 写寄存器配置指令 +void MainWindow::on_pushButton_icdRegConfig_clicked() +{ + // 读取dac的编号值 + uint8_t dacID = this->ui->comboBox_icdDacId->currentIndex()+1; + // 读取dac通道值 + uint16_t dacCH = this->ui->comboBox_icdDacCh->currentIndex()+1; + // 判断是否为第256通道 + if(dacCH == 256){ + dacCH = 0; + dacID += 128; + } + // 读取funcEN值,将各个选项的使能值按照协议的报文格式叠加到funcEN数据中 + uint8_t funcEN = 0x00; + if(this->ui->checkBox_icdEN_TADC->isChecked()){ + funcEN += 1; + } + if(this->ui->checkBox_icdFBK_EN->isChecked()){ + funcEN += 2; + } + if(this->ui->checkBox_icdTEMPTEST->isChecked()){ + funcEN += 4; + } + if(this->ui->checkBox_icdTEST_EN->isChecked()){ + funcEN += 8; + } + if(this->ui->checkBox_icdTRIG_TADC->isChecked()){ + funcEN += 16; + } + // 读取adcCurrConfig值 + uint8_t adcCurrConfig = this->ui->comboBox_icdRefCurr->currentIndex(); + adcCurrConfig = adcCurrConfig*16 + this->ui->comboBox_icdADCClkPrs->currentIndex(); + + // 调用写寄存器编码函数 + if(!this->m_APP_Icd->ICD_regWCMDProtoEncode(dacID, dacCH, funcEN, adcCurrConfig)){ + QMessageBox::question(this,"ERROR","set reg para failed!",QMessageBox::Yes | QMessageBox::No,QMessageBox::Yes); + } +} + +// 寄存器回读命令 +void MainWindow::on_pushButton_icdRegRead_clicked() +{ + // 清楚 + this->revData.clear(); + // 读取dac的编号值 + uint8_t dacID = this->ui->comboBox_icdDacId->currentIndex()+1; + // 读取寄存器的值 + if(!this->m_APP_Icd->ICD_regRCMDProtoEncode(dacID)){ + QMessageBox::question(this,"ERROR","write read reg para failed!",QMessageBox::Yes | QMessageBox::No,QMessageBox::Yes); + } + // 读取串口接收区的数据 + QThread::msleep(10); // 延时10毫秒 + if(!this->m_APP_Icd->m_uartDriver->Uart_Read(this->revData)){ + QMessageBox::question(this,"ERROR","read reg para failed!",QMessageBox::Yes | QMessageBox::No,QMessageBox::Yes); + } + // 将返回的寄存器值显示到label界面 + this->ui->label_icdRegRead->setText(this->revData.toHex(' ')); // 用空格分隔每个字节 + // 记录读的数据 + // this->m_APP_Icd->ICD_addContextToDataRecordingFile(false, this->revData); + // 解析数据 + this->regParsedData = this->m_APP_Icd->ICD_parseRegisterData(this->revData); + qDebug() << "CH_TEST:" << this->regParsedData.CH_TEST \ + << ",EN_TADC:" << this->regParsedData.EN_TADC \ + << ",FBK_EN:" << this->regParsedData.FBK_EN \ + << ",TEMPTEST_EN:" << this->regParsedData.TEMPTEST_EN \ + << ",TEST_TADC:" << this->regParsedData.TEST_TADC \ + << ",TRIG_TADC:" << this->regParsedData.TRIG_TADC \ + << ",N_CLKDIV18:" << QString::number(this->regParsedData.N_CLKDIV18, 2).rightJustified(2, '0') \ + << ",ICON18:" << QString::number(this->regParsedData.ICON18, 2).rightJustified(4, '0') \ + << ",VCON:" << QString::number(this->regParsedData.VCON, 2).rightJustified(2, '0') \ + << ",EOC:" << this->regParsedData.EOC \ + << ",ADC_OUT:" << this->regParsedData.ADC_OUT \ + << ",D_FB:" << this->regParsedData.D_FB; +} + diff --git a/mainwindow.h b/mainwindow.h new file mode 100644 index 0000000..0d5ab30 --- /dev/null +++ b/mainwindow.h @@ -0,0 +1,78 @@ +#ifndef MAINWINDOW_H +#define MAINWINDOW_H + +#include +#include +#include +#include "SpiApi.h" +#include "apps/icd/app_icd.h" + +QT_BEGIN_NAMESPACE +namespace Ui { +class MainWindow; +} +QT_END_NAMESPACE + +#define VERSION "V1.1" +#define MOD_TIME "25/07/17" +#define ICD_VERSION "V2.0.1" + + +class MainWindow : public QMainWindow +{ + Q_OBJECT + +public: + MainWindow(QWidget *parent = nullptr); + ~MainWindow(); + + /******************函数声明*****************/ + static void mw_logOutPut(QtMsgType type, const QMessageLogContext &context, const QString &msg); + void mw_findSpiDev(void); + void mw_sendTestData(void); + void mw_tableInit(void); + + void mw_onCellChanged(int row, int column); + void mw_menuBarInit(void); + + // 定义对象 + DRV_Spi *m_DRV_Spi; // spi驱动对象 + APP_Icd *m_APP_Icd; // ICD应用层类 + QByteArray revData; + // // SpiApi底层驱动类 + SpiApi spiApi; + QVector devices; + ParsedData regParsedData; + +signals: + +private slots: + void on_pushButton_refreshDev_clicked(); + + void on_pushButton_closeDev_clicked(); + + void on_pushButton_openDev_clicked(); + + void on_pushButton_uartRefreshDev_clicked(); + + void on_pushButton_uartOpenDev_clicked(); + + void on_pushButton_uartCloseDev_clicked(); + + void on_pushButton_uartSetPara_clicked(); + + void on_comboBox_icdGroup_currentIndexChanged(int index); + + void on_pushButton_icdSendVolCMD_clicked(); + + void on_pushButton_icdRegConfig_clicked(); + + void mw_showVersionInfo(); + void mw_showUserManual(); + + void on_pushButton_icdRegRead_clicked(); + +private: + Ui::MainWindow *ui; +}; +#endif // MAINWINDOW_H diff --git a/mainwindow.ui b/mainwindow.ui new file mode 100644 index 0000000..2138d16 --- /dev/null +++ b/mainwindow.ui @@ -0,0 +1,1204 @@ + + + MainWindow + + + + 0 + 0 + 703 + 997 + + + + MainWindow + + + + + + 10 + 130 + 681 + 91 + + + + 串口配置区 + + + + + 10 + 60 + 651 + 25 + + + + + + + 波特率: + + + + + + + + 115200 + + + + + 9600 + + + + + + + + 校验位: + + + + + + + + None + + + + + Odd + + + + + Even + + + + + Mark + + + + + Space + + + + + + + + 停止位: + + + + + + + + 1位 + + + + + 1.5位 + + + + + 2位 + + + + + + + + 数据位: + + + + + + + + 8 + + + + + + + + 字节超时(ms): + + + + + + + 0 + + + 255 + + + + + + + false + + + + 0 + 0 + + + + 串口参数设置 + + + + + + + + + 370 + 30 + 291 + 25 + + + + + + + 刷新设备列表 + + + + + + + false + + + 关闭设备 + + + + + + + 打开设备 + + + + + + + + + 101 + 31 + 261 + 21 + + + + + 0 + 0 + + + + + 16777215 + 16777215 + + + + + + + 10 + 30 + 81 + 20 + + + + UART设备列表: + + + + + + + 10 + 0 + 681 + 121 + + + + SPI配置区 + + + + + 320 + 60 + 351 + 54 + + + + + + + + 0 + 0 + + + + + 16777215 + 16777215 + + + + + 0 + 0 + + + + + CS1_POLA_LOW + + + + + CS1_POLA_HIGH + + + + + + + + + 0 + 0 + + + + 初始化SPI(C0) + + + + + + + + 0 + 0 + + + + + CS2_POLA_LOW + + + + + CS2_POLA_HIGH + + + + + + + + + + 15 + 30 + 71 + 20 + + + + SPI设备列表: + + + + + + 96 + 31 + 261 + 21 + + + + + 0 + 0 + + + + + 16777215 + 16777215 + + + + + + + 380 + 30 + 291 + 25 + + + + + + + 刷新设备列表 + + + + + + + false + + + 关闭设备 + + + + + + + 打开设备 + + + + + + + + + 10 + 60 + 301 + 54 + + + + + + + 模式: + + + + + + + + 模式0 + + + + + 模式1 + + + + + 模式2 + + + + + 模式3 + + + + + + + + + LSB + + + + + MSB + + + + + + + + 时钟频率: + + + + + + + + 8bit + + + + + 16bit + + + + + + + + 数据: + + + + + + + 数据宽度: + + + + + + + + 60MHz + + + + + 30MHz + + + + + 15MHz + + + + + 7.5MHz + + + + + 3.75MHz + + + + + 1.875MHz + + + + + 937.5KHz + + + + + 468.75KHz + + + + + + + + + + + 10 + 840 + 681 + 111 + + + + 日志输出 + + + + + 10 + 30 + 661 + 70 + + + + + + + + 10 + 340 + 681 + 501 + + + + 配置电压区 + + + + + 561 + 30 + 111 + 21 + + + + 发送电压命令 + + + + + + 250 + 30 + 39 + 23 + + + + 子分组: + + + + + + 44 + 30 + 81 + 23 + + + + + 参数归零 + + + + + 同值配置 + + + + + 异值配置 + + + + + + + 164 + 30 + 81 + 23 + + + + + 所有DAC + + + + + A/B分组 + + + + + OPA分组 + + + + + 单个DAC + + + + + + + 130 + 30 + 39 + 23 + + + + 分组: + + + + + + 10 + 30 + 39 + 23 + + + + 命令: + + + + + + 300 + 30 + 101 + 23 + + + + + + + 0 + 60 + 671 + 431 + + + + 16 + + + 16 + + + 16 + + + 20 + + + 40 + + + 25 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 10 + 230 + 681 + 111 + + + + 寄存器配置及回读区 + + + + + 480 + 20 + 71 + 21 + + + + FBK_EN + + + + + + 300 + 20 + 61 + 23 + + + + + + + 10 + 20 + 61 + 23 + + + + DAC编号: + + + + + + 570 + 20 + 111 + 21 + + + + TEMPTEST_EN + + + + + + 560 + 80 + 111 + 23 + + + + 寄存器回读 + + + + + + 390 + 20 + 82 + 21 + + + + EN_TADC + + + true + + + + + + 140 + 80 + 241 + 16 + + + + none + + + + + + 110 + 50 + 91 + 21 + + + + TRIG_TADC + + + + + + 240 + 20 + 61 + 23 + + + + DAC通道: + + + + + + 10 + 50 + 91 + 21 + + + + TEST_TADC + + + true + + + + + + 490 + 50 + 61 + 23 + + + + 8 + + + + 0000 + + + + + 0001 + + + + + 0010 + + + + + 0011 + + + + + 0100 + + + + + 0101 + + + + + 0110 + + + + + 0111 + + + + + 1000 + + + + + 1001 + + + + + 1010 + + + + + 1011 + + + + + 1100 + + + + + 1101 + + + + + 1110 + + + + + 1111 + + + + + + + 300 + 50 + 61 + 23 + + + + 0 + + + + 00 + + + + + 01 + + + + + 10 + + + + + 11 + + + + + + + 560 + 50 + 111 + 23 + + + + 寄存器配置 + + + + + + 70 + 20 + 61 + 23 + + + + + 编号1 + + + + + 编号2 + + + + + 编号3 + + + + + 编号4 + + + + + 编号5 + + + + + 编号6 + + + + + 编号7 + + + + + 编号8 + + + + + 编号9 + + + + + 编号10 + + + + + 编号11 + + + + + 编号12 + + + + + 编号13 + + + + + 编号14 + + + + + 编号15 + + + + + 编号16 + + + + + 编号17 + + + + + 编号18 + + + + + 编号19 + + + + + 编号20 + + + + + + + 10 + 80 + 131 + 23 + + + + REG7至REG1读取的值: + + + + + + 410 + 50 + 51 + 23 + + + + ICON18: + + + + + + 210 + 50 + 81 + 23 + + + + N_CLKDIV18: + + + + + + + + 0 + 0 + 703 + 20 + + + + + + + + diff --git a/sp713.ico b/sp713.ico new file mode 100644 index 0000000..1bbda7b Binary files /dev/null and b/sp713.ico differ diff --git a/voltage_file/Vse_psi_-13.00_theta_13.53_opa_1.txt b/voltage_file/Vse_psi_-13.00_theta_13.53_opa_1.txt new file mode 100644 index 0000000..7f93131 --- /dev/null +++ b/voltage_file/Vse_psi_-13.00_theta_13.53_opa_1.txt @@ -0,0 +1,1024 @@ +255 +511 +0 +511 +511 +511 +511 +255 +767 +767 +255 +255 +767 +511 +767 +511 +767 +255 +767 +767 +511 +0 +255 +0 +767 +0 +511 +511 +255 +511 +511 +255 +511 +255 +511 +0 +0 +255 +0 +511 +255 +767 +255 +767 +511 +511 +255 +511 +511 +255 +0 +511 +767 +255 +511 +255 +767 +0 +511 +255 +511 +511 +767 +255 +511 +0 +255 +767 +0 +0 +767 +0 +255 +255 +255 +255 +511 +511 +255 +255 +511 +255 +255 +511 +511 +767 +511 +511 +0 +0 +0 +0 +511 +0 +767 +0 +767 +255 +511 +767 +767 +767 +511 +255 +0 +511 +255 +0 +511 +767 +0 +0 +0 +767 +0 +767 +0 +255 +0 +0 +0 +511 +767 +511 +511 +255 +767 +511 +255 +767 +767 +767 +255 +255 +767 +0 +511 +767 +767 +255 +255 +511 +0 +767 +0 +511 +767 +0 +511 +0 +255 +767 +255 +255 +767 +0 +0 +511 +767 +255 +255 +767 +511 +255 +0 +255 +767 +511 +511 +255 +255 +0 +0 +255 +767 +767 +511 +0 +255 +255 +767 +511 +511 +511 +255 +767 +767 +255 +255 +767 +511 +511 +511 +0 +255 +255 +767 +511 +767 +511 +0 +767 +511 +767 +255 +0 +511 +511 +0 +511 +0 +767 +255 +255 +255 +0 +255 +511 +511 +511 +511 +767 +511 +0 +255 +255 +0 +255 +767 +0 +767 +0 +255 +767 +0 +511 +255 +255 +511 +511 +255 +511 +511 +767 +255 +767 +255 +767 +767 +767 +767 +511 +767 +0 +0 +0 +511 +767 +767 +511 +0 +767 +511 +511 +511 +0 +767 +511 +767 +255 +255 +511 +255 +767 +255 +0 +767 +767 +255 +0 +767 +767 +511 +0 +0 +0 +255 +767 +511 +767 +0 +255 +511 +511 +767 +255 +255 +255 +511 +767 +0 +255 +255 +511 +767 +255 +767 +0 +767 +0 +255 +0 +255 +767 +0 +511 +511 +255 +0 +0 +767 +255 +511 +767 +511 +511 +511 +0 +0 +767 +255 +767 +511 +767 +255 +0 +767 +0 +255 +511 +511 +0 +511 +0 +255 +767 +255 +511 +767 +767 +0 +0 +767 +511 +0 +767 +255 +767 +767 +511 +0 +511 +767 +0 +767 +255 +255 +0 +767 +255 +255 +511 +511 +0 +0 +255 +255 +0 +0 +255 +511 +255 +767 +511 +0 +0 +511 +767 +0 +0 +0 +255 +511 +0 +255 +767 +0 +767 +255 +511 +255 +511 +255 +511 +767 +767 +767 +511 +255 +767 +0 +767 +255 +767 +767 +0 +255 +767 +767 +0 +767 +0 +255 +767 +767 +511 +0 +0 +255 +0 +511 +511 +0 +511 +255 +255 +0 +511 +767 +0 +255 +255 +767 +255 +255 +0 +255 +0 +255 +0 +511 +767 +0 +767 +767 +511 +767 +511 +767 +767 +767 +767 +255 +255 +0 +0 +255 +511 +255 +255 +0 +511 +255 +511 +511 +767 +767 +255 +511 +255 +0 +767 +511 +0 +0 +511 +767 +511 +767 +767 +0 +0 +767 +0 +767 +0 +511 +767 +767 +0 +255 +0 +511 +0 +767 +767 +0 +767 +511 +511 +255 +0 +767 +255 +255 +511 +0 +767 +255 +767 +767 +767 +0 +767 +0 +511 +767 +511 +511 +767 +0 +255 +0 +767 +255 +767 +511 +511 +511 +255 +0 +255 +255 +255 +511 +0 +511 +0 +767 +255 +0 +0 +767 +767 +511 +255 +0 +767 +511 +255 +511 +511 +255 +767 +0 +255 +767 +511 +511 +255 +0 +0 +0 +0 +0 +0 +0 +255 +0 +0 +0 +767 +511 +767 +511 +767 +767 +255 +0 +255 +255 +0 +511 +767 +511 +511 +0 +255 +0 +511 +511 +0 +511 +767 +511 +511 +767 +255 +767 +767 +255 +511 +767 +767 +767 +0 +0 +511 +0 +511 +0 +0 +511 +767 +767 +511 +767 +255 +767 +511 +0 +511 +0 +511 +511 +255 +511 +767 +255 +0 +511 +511 +255 +255 +511 +767 +767 +0 +255 +511 +0 +0 +767 +511 +0 +767 +255 +511 +767 +0 +767 +511 +767 +255 +511 +767 +767 +0 +0 +0 +767 +255 +767 +255 +511 +255 +255 +255 +0 +0 +255 +0 +767 +511 +255 +511 +0 +255 +0 +0 +0 +255 +767 +255 +255 +511 +767 +0 +255 +0 +511 +255 +0 +767 +767 +255 +0 +511 +0 +255 +255 +767 +0 +511 +511 +767 +0 +767 +0 +255 +767 +767 +767 +511 +511 +767 +0 +767 +255 +255 +0 +767 +511 +255 +0 +767 +255 +767 +511 +0 +0 +511 +255 +255 +767 +255 +767 +767 +511 +511 +767 +0 +511 +0 +0 +511 +767 +0 +767 +511 +0 +255 +511 +511 +0 +0 +511 +767 +511 +511 +767 +0 +0 +767 +0 +255 +255 +0 +0 +255 +511 +511 +0 +0 +511 +767 +511 +767 +0 +255 +255 +511 +767 +255 +767 +0 +255 +511 +767 +255 +0 +255 +511 +0 +767 +511 +0 +511 +767 +255 +767 +767 +0 +0 +255 +511 +511 +255 +511 +255 +0 +767 +255 +767 +511 +511 +0 +767 +255 +767 +255 +0 +511 +0 +767 +255 +767 +0 +255 +255 +255 +767 +0 +255 +0 +255 +767 +767 +511 +0 +767 +255 +255 +511 +511 +767 +255 +255 +511 +511 +255 +0 +0 +255 +0 +511 +767 +255 +511 +767 +255 +0 +511 +0 +767 +767 +0 +511 +0 +511 +255 +767 +767 +511 +255 +0 +767 +511 +0 +511 +255 +255 +255 +0 +767 +255 +767 +511 +511 +0 +0 +511 +0 +0 +0 +511 +767 +0 +767 +511 +767 +511 +511 +255 +255 +511 +767 +511 +767 +767 +0 +255 +767 +0 +767 +255 +767 +511 +767 +767 +255 +511 +255 +767 +255 +0 +511 +767 +767 +255 +0 +255 +0 +0 +255 +767 +511 +0 +767 +255 +0 +255 +511 +767 +255 +511 +767 +0 +255 +255 +255 +767 +511 +511 +255 +767 +255 +255 +767 +767 +511 +511 +767 +511 +0 +255 +511 +255 +0 +511 +767 +511 +255 +767 +255 +0 +511 +255 +255 +767 +767 +767 +767 +0 +511 +511 +511 +767 +0 +0 +511 +767 +255 +767 +255 +0 +255 +255 +767 +511 +767 +511 +255 +767 +511 +767 +511 +255 +255 +255 +255 +0 +767 +0 \ No newline at end of file diff --git a/voltage_file/Vse_psi_-14.00_theta_13.53_opa_1.txt b/voltage_file/Vse_psi_-14.00_theta_13.53_opa_1.txt new file mode 100644 index 0000000..cd5c6fe --- /dev/null +++ b/voltage_file/Vse_psi_-14.00_theta_13.53_opa_1.txt @@ -0,0 +1,1024 @@ +767 +0 +511 +0 +0 +0 +0 +767 +255 +511 +767 +0 +511 +255 +511 +255 +511 +255 +511 +767 +511 +0 +255 +0 +767 +0 +511 +511 +511 +511 +511 +511 +511 +511 +767 +255 +255 +511 +255 +767 +511 +0 +767 +255 +767 +0 +511 +767 +0 +767 +511 +0 +255 +767 +0 +0 +511 +767 +255 +0 +255 +255 +767 +0 +255 +767 +0 +511 +0 +767 +767 +767 +255 +255 +255 +255 +511 +511 +255 +255 +767 +511 +255 +767 +767 +0 +767 +767 +511 +255 +255 +255 +767 +511 +255 +511 +255 +767 +0 +255 +255 +511 +0 +0 +511 +0 +767 +767 +255 +511 +767 +767 +767 +767 +767 +767 +0 +255 +0 +0 +0 +511 +767 +511 +511 +255 +767 +511 +255 +0 +767 +0 +511 +511 +0 +255 +767 +255 +255 +511 +511 +0 +511 +255 +511 +0 +255 +511 +0 +511 +0 +511 +0 +0 +511 +767 +767 +511 +511 +0 +0 +767 +255 +255 +0 +255 +767 +511 +511 +255 +255 +0 +767 +511 +0 +0 +767 +0 +511 +511 +0 +0 +0 +0 +511 +255 +0 +511 +767 +255 +0 +0 +255 +511 +767 +0 +255 +0 +511 +255 +767 +511 +255 +511 +0 +767 +511 +255 +767 +255 +0 +767 +255 +255 +255 +0 +255 +511 +511 +767 +511 +0 +767 +0 +511 +511 +255 +511 +0 +255 +0 +511 +511 +255 +511 +0 +511 +767 +767 +0 +767 +0 +0 +255 +767 +511 +0 +255 +511 +255 +511 +255 +511 +511 +767 +767 +0 +0 +0 +511 +255 +255 +255 +0 +767 +767 +255 +767 +511 +511 +767 +0 +255 +255 +767 +767 +255 +511 +767 +767 +511 +511 +255 +767 +0 +0 +255 +767 +255 +767 +767 +255 +511 +511 +767 +255 +511 +511 +767 +0 +0 +255 +511 +767 +0 +511 +0 +511 +255 +255 +767 +511 +767 +255 +511 +0 +255 +511 +511 +767 +511 +767 +0 +511 +255 +255 +255 +511 +767 +511 +767 +511 +255 +767 +255 +255 +0 +255 +255 +511 +511 +0 +511 +255 +511 +767 +511 +511 +767 +0 +255 +0 +767 +767 +0 +255 +0 +255 +255 +0 +511 +0 +511 +511 +255 +767 +0 +767 +255 +0 +0 +255 +255 +767 +767 +767 +255 +767 +0 +255 +255 +0 +767 +511 +0 +0 +511 +767 +0 +255 +0 +511 +511 +255 +255 +0 +255 +255 +767 +767 +767 +767 +511 +0 +0 +0 +511 +0 +0 +255 +511 +511 +0 +255 +767 +0 +767 +255 +255 +767 +511 +767 +0 +511 +767 +0 +0 +0 +511 +0 +767 +511 +767 +511 +255 +511 +0 +767 +0 +255 +511 +511 +767 +511 +767 +0 +511 +511 +767 +767 +0 +0 +511 +0 +255 +767 +0 +0 +255 +255 +255 +255 +767 +511 +511 +767 +767 +255 +0 +767 +0 +511 +0 +511 +255 +511 +0 +255 +767 +255 +255 +767 +511 +255 +0 +511 +767 +511 +767 +767 +255 +767 +767 +255 +0 +511 +767 +0 +0 +511 +767 +511 +0 +511 +255 +255 +255 +255 +255 +511 +767 +767 +0 +511 +0 +767 +767 +767 +511 +255 +0 +511 +255 +0 +255 +767 +767 +511 +0 +0 +767 +767 +511 +767 +0 +0 +511 +0 +511 +767 +0 +0 +0 +511 +255 +0 +255 +255 +511 +0 +767 +511 +255 +0 +255 +767 +511 +767 +511 +255 +255 +511 +511 +767 +255 +767 +0 +511 +767 +255 +255 +255 +511 +255 +255 +767 +255 +511 +0 +255 +767 +0 +255 +255 +767 +255 +255 +767 +767 +767 +255 +767 +255 +511 +0 +255 +767 +0 +767 +255 +255 +255 +511 +767 +255 +767 +767 +255 +255 +767 +255 +767 +0 +0 +0 +255 +767 +0 +0 +767 +255 +255 +767 +767 +255 +0 +511 +767 +255 +255 +511 +255 +511 +0 +255 +0 +255 +255 +767 +511 +255 +255 +0 +0 +255 +511 +511 +0 +255 +511 +767 +0 +767 +767 +255 +767 +767 +511 +767 +255 +0 +767 +0 +767 +767 +0 +0 +255 +255 +767 +0 +767 +255 +511 +767 +767 +767 +767 +511 +511 +767 +511 +767 +255 +767 +255 +767 +767 +767 +767 +0 +0 +767 +0 +255 +0 +767 +0 +0 +255 +511 +0 +0 +0 +767 +255 +255 +767 +0 +511 +511 +255 +255 +767 +767 +255 +511 +255 +767 +767 +767 +255 +255 +767 +0 +255 +255 +255 +767 +767 +511 +511 +0 +255 +511 +255 +255 +511 +511 +0 +767 +255 +767 +0 +0 +255 +0 +767 +511 +511 +767 +0 +0 +255 +255 +511 +0 +511 +0 +767 +255 +511 +0 +0 +511 +511 +0 +255 +511 +511 +767 +0 +0 +767 +0 +255 +511 +0 +0 +255 +511 +767 +255 +255 +511 +0 +0 +0 +255 +767 +767 +0 +255 +511 +0 +511 +767 +0 +511 +0 +767 +767 +0 +511 +511 +255 +767 +0 +511 +767 +767 +255 +767 +0 +255 +255 +511 +255 +255 +255 +255 +767 +0 +767 +767 +767 +255 +0 +255 +255 +255 +255 +0 +255 +255 +511 +511 +255 +255 +511 +767 +0 +511 +511 +511 +767 +511 +255 +255 +511 +255 +767 +767 +255 +0 +511 +767 +0 +511 +511 +767 +767 +0 +0 +0 +767 +511 +255 +511 +767 +255 +0 +767 +255 +767 +767 +255 +511 +0 +511 +511 +767 +0 +767 +511 +255 +255 +511 +511 +767 +511 +767 +511 +255 +255 +0 +255 +255 +0 +0 +767 +255 +0 +767 +767 +255 +511 +767 +511 +255 +511 +511 +255 +0 +255 +511 +767 +511 +767 +767 +255 +767 +0 +0 +767 +511 +0 +767 +767 +0 +255 +767 +511 +511 +511 +0 +767 +0 +511 +511 +511 +767 +511 +511 +767 +255 +255 +767 +255 +767 +767 +767 +255 +767 +767 +511 +0 +0 +255 +0 +767 +767 +511 +255 +255 +767 +255 +255 +0 +0 +0 +511 +0 +255 +255 +511 +767 +511 +255 +0 +767 +0 +767 +255 +767 +255 +255 +511 +511 +255 +255 +255 +767 +255 +767 +255 +511 +511 +767 +767 +255 +0 +255 +767 +0 +255 +0 +255 +767 +511 +511 +767 +255 +767 +511 +767 +511 +255 +767 +0 +767 +767 +0 +0 \ No newline at end of file diff --git a/voltage_file/Vse_psi_-15.00_theta_13.53_opa_1.txt b/voltage_file/Vse_psi_-15.00_theta_13.53_opa_1.txt new file mode 100644 index 0000000..88576eb --- /dev/null +++ b/voltage_file/Vse_psi_-15.00_theta_13.53_opa_1.txt @@ -0,0 +1,1024 @@ +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +511 +255 +511 +255 +767 +767 +767 +255 +511 +255 +0 +255 +767 +767 +767 +0 +0 +767 +0 +0 +255 +767 +767 +0 +767 +255 +0 +511 +255 +0 +511 +767 +255 +511 +767 +511 +255 +767 +0 +767 +0 +767 +255 +767 +0 +767 +255 +255 +767 +0 +255 +0 +255 +767 +255 +0 +0 +255 +511 +767 +511 +511 +0 +0 +511 +767 +255 +0 +767 +255 +255 +511 +255 +511 +0 +0 +0 +0 +511 +0 +0 +255 +0 +511 +767 +0 +255 +255 +767 +767 +511 +0 +767 +767 +255 +511 +767 +0 +767 +767 +0 +767 +255 +511 +255 +255 +255 +767 +0 +767 +767 +767 +255 +0 +767 +511 +255 +511 +767 +0 +511 +767 +255 +767 +767 +255 +255 +767 +255 +767 +255 +767 +0 +255 +767 +255 +767 +255 +0 +0 +511 +767 +767 +511 +511 +0 +255 +767 +511 +255 +255 +511 +0 +767 +767 +511 +511 +255 +255 +767 +511 +255 +0 +511 +0 +0 +511 +511 +511 +511 +0 +767 +767 +255 +511 +0 +767 +767 +767 +255 +511 +767 +255 +0 +255 +255 +767 +511 +255 +511 +255 +767 +511 +255 +767 +511 +255 +767 +511 +255 +511 +511 +511 +767 +0 +255 +0 +255 +255 +511 +767 +0 +767 +0 +511 +767 +767 +0 +255 +0 +0 +511 +255 +511 +511 +767 +511 +767 +767 +255 +767 +255 +767 +255 +511 +255 +511 +255 +511 +767 +767 +767 +0 +767 +767 +255 +0 +0 +767 +511 +767 +255 +0 +511 +255 +511 +767 +767 +767 +255 +767 +511 +255 +511 +767 +767 +511 +511 +511 +767 +0 +0 +255 +767 +511 +0 +0 +511 +767 +0 +0 +767 +767 +0 +0 +255 +511 +767 +0 +255 +511 +0 +767 +255 +767 +0 +511 +255 +255 +767 +255 +767 +0 +511 +255 +511 +255 +767 +255 +511 +0 +255 +0 +767 +767 +511 +767 +511 +511 +0 +511 +255 +0 +255 +511 +511 +767 +255 +767 +767 +767 +511 +0 +255 +255 +0 +767 +0 +511 +255 +767 +767 +255 +767 +767 +767 +255 +767 +0 +511 +0 +767 +767 +511 +255 +0 +767 +0 +0 +511 +767 +767 +255 +767 +0 +0 +767 +255 +0 +767 +0 +255 +767 +255 +255 +511 +511 +767 +767 +511 +767 +511 +767 +767 +255 +255 +0 +511 +255 +255 +767 +767 +0 +511 +511 +0 +255 +255 +511 +511 +255 +0 +767 +255 +255 +767 +511 +767 +0 +511 +767 +255 +767 +255 +0 +255 +767 +767 +0 +767 +511 +767 +511 +767 +255 +511 +255 +0 +511 +767 +255 +255 +767 +0 +255 +255 +511 +767 +255 +767 +0 +511 +767 +511 +0 +255 +255 +255 +767 +511 +511 +767 +767 +0 +0 +0 +767 +511 +767 +511 +255 +511 +0 +0 +255 +511 +511 +0 +767 +511 +511 +0 +255 +767 +0 +0 +767 +767 +255 +767 +511 +0 +255 +511 +767 +255 +511 +511 +511 +255 +0 +0 +0 +511 +0 +0 +511 +511 +511 +767 +511 +767 +767 +255 +255 +0 +767 +255 +767 +511 +767 +255 +0 +255 +511 +511 +511 +0 +511 +255 +0 +767 +511 +0 +255 +767 +0 +0 +767 +767 +255 +767 +255 +255 +767 +0 +0 +0 +767 +255 +511 +255 +511 +511 +767 +511 +767 +767 +0 +255 +511 +255 +511 +0 +255 +767 +767 +0 +0 +511 +0 +511 +767 +511 +767 +0 +255 +0 +0 +0 +511 +0 +255 +767 +767 +767 +0 +767 +511 +511 +255 +511 +255 +0 +767 +511 +511 +511 +767 +767 +767 +0 +0 +511 +255 +0 +511 +0 +511 +511 +511 +0 +0 +511 +511 +511 +0 +0 +511 +511 +0 +767 +0 +511 +511 +767 +255 +767 +255 +0 +255 +767 +255 +511 +767 +511 +255 +255 +255 +255 +255 +511 +767 +255 +0 +767 +0 +255 +511 +0 +255 +0 +767 +511 +511 +511 +511 +0 +511 +0 +255 +511 +767 +767 +0 +255 +767 +255 +0 +255 +511 +255 +511 +511 +511 +255 +767 +767 +511 +0 +767 +255 +767 +0 +511 +767 +0 +0 +255 +255 +255 +511 +255 +255 +255 +255 +767 +511 +255 +255 +255 +767 +767 +255 +511 +0 +0 +767 +255 +255 +511 +511 +0 +255 +511 +255 +511 +767 +0 +767 +767 +0 +255 +0 +767 +511 +511 +511 +255 +255 +511 +511 +255 +511 +511 +255 +255 +511 +0 +255 +0 +511 +0 +767 +767 +255 +255 +511 +0 +767 +767 +0 +255 +767 +767 +255 +767 +255 +511 +511 +0 +0 +511 +0 +767 +511 +767 +255 +255 +0 +0 +511 +511 +255 +511 +511 +0 +0 +511 +511 +255 +767 +511 +511 +767 +255 +255 +511 +767 +255 +767 +0 +511 +0 +255 +0 +511 +511 +767 +511 +255 +0 +767 +0 +511 +767 +767 +511 +0 +255 +511 +255 +767 +767 +511 +511 +255 +0 +255 +0 +0 +0 +0 +511 +767 +255 +511 +511 +511 +767 +767 +767 +0 +767 +767 +0 +255 +511 +0 +255 +255 +511 +255 +255 +0 +511 +255 +767 +511 +0 +0 +511 +767 +0 +255 +511 +767 +0 +0 +255 +255 +511 +767 +511 +767 +255 +511 +255 +767 +511 +0 +255 +511 +255 +511 +767 +255 +0 +255 +0 +0 +0 +511 +255 +255 +511 +511 +511 +0 +255 +0 +767 +255 +0 +767 +511 +511 +0 +767 +767 +511 +255 +511 +767 +255 +255 +767 +255 +255 +255 +255 +0 +511 +767 +0 +0 +511 +0 +255 +511 +0 +0 +511 +0 +767 +255 +767 +511 +511 +0 +511 +255 +255 +767 +255 +255 +0 +511 +255 +511 +511 +255 +0 +511 +255 +767 +767 +767 +0 +511 +255 +511 +767 +0 +0 +255 +0 +767 +511 +511 +767 +0 +767 +511 +0 +511 +0 +767 +255 +511 +767 +255 +255 +255 +0 +511 +0 +511 +255 +0 +511 +0 +767 +767 +767 +0 +0 +0 +255 +255 +767 +0 +255 +511 +0 +0 +0 +767 +255 +0 +255 +0 +0 +255 +0 +511 +767 +255 +255 +0 +767 +255 +511 +767 +511 +511 +255 +255 +255 +511 \ No newline at end of file diff --git a/voltage_file/Vse_psi_-16.00_theta_13.52_opa_1.txt b/voltage_file/Vse_psi_-16.00_theta_13.52_opa_1.txt new file mode 100644 index 0000000..dc12b53 --- /dev/null +++ b/voltage_file/Vse_psi_-16.00_theta_13.52_opa_1.txt @@ -0,0 +1,1024 @@ +767 +0 +767 +255 +255 +511 +511 +255 +767 +0 +511 +511 +0 +767 +255 +767 +255 +767 +255 +511 +255 +0 +0 +0 +767 +255 +511 +767 +767 +767 +0 +767 +0 +0 +255 +767 +767 +255 +0 +511 +255 +767 +511 +255 +767 +767 +511 +0 +255 +767 +767 +255 +511 +255 +255 +255 +767 +255 +511 +511 +0 +0 +255 +767 +0 +511 +767 +511 +0 +767 +767 +0 +255 +511 +511 +511 +767 +0 +511 +511 +0 +0 +767 +255 +255 +767 +511 +511 +255 +0 +255 +0 +767 +255 +255 +511 +255 +767 +0 +511 +511 +767 +255 +255 +0 +511 +255 +255 +767 +255 +511 +511 +511 +511 +767 +511 +0 +255 +0 +0 +0 +767 +0 +767 +767 +511 +255 +0 +767 +511 +255 +767 +0 +255 +511 +0 +511 +0 +0 +511 +511 +0 +511 +255 +511 +255 +511 +767 +255 +767 +255 +767 +511 +511 +767 +255 +255 +0 +255 +767 +767 +511 +0 +0 +0 +255 +767 +511 +511 +255 +511 +255 +255 +767 +255 +255 +0 +511 +0 +0 +511 +511 +511 +767 +255 +0 +0 +511 +511 +255 +255 +0 +255 +511 +0 +255 +511 +511 +767 +767 +255 +0 +767 +255 +767 +255 +0 +0 +511 +0 +767 +511 +255 +255 +255 +255 +255 +767 +767 +0 +767 +255 +255 +511 +767 +0 +767 +255 +767 +0 +767 +0 +255 +0 +255 +767 +511 +767 +0 +255 +767 +255 +0 +511 +0 +767 +255 +767 +0 +767 +0 +767 +255 +255 +511 +511 +0 +511 +511 +255 +0 +0 +767 +255 +767 +255 +255 +767 +511 +767 +0 +511 +511 +511 +767 +0 +767 +0 +255 +255 +255 +0 +767 +255 +511 +511 +0 +511 +0 +767 +767 +255 +511 +511 +767 +511 +511 +767 +0 +255 +511 +511 +767 +255 +511 +255 +767 +255 +0 +255 +511 +511 +511 +0 +511 +0 +0 +767 +767 +767 +767 +0 +511 +767 +511 +511 +767 +0 +255 +255 +255 +255 +0 +511 +0 +767 +767 +0 +255 +255 +511 +0 +511 +511 +511 +255 +767 +767 +255 +0 +767 +767 +255 +255 +767 +767 +511 +0 +0 +511 +511 +255 +255 +511 +255 +0 +255 +767 +255 +255 +0 +255 +511 +0 +255 +255 +511 +255 +511 +767 +0 +0 +511 +511 +0 +0 +511 +767 +0 +255 +255 +767 +511 +511 +767 +511 +511 +511 +0 +511 +255 +511 +255 +511 +767 +767 +255 +767 +767 +255 +511 +255 +767 +767 +511 +255 +0 +767 +255 +0 +767 +255 +511 +0 +511 +767 +511 +767 +767 +767 +255 +511 +767 +511 +255 +511 +0 +767 +0 +0 +511 +767 +255 +767 +0 +255 +0 +767 +0 +255 +767 +511 +255 +0 +255 +511 +0 +767 +255 +0 +255 +511 +0 +767 +0 +255 +255 +511 +511 +511 +255 +255 +767 +255 +0 +255 +255 +0 +511 +0 +255 +767 +511 +255 +0 +767 +0 +511 +255 +255 +511 +0 +255 +767 +511 +0 +255 +767 +767 +255 +255 +255 +511 +511 +0 +255 +255 +255 +511 +255 +767 +0 +255 +0 +0 +767 +511 +255 +0 +511 +767 +255 +255 +511 +767 +0 +511 +511 +0 +0 +0 +767 +767 +767 +511 +255 +0 +767 +511 +511 +767 +255 +255 +0 +511 +767 +767 +255 +255 +511 +767 +767 +511 +0 +511 +0 +255 +0 +767 +511 +767 +767 +0 +511 +511 +255 +511 +255 +511 +0 +0 +255 +255 +767 +0 +767 +255 +767 +0 +255 +767 +0 +511 +255 +0 +511 +767 +511 +0 +511 +511 +511 +767 +255 +0 +0 +767 +0 +767 +0 +255 +767 +0 +0 +511 +0 +0 +511 +255 +255 +511 +255 +767 +511 +511 +0 +0 +767 +767 +511 +255 +255 +255 +767 +0 +0 +511 +0 +255 +255 +0 +511 +767 +511 +767 +511 +767 +0 +511 +0 +0 +255 +767 +0 +255 +255 +511 +767 +0 +511 +767 +767 +255 +767 +255 +0 +511 +767 +511 +767 +511 +511 +511 +255 +255 +511 +767 +0 +0 +511 +0 +767 +255 +255 +0 +767 +767 +0 +767 +767 +0 +0 +767 +767 +255 +767 +255 +511 +255 +511 +767 +767 +511 +767 +255 +255 +767 +0 +255 +511 +767 +255 +255 +255 +255 +767 +511 +511 +511 +255 +0 +511 +0 +511 +511 +0 +255 +255 +511 +767 +0 +255 +511 +767 +255 +511 +767 +255 +255 +0 +767 +767 +767 +767 +255 +255 +767 +255 +0 +767 +767 +255 +0 +255 +0 +0 +0 +511 +767 +0 +0 +255 +0 +511 +0 +0 +255 +767 +767 +255 +767 +255 +767 +767 +255 +255 +0 +255 +255 +255 +511 +0 +0 +767 +0 +511 +511 +0 +255 +511 +0 +0 +511 +767 +255 +767 +511 +767 +0 +255 +255 +767 +0 +511 +0 +255 +767 +0 +511 +0 +0 +255 +255 +767 +767 +511 +255 +511 +0 +255 +255 +0 +511 +767 +0 +767 +511 +0 +255 +0 +0 +767 +511 +0 +0 +0 +255 +255 +767 +0 +0 +511 +511 +0 +767 +255 +255 +0 +767 +255 +511 +767 +255 +511 +511 +767 +511 +511 +255 +511 +511 +255 +767 +511 +255 +0 +255 +511 +767 +0 +511 +511 +767 +0 +767 +255 +511 +255 +255 +767 +255 +0 +767 +511 +767 +0 +511 +255 +511 +0 +255 +255 +511 +511 +255 +0 +0 +511 +511 +767 +767 +767 +767 +767 +511 +0 +255 +511 +0 +0 +0 +255 +255 +511 +255 +767 +255 +255 +255 +0 +511 +0 +0 +0 +0 +767 +767 +255 +767 +0 +255 +767 +255 +511 +0 +767 +255 +255 +255 +767 +767 +767 +511 +0 +255 +255 +511 +0 +511 +511 +767 +767 +511 +0 +0 +767 +255 +0 +511 +255 +511 +255 +0 +511 +511 +255 +255 +511 +767 +767 +767 +511 +511 +0 +255 +767 +255 +255 +0 +255 +0 +767 +255 +511 +767 +767 +0 +0 +255 +511 +767 +767 +255 +0 +767 +255 +255 +767 +767 +0 +767 +0 +511 +767 +255 +255 +255 +0 +0 +511 +767 +255 +511 +255 +0 +511 +511 +767 +767 +255 +0 +767 +255 +511 +767 +0 +767 +511 +255 +767 +767 +511 +255 +255 \ No newline at end of file diff --git a/voltage_file/Vse_psi_0.00_theta_13.52_opa_1.txt b/voltage_file/Vse_psi_0.00_theta_13.52_opa_1.txt new file mode 100644 index 0000000..e69de29 diff --git a/voltage_file/Vse_psi_11.00_theta_13.52_opa_1.txt b/voltage_file/Vse_psi_11.00_theta_13.52_opa_1.txt new file mode 100644 index 0000000..927663d --- /dev/null +++ b/voltage_file/Vse_psi_11.00_theta_13.52_opa_1.txt @@ -0,0 +1,1024 @@ +255 +767 +0 +0 +511 +0 +255 +511 +511 +255 +0 +511 +511 +767 +511 +511 +255 +511 +255 +0 +255 +0 +767 +0 +255 +0 +0 +255 +767 +511 +0 +255 +767 +255 +767 +767 +255 +0 +255 +255 +255 +255 +511 +511 +511 +255 +255 +0 +511 +511 +0 +0 +511 +511 +255 +767 +511 +255 +255 +511 +255 +767 +511 +255 +0 +255 +767 +767 +767 +0 +255 +0 +767 +255 +767 +255 +0 +511 +511 +0 +767 +255 +511 +511 +767 +511 +511 +255 +255 +767 +0 +511 +511 +511 +767 +511 +767 +767 +255 +255 +767 +255 +255 +511 +767 +767 +767 +255 +255 +0 +767 +255 +511 +0 +511 +767 +767 +255 +767 +0 +511 +511 +255 +255 +767 +0 +0 +255 +511 +511 +767 +511 +255 +0 +767 +511 +511 +511 +0 +767 +255 +255 +0 +0 +767 +0 +511 +255 +255 +255 +255 +0 +0 +767 +511 +255 +767 +767 +511 +255 +767 +0 +0 +255 +511 +255 +255 +511 +767 +255 +767 +767 +255 +255 +255 +511 +767 +511 +511 +0 +0 +255 +767 +255 +255 +511 +767 +767 +255 +255 +511 +0 +511 +255 +0 +767 +511 +767 +511 +0 +767 +0 +255 +0 +0 +255 +255 +511 +511 +511 +767 +767 +0 +0 +767 +0 +511 +511 +0 +511 +767 +767 +767 +767 +511 +0 +0 +0 +0 +767 +0 +767 +255 +255 +0 +0 +0 +767 +255 +0 +0 +767 +255 +255 +0 +255 +255 +0 +511 +767 +255 +767 +511 +255 +511 +0 +255 +255 +767 +767 +0 +255 +767 +767 +0 +0 +767 +511 +767 +511 +0 +767 +255 +0 +0 +511 +255 +767 +511 +255 +511 +767 +0 +0 +511 +767 +767 +767 +511 +767 +255 +0 +767 +511 +0 +0 +511 +255 +767 +511 +0 +767 +0 +0 +767 +767 +767 +767 +767 +255 +255 +511 +0 +767 +0 +511 +255 +511 +767 +255 +767 +511 +255 +0 +255 +511 +0 +0 +511 +767 +511 +511 +767 +0 +511 +0 +255 +767 +511 +255 +767 +767 +511 +0 +511 +511 +255 +255 +767 +0 +0 +511 +511 +511 +767 +255 +255 +255 +511 +0 +767 +0 +767 +255 +767 +511 +255 +255 +0 +511 +767 +511 +0 +0 +511 +0 +767 +767 +511 +255 +0 +0 +255 +511 +255 +767 +511 +511 +511 +511 +255 +767 +511 +767 +511 +511 +255 +511 +511 +0 +255 +0 +0 +0 +767 +0 +767 +767 +255 +255 +767 +0 +0 +255 +767 +767 +767 +0 +0 +255 +255 +0 +767 +767 +511 +255 +255 +255 +511 +0 +767 +511 +255 +255 +767 +0 +255 +0 +0 +767 +255 +767 +767 +0 +511 +0 +255 +511 +511 +767 +767 +255 +0 +0 +767 +767 +511 +767 +511 +0 +511 +255 +0 +255 +511 +255 +511 +511 +767 +255 +511 +767 +511 +511 +0 +255 +511 +0 +0 +0 +511 +767 +767 +767 +0 +255 +0 +0 +767 +255 +0 +0 +511 +511 +767 +511 +255 +255 +511 +767 +0 +511 +255 +511 +255 +0 +511 +255 +255 +767 +511 +255 +511 +255 +0 +0 +0 +511 +511 +767 +255 +255 +511 +767 +255 +255 +0 +0 +0 +511 +255 +255 +511 +767 +767 +511 +255 +767 +767 +0 +0 +0 +0 +767 +255 +511 +767 +0 +255 +511 +511 +767 +511 +0 +0 +255 +767 +767 +0 +255 +767 +255 +511 +511 +255 +255 +767 +255 +767 +767 +0 +0 +255 +511 +255 +0 +0 +767 +511 +511 +0 +767 +767 +0 +511 +255 +255 +767 +767 +511 +0 +255 +0 +0 +0 +767 +511 +511 +767 +511 +255 +255 +0 +767 +767 +767 +255 +0 +255 +511 +511 +511 +255 +511 +0 +767 +255 +511 +767 +255 +511 +511 +767 +255 +0 +255 +0 +511 +511 +0 +767 +0 +767 +767 +511 +511 +255 +255 +255 +255 +255 +0 +767 +511 +255 +767 +255 +255 +767 +511 +511 +511 +511 +767 +511 +511 +0 +767 +255 +767 +255 +511 +0 +0 +511 +767 +0 +511 +255 +767 +767 +767 +0 +767 +511 +767 +255 +255 +767 +255 +767 +511 +767 +255 +0 +0 +0 +0 +511 +255 +767 +511 +767 +511 +0 +511 +255 +0 +767 +255 +0 +255 +511 +767 +511 +0 +511 +511 +255 +255 +511 +767 +255 +255 +767 +0 +0 +511 +767 +767 +255 +511 +0 +0 +511 +255 +767 +255 +255 +511 +511 +0 +255 +767 +767 +0 +255 +0 +255 +0 +767 +511 +767 +0 +511 +255 +511 +511 +767 +511 +0 +767 +767 +767 +767 +255 +255 +767 +255 +0 +255 +255 +767 +255 +0 +511 +767 +511 +255 +767 +0 +0 +511 +767 +511 +255 +767 +767 +0 +255 +767 +511 +255 +767 +767 +511 +255 +511 +511 +0 +511 +255 +767 +767 +511 +767 +255 +0 +767 +767 +255 +511 +767 +255 +511 +0 +767 +767 +511 +255 +511 +767 +511 +255 +0 +511 +255 +255 +0 +255 +511 +767 +511 +511 +0 +511 +255 +767 +511 +767 +0 +767 +767 +767 +255 +0 +511 +511 +767 +767 +511 +0 +0 +767 +767 +767 +767 +255 +511 +255 +511 +511 +767 +767 +0 +255 +0 +511 +255 +0 +511 +255 +511 +255 +767 +511 +255 +255 +767 +767 +511 +767 +767 +0 +767 +511 +255 +255 +0 +0 +767 +0 +767 +255 +511 +511 +0 +0 +255 +0 +0 +767 +767 +255 +767 +767 +767 +767 +255 +511 +511 +0 +767 +511 +767 +767 +511 +0 +0 +511 +255 +511 +767 +0 +767 +511 +767 +255 +255 +511 +255 +255 +0 +767 +0 +0 +0 +0 +767 +511 +767 +255 +511 +255 +255 +511 +511 +255 +0 +511 +767 +511 +767 +255 +767 +0 +0 +255 +255 +255 +511 +255 +0 +0 +511 +511 +511 +255 +767 +0 +511 +767 +0 +255 +0 +767 +511 +767 +0 +511 +767 +255 +767 +511 +0 +767 +767 +0 +255 +255 +767 +0 +255 +255 +255 +511 +511 +511 +0 +767 +511 +0 +767 +767 +767 +511 +0 +0 +767 +255 +255 +0 +0 +767 +0 +255 +511 +255 +767 +511 +767 +511 +767 +511 +0 +255 +511 +0 +511 +255 +255 +255 +511 +255 \ No newline at end of file diff --git a/voltage_file/Vse_psi_16.00_theta_13.53_opa_1.txt b/voltage_file/Vse_psi_16.00_theta_13.53_opa_1.txt new file mode 100644 index 0000000..fd369ca --- /dev/null +++ b/voltage_file/Vse_psi_16.00_theta_13.53_opa_1.txt @@ -0,0 +1,1024 @@ +767 +255 +255 +255 +511 +0 +255 +255 +255 +767 +511 +0 +767 +767 +255 +511 +0 +0 +767 +511 +511 +255 +767 +0 +0 +767 +511 +0 +255 +767 +255 +255 +767 +0 +767 +511 +767 +511 +511 +511 +511 +255 +511 +255 +255 +767 +767 +255 +767 +767 +0 +0 +511 +255 +0 +255 +0 +767 +511 +511 +255 +767 +511 +0 +767 +511 +255 +0 +767 +0 +255 +767 +511 +0 +255 +511 +255 +511 +511 +0 +767 +0 +0 +767 +255 +767 +0 +511 +255 +511 +767 +255 +255 +0 +255 +767 +0 +767 +255 +0 +255 +767 +767 +0 +0 +767 +0 +255 +0 +767 +255 +767 +0 +255 +767 +0 +511 +255 +255 +511 +0 +0 +511 +511 +0 +0 +0 +0 +0 +255 +255 +0 +767 +255 +0 +511 +255 +255 +511 +255 +767 +511 +255 +255 +767 +767 +255 +0 +767 +767 +511 +255 +255 +511 +255 +0 +511 +255 +767 +767 +255 +255 +0 +255 +511 +0 +0 +0 +255 +511 +0 +0 +255 +0 +0 +255 +255 +255 +0 +255 +0 +255 +767 +0 +767 +0 +255 +0 +511 +511 +511 +0 +255 +0 +767 +255 +0 +0 +767 +0 +767 +767 +0 +767 +511 +511 +511 +767 +767 +511 +511 +511 +511 +767 +255 +511 +767 +511 +767 +511 +767 +511 +511 +255 +767 +255 +511 +0 +767 +511 +767 +255 +767 +767 +511 +255 +255 +767 +255 +767 +767 +511 +767 +511 +0 +255 +255 +767 +511 +511 +0 +255 +0 +511 +767 +0 +767 +767 +0 +255 +255 +511 +511 +511 +255 +767 +255 +0 +767 +767 +255 +767 +0 +511 +511 +767 +767 +255 +767 +255 +511 +767 +767 +511 +255 +511 +0 +0 +767 +767 +0 +767 +511 +0 +511 +511 +767 +255 +767 +255 +767 +511 +0 +511 +255 +255 +0 +0 +767 +255 +255 +255 +511 +255 +255 +0 +511 +255 +767 +0 +255 +767 +511 +255 +511 +767 +0 +767 +255 +511 +0 +0 +511 +255 +0 +0 +767 +0 +511 +767 +255 +255 +0 +255 +0 +511 +255 +0 +511 +767 +511 +0 +767 +0 +767 +255 +255 +0 +0 +511 +511 +255 +0 +511 +511 +511 +767 +767 +767 +0 +0 +767 +0 +0 +511 +767 +511 +255 +0 +511 +255 +767 +0 +511 +0 +511 +255 +255 +767 +767 +511 +255 +511 +511 +255 +255 +767 +0 +767 +255 +511 +0 +0 +767 +0 +511 +255 +255 +511 +255 +767 +255 +767 +255 +511 +255 +255 +0 +511 +0 +255 +0 +511 +255 +767 +767 +767 +255 +767 +0 +767 +255 +0 +767 +0 +511 +511 +255 +255 +511 +511 +767 +511 +255 +0 +511 +511 +767 +255 +767 +511 +767 +767 +767 +0 +0 +511 +767 +511 +767 +255 +511 +511 +767 +767 +511 +767 +511 +767 +0 +255 +255 +767 +0 +0 +0 +0 +0 +767 +767 +767 +255 +0 +0 +511 +0 +767 +767 +511 +0 +767 +0 +0 +767 +767 +511 +0 +767 +511 +0 +511 +767 +511 +511 +255 +255 +255 +767 +767 +255 +0 +511 +511 +255 +255 +0 +0 +767 +255 +511 +255 +767 +767 +255 +0 +767 +511 +511 +511 +511 +255 +0 +255 +0 +255 +511 +511 +0 +0 +0 +511 +255 +511 +511 +511 +255 +255 +0 +767 +255 +767 +511 +0 +767 +511 +0 +0 +767 +767 +0 +511 +767 +255 +0 +767 +767 +255 +255 +767 +511 +767 +0 +767 +767 +511 +0 +0 +767 +511 +0 +767 +0 +0 +511 +511 +511 +767 +767 +511 +255 +767 +767 +511 +255 +511 +767 +767 +255 +255 +0 +511 +511 +0 +767 +0 +511 +0 +767 +0 +0 +0 +767 +0 +767 +0 +511 +255 +255 +511 +767 +511 +767 +767 +255 +767 +511 +511 +0 +0 +511 +255 +255 +767 +767 +255 +511 +0 +255 +511 +255 +511 +767 +0 +255 +0 +255 +767 +511 +767 +767 +511 +767 +0 +511 +255 +255 +0 +511 +511 +0 +255 +255 +767 +767 +255 +767 +255 +767 +255 +767 +767 +767 +767 +255 +0 +0 +511 +767 +0 +255 +0 +511 +255 +511 +511 +255 +0 +511 +511 +255 +511 +0 +255 +767 +255 +767 +767 +255 +767 +511 +511 +767 +0 +0 +511 +255 +511 +255 +255 +767 +255 +255 +767 +0 +255 +511 +255 +255 +511 +0 +0 +767 +0 +0 +767 +255 +767 +0 +767 +0 +0 +255 +511 +767 +767 +0 +0 +511 +255 +767 +0 +0 +767 +511 +767 +255 +255 +255 +511 +767 +511 +0 +0 +0 +511 +255 +767 +511 +767 +511 +255 +255 +767 +255 +255 +255 +0 +0 +255 +511 +0 +511 +0 +255 +767 +511 +0 +0 +255 +767 +511 +0 +0 +0 +0 +0 +0 +511 +255 +511 +0 +511 +511 +0 +0 +511 +0 +0 +767 +511 +511 +0 +0 +511 +511 +0 +767 +511 +255 +0 +0 +255 +0 +511 +255 +255 +511 +0 +511 +511 +0 +255 +767 +511 +0 +255 +255 +511 +255 +0 +255 +767 +0 +767 +255 +767 +255 +255 +0 +255 +511 +255 +0 +767 +767 +511 +511 +767 +767 +767 +511 +767 +767 +767 +767 +767 +511 +767 +767 +0 +767 +255 +767 +255 +255 +255 +511 +511 +255 +0 +511 +511 +511 +767 +511 +0 +767 +767 +255 +255 +767 +0 +767 +0 +0 +255 +0 +255 +255 +767 +255 +511 +511 +767 +255 +0 +0 +0 +511 +511 +511 +511 +511 +767 +255 +767 +511 +0 +0 +255 +255 +255 +511 +255 +0 +511 +255 +0 +0 +255 +0 +767 +511 +255 +255 +255 +0 +0 +255 +0 +767 +511 +767 +255 +255 +511 +511 +255 +511 +255 +255 +0 +255 +511 +255 +255 +255 +255 +0 +0 +255 +767 +511 +255 +0 +0 +255 +767 +255 +767 +767 +767 +255 +511 +0 +0 +511 +511 +767 +767 +0 +255 +0 +511 +0 +0 +255 +511 +767 +511 +0 +255 +0 +255 +0 +767 +767 +0 +255 +255 +767 +255 +511 +0 +0 +255 +511 +511 +255 +255 +255 +0 +767 +511 +511 +767 +0 +767 +511 +255 +0 +767 +0 +255 +511 +255 +767 +255 +255 +0 +255 +511 +511 +0 \ No newline at end of file diff --git a/voltage_file/Vse_psi_5.00_theta_13.53_opa_1.txt b/voltage_file/Vse_psi_5.00_theta_13.53_opa_1.txt new file mode 100644 index 0000000..e73120b --- /dev/null +++ b/voltage_file/Vse_psi_5.00_theta_13.53_opa_1.txt @@ -0,0 +1,1024 @@ +255 +0 +511 +511 +0 +511 +255 +511 +511 +511 +511 +255 +255 +511 +255 +767 +511 +767 +767 +511 +0 +0 +767 +255 +511 +255 +511 +0 +511 +255 +0 +255 +0 +511 +511 +511 +0 +767 +255 +255 +767 +767 +0 +255 +255 +0 +255 +0 +0 +0 +511 +767 +511 +511 +511 +0 +0 +0 +767 +255 +255 +767 +767 +767 +511 +767 +511 +511 +767 +0 +511 +255 +255 +0 +511 +0 +0 +511 +767 +511 +511 +767 +255 +255 +767 +767 +0 +767 +767 +255 +767 +511 +767 +767 +255 +0 +511 +511 +0 +0 +767 +511 +511 +255 +255 +511 +767 +255 +511 +255 +0 +767 +255 +767 +511 +0 +0 +767 +0 +511 +255 +511 +255 +511 +255 +511 +511 +767 +255 +511 +0 +767 +767 +511 +255 +255 +255 +511 +0 +0 +511 +767 +767 +767 +767 +0 +767 +511 +767 +767 +767 +767 +0 +767 +511 +511 +0 +511 +255 +0 +767 +0 +255 +767 +0 +0 +0 +255 +767 +255 +0 +255 +767 +767 +0 +511 +767 +767 +767 +511 +511 +0 +511 +255 +255 +767 +255 +255 +0 +0 +511 +0 +511 +511 +511 +255 +255 +511 +511 +0 +0 +255 +767 +767 +767 +0 +255 +511 +767 +767 +255 +255 +767 +0 +767 +255 +767 +767 +511 +255 +767 +767 +767 +0 +767 +511 +767 +767 +767 +767 +0 +767 +511 +767 +767 +767 +0 +767 +511 +255 +511 +511 +767 +0 +0 +255 +255 +255 +0 +511 +0 +511 +511 +255 +767 +255 +255 +511 +0 +255 +511 +0 +511 +0 +511 +511 +0 +0 +511 +255 +0 +511 +0 +0 +511 +767 +0 +511 +511 +255 +511 +0 +511 +511 +255 +767 +767 +767 +767 +0 +511 +511 +511 +255 +0 +0 +767 +767 +255 +0 +0 +767 +0 +255 +0 +255 +255 +255 +511 +255 +511 +767 +255 +511 +511 +511 +255 +255 +767 +511 +0 +767 +767 +767 +0 +511 +255 +0 +767 +255 +0 +511 +767 +0 +767 +0 +767 +511 +255 +0 +767 +767 +0 +255 +0 +0 +255 +0 +767 +255 +255 +511 +255 +767 +511 +255 +255 +511 +255 +511 +511 +511 +511 +511 +767 +767 +511 +767 +0 +0 +511 +0 +0 +511 +767 +767 +511 +511 +511 +255 +255 +511 +511 +0 +0 +767 +767 +767 +511 +255 +767 +511 +511 +511 +255 +255 +511 +0 +0 +511 +767 +767 +255 +255 +0 +511 +511 +511 +0 +0 +767 +0 +511 +767 +0 +255 +767 +767 +255 +511 +767 +767 +255 +511 +255 +511 +767 +511 +0 +511 +511 +255 +255 +511 +767 +511 +767 +767 +0 +511 +511 +0 +255 +255 +255 +767 +255 +511 +0 +0 +0 +511 +511 +767 +511 +511 +255 +0 +0 +511 +0 +767 +0 +255 +767 +511 +255 +0 +511 +0 +767 +767 +511 +767 +511 +0 +0 +767 +0 +255 +511 +767 +255 +511 +0 +0 +0 +255 +0 +767 +767 +255 +767 +511 +511 +767 +767 +767 +255 +255 +0 +0 +767 +0 +767 +511 +0 +767 +0 +767 +767 +511 +767 +255 +0 +0 +255 +255 +255 +0 +0 +511 +767 +511 +767 +511 +255 +0 +511 +0 +255 +0 +255 +255 +767 +511 +511 +767 +767 +255 +767 +0 +511 +511 +767 +255 +255 +255 +0 +0 +255 +767 +255 +255 +511 +511 +0 +0 +767 +0 +767 +255 +0 +0 +767 +0 +0 +0 +767 +0 +255 +255 +767 +0 +0 +0 +0 +0 +511 +511 +767 +767 +511 +0 +0 +511 +0 +0 +255 +255 +767 +511 +511 +255 +255 +0 +511 +0 +511 +511 +255 +511 +255 +255 +511 +511 +0 +255 +511 +767 +767 +0 +0 +511 +0 +767 +511 +767 +255 +767 +767 +511 +511 +255 +511 +511 +255 +767 +511 +0 +0 +255 +0 +767 +0 +255 +255 +0 +255 +255 +767 +255 +767 +0 +0 +767 +0 +511 +0 +0 +0 +0 +0 +767 +767 +255 +767 +767 +255 +767 +255 +511 +255 +511 +0 +767 +767 +511 +0 +767 +0 +255 +767 +511 +255 +511 +255 +767 +255 +767 +767 +0 +511 +767 +0 +767 +255 +767 +255 +0 +511 +255 +767 +767 +255 +0 +0 +767 +767 +0 +255 +767 +767 +255 +0 +0 +511 +511 +511 +511 +0 +255 +255 +0 +767 +511 +511 +767 +0 +511 +255 +511 +767 +0 +0 +511 +511 +767 +255 +511 +767 +511 +767 +255 +255 +767 +0 +0 +511 +511 +0 +0 +511 +0 +767 +511 +767 +0 +255 +255 +0 +255 +767 +0 +767 +511 +511 +511 +0 +0 +0 +0 +0 +511 +511 +0 +511 +255 +767 +255 +255 +0 +511 +0 +767 +511 +255 +511 +0 +0 +0 +511 +511 +0 +255 +511 +0 +511 +255 +255 +0 +767 +511 +767 +511 +767 +255 +511 +0 +511 +767 +511 +255 +255 +0 +255 +255 +511 +255 +255 +767 +767 +0 +767 +767 +255 +255 +255 +0 +511 +767 +255 +0 +255 +767 +511 +255 +767 +767 +0 +511 +255 +767 +767 +255 +255 +767 +0 +511 +511 +255 +0 +255 +0 +511 +0 +767 +0 +511 +0 +511 +767 +255 +767 +0 +0 +0 +511 +511 +255 +0 +767 +511 +255 +767 +767 +511 +767 +767 +511 +511 +767 +767 +255 +255 +0 +0 +0 +0 +255 +0 +511 +255 +767 +0 +511 +255 +767 +0 +511 +511 +0 +511 +0 +767 +511 +767 +255 +0 +767 +511 +511 +0 +255 +0 +0 +0 +767 +0 +767 +255 +511 +255 +511 +255 +255 +0 +0 +0 +767 +767 +767 +767 +767 +255 +255 +255 +255 +767 +767 +767 +255 +255 +767 +511 +0 +767 +511 +767 +255 +767 +767 +255 +255 +511 +767 +0 +255 +511 +511 +0 +767 +511 +511 +511 +0 +511 +255 +0 +767 +255 +511 +767 +0 +767 +767 +0 +511 +767 +511 +255 +255 +0 +767 +511 +511 +255 +767 +0 +0 +0 +511 +511 +0 +0 +0 +511 +767 +255 +0 +255 +767 +0 +511 +255 +255 +511 +511 +511 +255 +255 +767 +0 +0 +0 +511 +767 +255 +767 +511 +511 +767 +767 +0 +511 +255 +511 +767 +767 +0 +767 +255 +0 +0 \ No newline at end of file diff --git a/voltage_file/命名规范:Vse_psi_水平角度_theta_垂直角度_opa_opa标号.txt b/voltage_file/命名规范:Vse_psi_水平角度_theta_垂直角度_opa_opa标号.txt new file mode 100644 index 0000000..e69de29