Changeset 6015 in ntrip for trunk/BNC/src/bncantex.h


Ignore:
Timestamp:
Aug 20, 2014, 4:46:52 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncantex.h

    r5815 r6015  
    3131#include "bncconst.h"
    3232#include "bnctime.h"
    33 #include "PPP/pppInclude.h"
    3433
    3534class bncAntex {
     
    4140  void print() const;
    4241  double pco(const QString& antName, double eleSat, bool& found) const;
    43   double rcvCorr(BNC_PPP::t_frequency::type frqType, const std::string& antName,
    44                  double eleSat, bool& found) const;
     42  double rcvCorr(const std::string& antName, double eleSat, bool& found) const;
    4543  t_irc  satCoMcorrection(const QString& prn, double Mjd,
    4644                          const ColumnVector& xSat, ColumnVector& dx);
Note: See TracChangeset for help on using the changeset viewer.