source:
ntrip/trunk/GnssCenter/monitor/const.h@
7420
| Last change on this file since 7420 was 5456, checked in by , 12 years ago | |
|---|---|
| File size: 285 bytes | |
| Line | |
|---|---|
| 1 | #ifndef CONST_H |
| 2 | #define CONST_H |
| 3 | |
| 4 | namespace GnssCenter { |
| 5 | |
| 6 | static const char pluginName[] = "RTNet Monitor"; |
| 7 | |
| 8 | class 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.
