source: ntrip/trunk/GnssCenter/map_stations/const.h@ 5440

Last change on this file since 5440 was 5437, checked in by mervart, 11 years ago
File size: 183 bytes
Line 
1#ifndef CONST_H
2#define CONST_H
3
4enum t_irc {failure = -1, success, fatal}; // return code
5
6class t_CST {
7 public:
8 static const double aell;
9 static const double fInv;
10};
11
12
13#endif
Note: See TracBrowser for help on using the repository browser.