source: ntrip/trunk/BNC/bncconst.h@ 192

Last change on this file since 192 was 192, checked in by mervart, 18 years ago

* empty log message *

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