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

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

* empty log message *

File size: 240 bytes
Line 
1#ifndef BNCCONST_H
2#define BNCCONST_H
3
4class t_CST {
5 public:
6 static const double c ;
7 static const double freq1 ;
8 static const double freq2 ;
9 static const double lambda1;
10 static const double lambda2;
11};
12
13
14#endif
Note: See TracBrowser for help on using the repository browser.