Changeset 1867 in ntrip for trunk/BNS/bnseph.h


Ignore:
Timestamp:
Jul 13, 2009, 5:33:32 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.h

    r1866 r1867  
    2121  virtual void read(const QStringList& lines) = 0;
    2222  virtual int  IOD() const = 0;
     23  virtual int  RTCM3(unsigned char *) = 0;
    2324 protected: 
    2425  QString _prn;
     
    3839                        ColumnVector& vv) const;
    3940  virtual int  IOD() const;
    40   virtual int  RTCM3GLO(unsigned char *);
     41  virtual int  RTCM3(unsigned char *);
    4142 private:
    4243  static ColumnVector glo_deriv(double /* tt */, const ColumnVector& xv);
     
    7172                        ColumnVector& vv) const;
    7273  virtual int  IOD() const {return int(_IODE);}
    73   virtual int  RTCM3GPS(unsigned char *);
     74  virtual int  RTCM3(unsigned char *);
    7475 private:
    7576  double  _TOW;              //  [s]   
Note: See TracChangeset for help on using the changeset viewer.