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


Ignore:
Timestamp:
Aug 3, 2014, 11:30:39 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5742 r5750  
    2727
    2828#include <QtCore>
     29#include <string>
    2930#include <newmat.h>
    3031#include "bncconst.h"
    3132#include "bnctime.h"
     33#include "PPP/ppp.h"
    3234
    3335class bncAntex {
     
    3941  void print() const;
    4042  double pco(const QString& antName, double eleSat, bool& found);
     43  double rcvCorr(BNC::t_frequency::type frqType, const std::string& antName,
     44                 double eleSat, bool& found) const;
    4145  t_irc  satCoMcorrection(const QString& prn, double Mjd,
    4246                          const ColumnVector& xSat, ColumnVector& dx);
Note: See TracChangeset for help on using the changeset viewer.