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 |
Line | |
---|---|
1 | #ifndef BNCCONST_H |
2 | #define BNCCONST_H |
3 | |
4 | enum t_irc {failure = -1, success, fatal}; // return code |
5 | |
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.