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