Changeset 798 in ntrip for trunk/BNS/bnsutils.h


Ignore:
Timestamp:
Apr 8, 2008, 5:15:07 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnsutils.h

    r773 r798  
    55#include <QString>
    66#include <QDateTime>
     7
     8class gpsEph;
    79
    810void expandEnvVar(QString& str);
     
    1517void currentGPSWeeks(int& week, double& sec);
    1618
     19void satellitePosition(double GPSweeks, const gpsEph* ep,
     20                       double& X, double& Y, double& Z, double& dt);
    1721#endif
Note: See TracChangeset for help on using the changeset viewer.