source: ntrip/trunk/BNC/bncutils.h@ 210

Last change on this file since 210 was 210, checked in by mervart, 18 years ago

* empty log message *

File size: 232 bytes
Line 
1
2#ifndef BNCUTILS_H
3#define BNCUTILS_H
4
5#include <QString>
6#include <QDateTime>
7
8void expandEnvVar(QString& str);
9
10QDateTime dateAndTimeFromGPSweek(int GPSWeek, double GPSWeeks);
11
12void gpsWeekAndSec(int& week, double& sec);
13
14#endif
Note: See TracBrowser for help on using the repository browser.