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

@ -62,7 +62,7 @@ int DataFileManager::GenerateFile()
return 0;
}
int DataFileManager::WriteData(M350RTKDataFrame struM300RTKDataFrame, GSDataFrame struGSDataFrame, UASDataFrame struUASDataFrame)
int DataFileManager::WriteData(M300RTKDataFrame struM300RTKDataFrame, GSDataFrame struGSDataFrame, UASDataFrame struUASDataFrame)
{
// QFile qfData(m_qstrFullFileName);
// bool bRes = qfData.open(QFile::WriteOnly | QFile::Text | QIODevice::Append);