This commit is contained in:
杰仔 2026-01-26 23:08:19 +08:00
commit ac11236f7f

View File

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