source:
ntrip/trunk/GnssCenter/map_stations/const.h@
5440
Last change on this file since 5440 was 5437, checked in by , 12 years ago | |
---|---|
File size: 183 bytes |
Rev | Line | |
---|---|---|
[5437] | 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.