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


Ignore:
Timestamp:
Dec 14, 2011, 12:32:41 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncephuser.h

    r3508 r3521  
    4444    eph     = 0;
    4545    hrClk   = 0.0;
    46     xyzCorr = false;
    4746  }
    4847  bool ready() {return raoSet && dClkSet;}
    4948
    5049  static bool relevantMessageType(int msgType) {
    51     if (msgType < 0) {
    52       msgType = -msgType;
    53     }
    5450    return ( msgType == COTYPE_GPSCOMBINED     ||
    5551             msgType == COTYPE_GLONASSCOMBINED ||
     
    7672  bool         raoSet;
    7773  bool         dClkSet;
    78   bool         xyzCorr;
    7974  const t_eph* eph;
    8075};
Note: See TracChangeset for help on using the changeset viewer.