Changeset 9412 in ntrip for branches/BNC_2.12


Ignore:
Timestamp:
Apr 19, 2021, 3:55:37 PM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/upload/bncephuploadcaster.cpp

    r9411 r9412  
    9393                                        size = t_ephEncoder::RTCM3(*ephGlo, Array);
    9494                                }
    95                         } else if (ephGal) {
     95                        } else if (ephGal)) {
    9696                                if (dt > 14400.0 || dt < 0.0) {
    9797                                        size = t_ephEncoder::RTCM3(*ephGal, Array);
     
    105105                                        size = t_ephEncoder::RTCM3(*ephBDS, Array);
    106106                                }
    107                         } else if (ephGPS && ephGPS->type() == t_eph::IRNSS     && (system == "ALL" || system == "IRNSS")) {
     107                        } else if (ephGPS && ephGPS->type() == t_eph::IRNSS) {
    108108                                if (fabs(dt > 86400.0)) {
    109109                                        size = t_ephEncoder::RTCM3(*ephGPS, Array);
Note: See TracChangeset for help on using the changeset viewer.