source:
ntrip/trunk/BNS/bnsutils.h@
795
| Last change on this file since 795 was 773, checked in by , 18 years ago | |
|---|---|
| File size: 352 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | #ifndef BNSUTILS_H |
| 3 | #define BNSUTILS_H |
| 4 | |
| 5 | #include <QString> |
| 6 | #include <QDateTime> |
| 7 | |
| 8 | void expandEnvVar(QString& str); |
| 9 | |
| 10 | QDateTime dateAndTimeFromGPSweek(int GPSWeek, double GPSWeeks); |
| 11 | |
| 12 | void GPSweekFromDateAndTime(const QDateTime& dateTime, |
| 13 | int& GPSWeek, double& GPSWeeks); |
| 14 | |
| 15 | void currentGPSWeeks(int& week, double& sec); |
| 16 | |
| 17 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
