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


Ignore:
Timestamp:
Nov 25, 2009, 3:17:20 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.h

    r2014 r2017  
    99#include <QtNetwork>
    1010
    11 struct glonassephemeris;
    12 struct gpsephemeris;
    1311
    1412class t_eph {
     
    3634    _xv.ReSize(6);
    3735  };
    38   t_ephGlo(const glonassephemeris& eph);
    39 
    4036  virtual ~t_ephGlo() {};
    4137  virtual void read(const QStringList& lines);
     
    7167 public:
    7268  t_ephGPS() {};
    73   t_ephGPS(const gpsephemeris& eph);
    7469  virtual ~t_ephGPS() {};
    7570  virtual void read(const QStringList& lines);
Note: See TracChangeset for help on using the changeset viewer.