source:
ntrip/trunk/BNC/bncconst.h@
148
Last change on this file since 148 was 138, checked in by , 18 years ago | |
---|---|
File size: 292 bytes |
Rev | Line | |
---|---|---|
[126] | 1 | #ifndef BNCCONST_H |
2 | #define BNCCONST_H | |
3 | ||
[138] | 4 | enum t_irc {failure = -1, success}; // return code |
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.