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


Ignore:
Timestamp:
Mar 18, 2020, 11:08:50 AM (4 years ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

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

    r8775 r8903  
    3434#include <bncconst.h>
    3535#include <ephemeris.h>
     36
     37class t_eph;
     38
     39const double RHO_DEG = 180.0 / M_PI;
     40const double RHO_SEC = 3600.0 * 180.0 / M_PI;
     41const double MJD_J2000 = 51544.5;
     42
     43static const QVector<int> ssrUpdateInt = QVector<int>()  << 1 << 2 << 5 << 10 << 15 << 30
     44                                                         << 60 << 120 << 240 << 300 << 600
     45                                                         << 900 << 1800 << 3600 << 7200
     46                                                         << 10800;
    3647
    3748void         expandEnvVar(QString& str);
     
    137148
    138149int          indexFromAccuracy(double accuracy, t_eph::e_type type);
     150
     151double       fitIntervalFromFlag(int flag, double iodc, t_eph::e_type type);
    139152
    140153double       associatedLegendreFunction(int n, int m, double t);
Note: See TracChangeset for help on using the changeset viewer.