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

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