Changeset 533 in ntrip for trunk/BNC/bncapp.h


Ignore:
Timestamp:
Oct 20, 2007, 2:32:15 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.h

    r516 r533  
    5353    QString           _bncVersion;
    5454    QMutex            _mutex;
    55     QFile*            _ephFile;
    56     QTextStream*      _ephStream;
     55    QString           _ephPath;
     56    QString           _ephFileNameGPS;
     57    int               _rinex3;
     58    QFile*            _ephFileGPS;
     59    QTextStream*      _ephStreamGPS;
     60    QFile*            _ephFileGlonass;
     61    QTextStream*      _ephStreamGlonass;
    5762    gpsephemeris*     _gpsEph[PRN_GPS_END - PRN_GPS_START + 1];
    5863    glonassephemeris* _glonassEph[PRN_GLONASS_END - PRN_GLONASS_START + 1];
Note: See TracChangeset for help on using the changeset viewer.