1 Star 1 Fork 2

今夜无眠/GNSS_Viewer_V2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
DataLog.h 1006 Bytes
一键复制 编辑 原始数据 按行查看 历史
alexlin 提交于 2017-08-23 15:39 . V2.0.292
#pragma once
#ifndef _DATALOG_H_
#define _DATALOG_H_
#include "stdafx.h"
typedef struct
{
U08 Type;
U32 WNO;
U32 TOW;
U16 DTOW;
S32 ECEF_X;
S32 ECEF_Y;
S32 ECEF_Z;
S16 DECEF_X;
S16 DECEF_Y;
S16 DECEF_Z;
float V;
}POS_FIX_REC;
struct LogFlashInfo1
{
U32 log_flash_current_prt;
U16 sector_left;//full or #of entry
U16 total_sector;//
U32 max_time;
U32 min_time;
U32 max_distance;
U32 min_distance;
U32 max_speed;
U32 min_speed;
U08 datalog_enable;
U08 fifo_mode;
U32 poi_entry;
U08 autolog_full;
U08 poi_full;
U32 reserve1;
U32 reserve2;
U32 reserve3;
U32 reserve4;
U32 reserve5;
U32 reserve6;
U32 reserve7;
U32 reserve8;
U32 reserve9;
U32 reserve10;
U32 reserve11;
U32 reserve12;
U32 reserve13;
U08 checksum;
#if defined SOARCOM
S08 password[8];
#endif
};
typedef struct
{
U16 word[9];
} FixFull_T;
typedef struct
{
U16 word[4];
}FixCompact_T;
typedef struct{
U16 word[10];
}FixMultiHz_T;
typedef struct
{
U16 word;
}FIX_NONE;
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/null_130_5865/GNSS_Viewer_V2.git
[email protected]:null_130_5865/GNSS_Viewer_V2.git
null_130_5865
GNSS_Viewer_V2
GNSS_Viewer_V2
master

搜索帮助