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

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

* empty log message *

File size: 551 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&,
21 double& vX, double& vY, double& vZ);
22#endif
Note: See TracBrowser for help on using the repository browser.