Changeset 10587 in ntrip for trunk/BNC/src/bncutils.h


Ignore:
Timestamp:
Dec 10, 2024, 3:57:21 PM (4 days ago)
Author:
stuerze
Message:

RINEX version 4.02 updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncutils.h

    r10533 r10587  
    147147void         stripWhiteSpace(std::string& str);
    148148
    149 double       accuracyFromIndex(int index, t_eph::e_type type);
     149double       accuracyFromIndex(int index, t_eph::e_system system);
    150150
    151 int          indexFromAccuracy(double accuracy, t_eph::e_type type);
     151int          indexFromAccuracy(double accuracy, t_eph::e_system system);
    152152
    153 double       fitIntervalFromFlag(int flag, double iodc, t_eph::e_type type);
     153double       fitIntervalFromFlag(int flag, double iodc, t_eph::e_system system);
    154154
    155155double       associatedLegendreFunction(int n, int m, double t);
Note: See TracChangeset for help on using the changeset viewer.