From 14c99bb8300aae7df73b18d6f7e7684ded218404 Mon Sep 17 00:00:00 2001 From: jerryzeng Date: Mon, 26 Jan 2026 23:07:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=80=E4=B8=AA=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E4=BD=93=E9=87=8D=E5=A4=8D=E5=AE=9A=E4=B9=89bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sourceCode/SG_fireBrick_Export.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sourceCode/SG_fireBrick_Export.h b/sourceCode/SG_fireBrick_Export.h index 0be1697..542941b 100644 --- a/sourceCode/SG_fireBrick_Export.h +++ b/sourceCode/SG_fireBrick_Export.h @@ -9,14 +9,6 @@ #include #include "SG_baseDataType.h" -typedef struct -{ - bool validFlag; //指示结果是否有效 - double x; - double y; - double z; -}SSG_3AxisAttitude; - class ISGFireBrick { public: