source: ntrip/trunk/GnssCenter/monitor/const.h@ 5450

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