Changeset 11041 in ntrip for trunk/BNC/src/satObs.h


Ignore:
Timestamp:
Sep 22, 2026, 4:08:55 PM (5 days ago)
Author:
stuerze
Message:

updates regarding RTCM-SSR

File:
1 edited

Legend:

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

    r11037 r11041  
    283283 public:
    284284  t_frqAntenna() {
    285     _freqIndex                = 0;
    286285    _nadirCorrectionIndicator = false;
    287286    _nadirCorrection          = 0.0;
    288287  }
    289   unsigned int        _freqIndex; // 0 .. ANT_MAXFREQUENCIES-1, DF+018 bit position
     288  std::string         _frqType; // t_frequency::type label, e.g. "G1", "R2", "E7"
    290289  bool                _nadirCorrectionIndicator;
    291290  double              _nadirCorrection;      // m, only valid if _nadirCorrectionIndicator
Note: See TracChangeset for help on using the changeset viewer.