Changeset 3508 in ntrip for trunk/BNC/bncephuser.h


Ignore:
Timestamp:
Nov 20, 2011, 9:40:26 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncephuser.h

    r3496 r3508  
    4444    eph     = 0;
    4545    hrClk   = 0.0;
     46    xyzCorr = false;
    4647  }
    4748  bool ready() {return raoSet && dClkSet;}
    4849
    4950  static bool relevantMessageType(int msgType) {
     51    if (msgType < 0) {
     52      msgType = -msgType;
     53    }
    5054    return ( msgType == COTYPE_GPSCOMBINED     ||
    5155             msgType == COTYPE_GLONASSCOMBINED ||
     
    7276  bool         raoSet;
    7377  bool         dClkSet;
     78  bool         xyzCorr;
    7479  const t_eph* eph;
    7580};
Note: See TracChangeset for help on using the changeset viewer.