Changeset 243 in ntrip for trunk/BNC/RTCM
- Timestamp:
- Oct 13, 2006, 9:41:15 AM (18 years ago)
- Location:
- trunk/BNC/RTCM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM/RTCM2Decoder.cpp
r242 r243 7 7 #include "../bncutils.h" 8 8 #include "GPSDecoder.h" 9 #include "RTCM2 .h"9 #include "RTCM2Decoder.h" 10 10 11 11 using namespace std; -
trunk/BNC/RTCM/RTCM2Decoder.h
r242 r243 15 15 public: 16 16 RTCM2Decoder(); 17 ~RTCM Decoder2();17 ~RTCM2Decoder(); 18 18 virtual void Decode(char* buffer, int bufLen); 19 19
Note:
See TracChangeset
for help on using the changeset viewer.