source:
ntrip/trunk/BNC/bncutils.h@
253
| Last change on this file since 253 was 219, checked in by , 19 years ago | |
|---|---|
| File size: 337 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | #ifndef BNCUTILS_H |
| 3 | #define BNCUTILS_H |
| 4 | |
| 5 | #include <QString> |
| 6 | #include <QDateTime> |
| 7 | |
| 8 | void expandEnvVar(QString& str); |
| 9 | |
| 10 | QDateTime dateAndTimeFromGPSweek(int GPSWeek, double GPSWeeks); |
| 11 | |
| 12 | double MJD(int year, int month, double day); |
| 13 | void MJD_GPSWeeks(double mjd, int& week, double& second); |
| 14 | void currentGPSWeeks(int& week, double& sec); |
| 15 | |
| 16 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
