Changeset 11041 in ntrip for trunk/BNC/src/satObs.h
- Timestamp:
- Sep 22, 2026, 4:08:55 PM (5 days ago)
- File:
-
- 1 edited
-
trunk/BNC/src/satObs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/satObs.h
r11037 r11041 283 283 public: 284 284 t_frqAntenna() { 285 _freqIndex = 0;286 285 _nadirCorrectionIndicator = false; 287 286 _nadirCorrection = 0.0; 288 287 } 289 unsigned int_freqIndex; // 0 .. ANT_MAXFREQUENCIES-1, DF+018 bit position288 std::string _frqType; // t_frequency::type label, e.g. "G1", "R2", "E7" 290 289 bool _nadirCorrectionIndicator; 291 290 double _nadirCorrection; // m, only valid if _nadirCorrectionIndicator
Note:
See TracChangeset
for help on using the changeset viewer.
