source:
ntrip/trunk/BNC/bncutils.h@
151
Last change on this file since 151 was 125, checked in by , 19 years ago | |
---|---|
File size: 187 bytes |
Rev | Line | |
---|---|---|
[83] | 1 | |
2 | #ifndef BNCUTILS_H | |
3 | #define BNCUTILS_H | |
4 | ||
5 | #include <QString> | |
[125] | 6 | #include <QDateTime> |
[83] | 7 | |
8 | void expandEnvVar(QString& str); | |
9 | ||
[125] | 10 | QDateTime dateAndTimeFromGPSweek(int GPSWeek, double GPSWeeks); |
11 | ||
[83] | 12 | #endif |
Note:
See TracBrowser
for help on using the repository browser.