Last change
on this file since 2993 was 1026, checked in by zdenek, 16 years ago |
Zdenek Lukes: added logic for decoding of messages 20/21 from RTCM2.3 stream
|
File size:
246 bytes
|
Rev | Line | |
---|
[1026] | 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.