Changeset 1169 in ntrip


Ignore:
Timestamp:
Oct 24, 2008, 3:54:31 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM/RTCM2_2021.cpp

    r1167 r1169  
    106106    // Message number 21
    107107    else if ( P.ID() == 21 ) {
     108      bool   P_CA_Ind  =   P.getBits        (iSat*48 + 25, 1);
    108109      double dcorrUnit = ( P.getUnsignedBits(iSat*48 + 32, 1) ? 0.032 : 0.002);
    109110      double  corrUnit = ( P.getUnsignedBits(iSat*48 + 36, 1) ? 0.320 : 0.020);
     
    116117        corr->drange1 = dcorrVal;
    117118        corr->IODr1   = IOD;
     119        corr->Pind1   = P_CA_Ind;
    118120      }
    119121      else {
     
    121123        corr->drange2 = dcorrVal;
    122124        corr->IODr2   = IOD;
     125        corr->Pind2   = P_CA_Ind;
    123126      }
    124127    }
Note: See TracChangeset for help on using the changeset viewer.