Changeset 10215 in ntrip for trunk/BNC/src/RTCM3


Ignore:
Timestamp:
Sep 19, 2023, 10:08:12 AM (14 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/ephEncoder.cpp

    r9328 r10215  
    1515  unsigned long long bitbuffer = 0;
    1616  int ura = indexFromAccuracy(eph._ura, eph.type());
    17   int L5Flag, SFlag, fitIntervalFlag;
     17  int L5Flag = 0;
     18  int SFlag = 0;
     19  int fitIntervalFlag = 0;
    1820
    1921  if (eph.type() == t_eph::QZSS) {
Note: See TracChangeset for help on using the changeset viewer.