092【RTKLIB源码之postpos-8】decode_rtcm3

版权声明:本文系原创文章,转载请注明出处! https://blog.csdn.net/Pro2015/article/details/88671626

decode_rtcm3

decode_rtcm3
decode_msm
decode_ssr
decode_type
getbitu
gpst2time
time2gpst
timeget
trace
utc2gpst
序号 函数 链接属性 类型 位置
1 decode_msm static int rtcm3.c
2 decode_ssr static int rtcm3.c
3 decode_type static int rtcm3.c

1 decode_msm

decode_msm0-7
decode_msm_head
getbits
getbitu
save_msm_obs
trace
序号 函数 链接属性 类型 位置
1 decode_msm_head static int rtcm3.c
2 save_msm_obs static void rtcm3.c

1.1 decode_msm_head

decode_msm_head
adjday_glot
adjweek
getbitu
test_staid
time2str
trace
序号 函数 链接属性 类型 位置
1 adjday_glot static void rtcm3.c
2 adjweek static void rtcm3.c
3 test_staid static int rtcm3.c

1.1.1 adjday_glot

adjday_glot
gpst2time
gpst2utc
time2gpst
timeadd
timeget
utc2gpst

1.1.2 adjweek

adjweek
gpst2time
time2gpst
timeget
utc2gpst

1.1.3 test_staid

test_staid
getbitu
trace

1.2 save_msm_obs

save_msm_obs
getbitu
lossoflock
obs2code
obsindex
satno
satwavelen
sigindex
timediff
trace
序号 函数 链接属性 类型 位置
1 lossoflock static int rtcm3.c
2 obs2code extern unsigned char rtkcmn.c
3 obsindex static int rtcm3.c
4 satwavelen extern double rtkcmn.c
5 sigindex static void rtcm3.c

1.2.1 satwavelen

satwavelen
satsys

1.2.2 sigindex

sigindex
getcodepri
trace
序号 函数 链接属性 类型 位置
1 getcodepri extern int rtkcmn.c
1.2.2.1 getcodepri
getcodepri
code2obs

2 decode_ssr

decode_ssr1-7
decode_ssr2_head
getbits
getbitu
satno
trace
序号 函数 链接属性 类型 位置
1 decode_ssr2_head static int rtcm3.c

2.1 decode_ssr2_head

decode_ssr2_head
adjday_glot
adjweek
getbitu
time2str
trace

3 decode_type

decode_type1001-1230
trace

猜你喜欢

转载自blog.csdn.net/Pro2015/article/details/88671626
092