Changeset 10578 in ntrip for trunk/BNC/src/ephemeris.cpp


Ignore:
Timestamp:
Nov 8, 2024, 4:11:59 PM (7 hours ago)
Author:
stuerze
Message:

updates regarding RINEX version 4.02 navigation information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/ephemeris.cpp

    r10577 r10578  
    953953  // =====================
    954954  if (ephType() == t_eph::CNAV) {
    955     double intFlags;
     955    int intFlags;
    956956    if (_intSF !=-1 ) {
    957957      intFlags |= (1 << 0);
     
    994994  // =====================
    995995  if (ephType() == t_eph::CNV2) {
    996     double intFlags;
     996    int intFlags;
    997997    if (_intSF !=-1 ) {
    998998      intFlags |= (1 << 0);
Note: See TracChangeset for help on using the changeset viewer.