source: ntrip/trunk/BNS/bnsutils.h@ 798

Last change on this file since 798 was 798, checked in by mervart, 16 years ago

* empty log message *

File size: 495 bytes
Line 
1
2#ifndef BNSUTILS_H
3#define BNSUTILS_H
4
5#include <QString>
6#include <QDateTime>
7
8class gpsEph;
9
10void expandEnvVar(QString& str);
11
12QDateTime dateAndTimeFromGPSweek(int GPSWeek, double GPSWeeks);
13
14void GPSweekFromDateAndTime(const QDateTime& dateTime,
15 int& GPSWeek, double& GPSWeeks);
16
17void currentGPSWeeks(int& week, double& sec);
18
19void satellitePosition(double GPSweeks, const gpsEph* ep,
20 double& X, double& Y, double& Z, double& dt);
21#endif
Note: See TracBrowser for help on using the repository browser.