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