source: ntrip/trunk/GnssCenter/monitor/utils.h@ 5443

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