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


Ignore:
Timestamp:
Jan 27, 2011, 3:39:07 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncephuser.h

    r2905 r2911  
    3333#include "RTCM3/ephemeris.h"
    3434
     35extern "C" {
     36#include "clock_orbit_rtcm.h"
     37}
     38
    3539class t_corr {
    3640 public:
     
    4044  }
    4145  bool ready() {return raoSet && dClkSet;}
     46
     47  static bool relevantMessageType(int msgType) {
     48    return ( msgType == COTYPE_GPSCOMBINED     ||
     49             msgType == COTYPE_GLONASSCOMBINED ||
     50             msgType == COTYPE_GPSORBIT        ||
     51             msgType == COTYPE_GPSCLOCK        ||
     52             msgType == COTYPE_GLONASSORBIT    ||
     53             msgType == COTYPE_GLONASSCLOCK );
     54  }
     55
     56  void readLine(const QString& line);
     57
    4258  bncTime      tt;
    4359  int          iod;
Note: See TracChangeset for help on using the changeset viewer.