Skip to content

Commit c7e3692

Browse files
author
quic
committed
修正码间偏差编号转换表
1 parent 9d72225 commit c7e3692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/monitor/rtcm_ssr_sink.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class rtcm_ssr_encoder {
5757
};
5858

5959
static constexpr int bds_codes[16] = {
60-
2, 30, 31, 0, 22, 23, 0, 25, 0, 0, 0, 0, 8, 0, 0, 0 // B1I B1CD B1CP __ B2AD B2AP __ B2BI __ __ __ __ B3I __ __ __
60+
0, 9, 10, 0, 12, 13, 0, 6, 7, 0, 0, 0, 3, 0, 0, 0 // B1I B1CD B1CP __ B2AD B2AP __ B2BI __ __ __ __ B3I __ __ __
6161
};
6262

6363
static constexpr int SYS_GPS = 1;

0 commit comments

Comments
 (0)