Changeset 5755 in ntrip


Ignore:
Timestamp:
Aug 3, 2014, 12:07:55 PM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 edited

Legend:

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

    r5754 r5755  
    257257// Phase Center Offset (Receiver Antenna and GPS only)
    258258////////////////////////////////////////////////////////////////////////////
    259 double bncAntex::pco(const QString& antName, double eleSat, bool& found) {
     259double bncAntex::pco(const QString& antName, double eleSat, bool& found) const {
    260260
    261261  static const double f1 = t_CST::freq1;
     
    280280  return 0.0;
    281281}
     282
     283//
     284////////////////////////////////////////////////////////////////////////////
     285double bncAntex::rcvCorr(BNC::t_frequency::type /* frqType */, const std::string& antName,
     286               double eleSat, bool& found) const {
     287  return pco(QString(antName.c_str()), eleSat, found);
     288}
  • trunk/BNC/src/bncantex.h

    r5750 r5755  
    4040  t_irc readFile(const QString& fileName); 
    4141  void print() const;
    42   double pco(const QString& antName, double eleSat, bool& found);
     42  double pco(const QString& antName, double eleSat, bool& found) const;
    4343  double rcvCorr(BNC::t_frequency::type frqType, const std::string& antName,
    4444                 double eleSat, bool& found) const;
Note: See TracChangeset for help on using the changeset viewer.