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


Ignore:
Timestamp:
Jul 21, 2023, 7:25:42 AM (9 months ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

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

    r9587 r10130  
    4141  void    print() const;
    4242  QString pcoSinexString(const std::string& antName, t_frequency::type frqType);
     43  QString snxCodeSinexString(const std::string& antName);
    4344  double  satCorr(const QString& prn, t_frequency::type frqType,
    4445                  double eleSat, double azSat, bool& found) const;
     
    6364   public:
    6465    t_antMap() {
    65       zen1 = 0.0;
    66       zen2 = 0.0;
    67       dZen = 0.0;
     66      zen1    = 0.0;
     67      zen2    = 0.0;
     68      dZen    = 0.0;
     69      snxCode = "";
    6870    }
    6971    ~t_antMap() {
     
    7880    double                             zen2;
    7981    double                             dZen;
     82    QString                            snxCode;
    8083    QMap<t_frequency::type, t_frqMap*> frqMap;
    8184    bncTime                            validFrom;
Note: See TracChangeset for help on using the changeset viewer.