M350b版本

This commit is contained in:
xin
2026-01-08 16:00:08 +08:00
parent 7396728ea7
commit a76d4b77e9
213 changed files with 8883 additions and 7196579 deletions

View File

@ -1,36 +1,10 @@
#pragma once
#include "pch.h"
#include "ZZ_Types_DJI.h"
#include "ZZ_Types.h"
using namespace ZZ::Device::DJI;
using namespace ZZ_DATA_DEF::MainConfig;
class ZZ_ConfigParser_M350RTK :public QObject
{
Q_OBJECT
public:
ZZ_ConfigParser_M350RTK(QObject* parent = nullptr);
virtual ~ZZ_ConfigParser_M350RTK();
private:
bool m_bInit;
QSettings* m_pqfM350ConfigFiles[2];
AppRegInfo m_struAppRegInfo;
HardwareInfo m_struHardwareInfo;
SensorPort m_struSensorPortInfo;
public:
private:
int Initialize(QString qstrConfigFolderPath);
int LoadParams();
public:
int GetParams(AppRegInfo& struAppRegInfo, HardwareInfo& struHardwareInfo, SensorPort& struSensorPortInfo);
};
using namespace ZZ::Device::DJI::M300RTK;
#define CONFIG_HARDWARE_CONNECTION DJI_USE_ONLY_NETWORK_DEVICE
class ZZ_ConfigParser_M300RTK :public QObject
{
Q_OBJECT
public:
ZZ_ConfigParser_M300RTK(QObject* parent = nullptr);