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