300TC 机载系统 完整功能,(1)采集影像(2)采集和解析惯导数据(3)惯导磁场校正

This commit is contained in:
tangchao0503
2022-06-13 12:01:30 +08:00
commit 1452bcc2b9
21 changed files with 4316 additions and 0 deletions

16
Header_Files/utility_tc.h Normal file
View File

@ -0,0 +1,16 @@
#ifndef UTILITY_TC_H
#define UTILITY_TC_H
#include <iostream>
#include <QString>
#include <QDebug>
QString getFileNameBaseOnTime();
//https://blog.csdn.net/MoreWindows/article/details/6657829
void bubbleSort(unsigned short * a, int n);
void swap(unsigned short * a, unsigned short * b);
#endif // UTILITY_TC_H