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


Ignore:
Timestamp:
Apr 28, 2015, 4:17:15 PM (9 years ago)
Author:
stuerze
Message:

simplification and harmonization of the conversion from accuracy indices into metric values and vice versa

File:
1 edited

Legend:

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

    r6786 r6799  
    3333#include <newmat.h>
    3434#include <bncconst.h>
     35#include <ephemeris.h>
    3536
    3637void         expandEnvVar(QString& str);
     
    109110void         stripWhiteSpace(std::string& str);
    110111
     112double       accuracyFromIndex(int index, t_eph::e_type type);
     113
     114int          indexFromAccuracy(double accuracy, t_eph::e_type type);
     115
    111116#endif
Note: See TracChangeset for help on using the changeset viewer.