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


Ignore:
Timestamp:
Nov 25, 2009, 1:06:33 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.h

    r1867 r2014  
    99#include <QtNetwork>
    1010
     11struct glonassephemeris;
     12struct gpsephemeris;
    1113
    1214class t_eph {
     
    3436    _xv.ReSize(6);
    3537  };
     38  t_ephGlo(const glonassephemeris& eph);
     39
    3640  virtual ~t_ephGlo() {};
    3741  virtual void read(const QStringList& lines);
     
    6771 public:
    6872  t_ephGPS() {};
     73  t_ephGPS(const gpsephemeris& eph);
    6974  virtual ~t_ephGPS() {};
    7075  virtual void read(const QStringList& lines);
Note: See TracChangeset for help on using the changeset viewer.