Ignore:
Timestamp:
May 26, 2014, 5:09:47 PM (10 years ago)
Author:
stoecker
Message:

update due to RTCM-SSR fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3coDecoder.h

    r5577 r5665  
    4646
    4747  static QStringList corrsToASCIIlines(int GPSweek, double GPSweeks,
    48                                        const ClockOrbit& co, const Bias* bias);
     48                                       const ClockOrbit& co, const CodeBias* bias);
    4949  static void reopen(const QString& fileNameSkl, QString& fileName,
    5050                     std::ofstream*& out);
     
    6464  double         _GPSweeks;
    6565  ClockOrbit     _co;
    66   Bias           _bias;
     66  CodeBias       _bias;
    6767  int            _providerID[3];
    6868};
Note: See TracChangeset for help on using the changeset viewer.