Changeset 10587 in ntrip for trunk/BNC/src/bncutils.h
- Timestamp:
- Dec 10, 2024, 3:57:21 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncutils.h
r10533 r10587 147 147 void stripWhiteSpace(std::string& str); 148 148 149 double accuracyFromIndex(int index, t_eph::e_ type type);149 double accuracyFromIndex(int index, t_eph::e_system system); 150 150 151 int indexFromAccuracy(double accuracy, t_eph::e_ type type);151 int indexFromAccuracy(double accuracy, t_eph::e_system system); 152 152 153 double fitIntervalFromFlag(int flag, double iodc, t_eph::e_ type type);153 double fitIntervalFromFlag(int flag, double iodc, t_eph::e_system system); 154 154 155 155 double associatedLegendreFunction(int n, int m, double t);
Note:
See TracChangeset
for help on using the changeset viewer.