Ignore:
Timestamp:
Nov 4, 2020, 4:02:19 PM (3 years ago)
Author:
stuerze
Message:

ephemeris checks + debugging output added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/RTCM3/RTCM3Decoder.cpp

    r9209 r9216  
    10231023
    10241024    eph._receptDateTime = currentDateAndTimeGPS();
     1025    eph._receptStaID = _staID;   
    10251026
    10261027    GETBITS(i, 6)
     
    11001101
    11011102    eph._receptDateTime = currentDateAndTimeGPS();
    1102 
     1103    eph._receptStaID = _staID;
     1104   
    11031105    GETBITS(sv, 6)
    11041106    eph._prn.set('R', sv);
     
    12241226
    12251227    eph._receptDateTime = currentDateAndTimeGPS();
    1226 
     1228    eph._receptStaID = _staID;
     1229   
    12271230    GETBITS(i, 4)
    12281231    eph._prn.set('J', i);
     
    13061309
    13071310    eph._receptDateTime = currentDateAndTimeGPS();
    1308 
     1311    eph._receptStaID = _staID;
     1312   
    13091313    GETBITS(i, 6)
    13101314    eph._prn.set('I', i);
     
    13961400
    13971401    eph._receptDateTime = currentDateAndTimeGPS();
    1398 
     1402    eph._receptStaID = _staID;
     1403   
    13991404    GETBITS(i, 6)
    14001405    eph._prn.set('S', 20 + i);
     
    14501455
    14511456    eph._receptDateTime = currentDateAndTimeGPS();
    1452 
     1457    eph._receptStaID = _staID;
     1458   
    14531459    eph._inav = (i == 1046);
    14541460    eph._fnav = (i == 1045);
     
    15551561
    15561562    eph._receptDateTime = currentDateAndTimeGPS();
    1557 
     1563    eph._receptStaID = _staID;
     1564   
    15581565    GETBITS(i, 6)
    15591566    eph._prn.set('C', i);
Note: See TracChangeset for help on using the changeset viewer.