source:
ntrip/trunk/BNS/timeutils.h@
3311
Last change on this file since 3311 was 2258, checked in by , 15 years ago | |
---|---|
File size: 246 bytes |
Rev | Line | |
---|---|---|
[2258] | 1 | #ifndef TIMEUTILS_H |
2 | #define TIMEUTILS_H | |
3 | ||
4 | double djul(long j1, long m1, double tt); | |
5 | double gpjd(double second, int nweek) ; | |
6 | void jdgp(double tjul, double & second, long & nweek); | |
7 | void jmt (double djul, long& jj, long& mm, double& dd); | |
8 | ||
9 | #endif |
Note:
See TracBrowser
for help on using the repository browser.