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

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