修正一个结构体重复定义bug
This commit is contained in:
parent
147ac1d62c
commit
14c99bb830
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user