Changeset 6803 in ntrip for trunk/BNC/src/ephemeris.cpp


Ignore:
Timestamp:
Apr 29, 2015, 4:52:16 PM (9 years ago)
Author:
stuerze
Message:

some bit changes regarding INAV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/ephemeris.cpp

    r6802 r6803  
    11501150  }
    11511151  else if ((_flags & GALEPHF_INAV) == GALEPHF_INAV) {
     1152    // Bit 2 and 0 are set because from MT1046 the data source cannot be determined
     1153    // and RNXv3.03 says both can be set if the navigation messages were merged
    11521154    dataSource |= (1<<0);
    1153     dataSource |= (1<<1);// not clear but seems to be common in practice
    11541155    dataSource |= (1<<2);
    11551156    dataSource |= (1<<9);
     
    11661167      SVhealth |= (1<<2);
    11671168    }
    1168     else if (_E1_bHS  == 3.0) {
     1169    else if (_E1_bHS == 3.0) {
    11691170      SVhealth |= (1<<1);
    11701171      SVhealth |= (1<<2);
     
    11811182      SVhealth |= (1<<5);
    11821183    }
    1183     else if (_E5aHS  == 3.0) {
     1184    else if (_E5aHS == 3.0) {
    11841185      SVhealth |= (1<<4);
    11851186      SVhealth |= (1<<5);
     
    11961197      SVhealth |= (1<<8);
    11971198    }
    1198     else if (_E5bHS  == 3.0) {
     1199    else if (_E5bHS == 3.0) {
    11991200      SVhealth |= (1<<7);
    12001201      SVhealth |= (1<<8);
Note: See TracChangeset for help on using the changeset viewer.