source:
ntrip/trunk/BNC/src/PPP/windup.h@
5779
| Last change on this file since 5779 was 5747, checked in by , 12 years ago | |
|---|---|
| File size: 385 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | #ifndef WINDUP_H |
| 3 | #define WINDUP_H |
| 4 | |
| 5 | #include <newmat.h> |
| 6 | |
| 7 | #include "ppp.h" |
| 8 | #include "bnctime.h" |
| 9 | |
| 10 | namespace BNC { |
| 11 | |
| 12 | class t_windUp { |
| 13 | public: |
| 14 | t_windUp(); |
| 15 | ~t_windUp() {}; |
| 16 | |
| 17 | double value(const bncTime& etime, const ColumnVector& rRec, t_prn prn, |
| 18 | const ColumnVector& rSat); |
| 19 | |
| 20 | private: |
| 21 | double lastEtime[t_prn::MAXPRN+1]; |
| 22 | double sumWind[t_prn::MAXPRN+1]; |
| 23 | }; |
| 24 | |
| 25 | } |
| 26 | |
| 27 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
