Changeset 9249 in ntrip for branches/BNC_2.12/src/bncutils.h


Ignore:
Timestamp:
Nov 12, 2020, 11:49:23 AM (3 years ago)
Author:
stuerze
Message:

another check is added, to prevent the usage of not updated nav data sets during ssr upload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncutils.h

    r8855 r9249  
    6565bool         checkForWrongObsEpoch(bncTime obsEpoch);
    6666
     67bool         outDatedBcep(const t_eph *eph);
     68
    6769QByteArray   ggaString(const QByteArray& latitude, const QByteArray& longitude,
    6870                       const QByteArray& height, const QString& ggaType);
     
    149151*/
    150152double       lti2sec(int type, int lti);
    151 
    152153
    153154// CRC24Q checksum calculation function (only full bytes supported).
Note: See TracChangeset for help on using the changeset viewer.