Changeset 9049 in ntrip for branches/BNC_2.12/src/RTCM3/RTCM3coDecoder.cpp
- Timestamp:
- Aug 27, 2020, 3:34:22 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/RTCM3/RTCM3coDecoder.cpp
r9036 r9049 53 53 // Constructor 54 54 //////////////////////////////////////////////////////////////////////////// 55 RTCM3coDecoder::RTCM3coDecoder(const QString& staID , const e_type type) {55 RTCM3coDecoder::RTCM3coDecoder(const QString& staID) { 56 56 57 57 _staID = staID; … … 97 97 _providerID[2] = -1; 98 98 99 _type = type;100 99 _ssrCorr = 0; 101 100 }
Note:
See TracChangeset
for help on using the changeset viewer.