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


Ignore:
Timestamp:
Oct 19, 2015, 12:53:07 PM (9 years ago)
Author:
stuerze
Message:

minor changes to allow sinex troposphere file writing in version 2.0

File:
1 edited

Legend:

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

    r6405 r7521  
    3737  bncAntex();
    3838  ~bncAntex();
    39   t_irc  readFile(const QString& fileName); 
    40   void   print() const;
    41   double rcvCorr(const std::string& antName, t_frequency::type frqType,
    42                  double eleSat, double azSat, bool& found) const;
    43   t_irc  satCoMcorrection(const QString& prn, double Mjd,
    44                           const ColumnVector& xSat, ColumnVector& dx);
     39  t_irc   readFile(const QString& fileName);
     40  void    print() const;
     41  QString pcoSinexString(const std::string& antName, t_frequency::type frqType);
     42  double  rcvCorr(const std::string& antName, t_frequency::type frqType,
     43                  double eleSat, double azSat, bool& found) const;
     44  t_irc   satCoMcorrection(const QString& prn, double Mjd,
     45                           const ColumnVector& xSat, ColumnVector& dx);
    4546
    4647 private:
Note: See TracChangeset for help on using the changeset viewer.