Changeset 5447 in ntrip for trunk/GnssCenter/monitor/utils.h


Ignore:
Timestamp:
Sep 13, 2013, 11:06:43 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/monitor/utils.h

    r5437 r5447  
    33
    44#include "const.h"
     5
     6namespace GnssCenter {
    57
    68t_irc xyz2ell(const double* XYZ, double* Ell);
     
    1012void neu2xyz(const double* Ell, const double* neu, double* xyz);
    1113
     14} // namespace GnssCenter
     15
    1216#endif
Note: See TracChangeset for help on using the changeset viewer.