Changeset 10945 in ntrip for trunk/BNC/src/rinex/reqcedit.h


Ignore:
Timestamp:
Jun 24, 2026, 12:43:35 PM (3 weeks ago)
Author:
stuerze
Message:

Added a Minimum Elevation parameter to BNC's RINEX Editing & QC feature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcedit.h

    r10630 r10945  
    6363  void rememberLLI(const t_rnxObsFile* obsFile, const t_rnxObsFile::t_rnxEpo* epo);
    6464  void applyLLI(const t_rnxObsFile* obsFile, t_rnxObsFile::t_rnxEpo* epo);
     65  void applyElevationMask(const t_rnxObsFile* obsFile, t_rnxObsFile::t_rnxEpo* epo);
    6566  void addRnxConversionDetails(const t_rnxObsFile* obsFile, QMap<QString, QString>& txtMap);
    6667
     
    7677  double                 _rnxVersion;
    7778  double                 _samplingRate;
     79  double                 _minEle;
    7880  bncTime                _begTime;
    7981  bncTime                _endTime;
Note: See TracChangeset for help on using the changeset viewer.