source:
ntrip/branches/BNC_LM/RTCM3/timeutils.h@
9267
Last change on this file since 9267 was 1026, checked in by , 16 years ago | |
---|---|
File size: 246 bytes |
Line | |
---|---|
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.