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

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