source:
ntrip/trunk/BNC/bncconst.h@
198
Last change on this file since 198 was 192, checked in by , 18 years ago | |
---|---|
File size: 299 bytes |
Rev | Line | |
---|---|---|
[126] | 1 | #ifndef BNCCONST_H |
2 | #define BNCCONST_H | |
3 | ||
[192] | 4 | enum t_irc {failure = -1, success, fatal}; // return code |
[138] | 5 | |
[126] | 6 | class t_CST { |
7 | public: | |
8 | static const double c ; | |
9 | static const double freq1 ; | |
10 | static const double freq2 ; | |
11 | static const double lambda1; | |
12 | static const double lambda2; | |
13 | }; | |
14 | ||
15 | ||
16 | #endif |
Note:
See TracBrowser
for help on using the repository browser.