source:
ntrip/trunk/GnssCenter/monitor/utils.h@
5448
Last change on this file since 5448 was 5447, checked in by , 12 years ago | |
---|---|
File size: 291 bytes |
Rev | Line | |
---|---|---|
[5437] | 1 | #ifndef UTILS_H |
2 | #define UTILS_H | |
3 | ||
4 | #include "const.h" | |
5 | ||
[5447] | 6 | namespace GnssCenter { |
7 | ||
[5437] | 8 | t_irc xyz2ell(const double* XYZ, double* Ell); |
9 | ||
10 | void xyz2neu(const double* Ell, const double* xyz, double* neu); | |
11 | ||
12 | void neu2xyz(const double* Ell, const double* neu, double* xyz); | |
13 | ||
[5447] | 14 | } // namespace GnssCenter |
15 | ||
[5437] | 16 | #endif |
Note:
See TracBrowser
for help on using the repository browser.