修正一个结构体重复定义bug

This commit is contained in:
jerryzeng 2026-01-26 23:07:33 +08:00
parent 147ac1d62c
commit 14c99bb830

View File

@ -9,14 +9,6 @@
#include <VZNL_Types.h> #include <VZNL_Types.h>
#include "SG_baseDataType.h" #include "SG_baseDataType.h"
typedef struct
{
bool validFlag; //指示结果是否有效
double x;
double y;
double z;
}SSG_3AxisAttitude;
class ISGFireBrick class ISGFireBrick
{ {
public: public: