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