Changeset 3580 in ntrip
- Timestamp:
- Dec 27, 2011, 9:37:44 AM (13 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/GPSS/hassDecoder.cpp
r3579 r3580 59 59 //////////////////////////////////////////////////////////////////////////// 60 60 t_irc hassDecoder::Decode(char* data, int dataLen, vector<string>& errmsg) { 61 QMutexLocker locker(&_mutex); 61 62 62 63 errmsg.clear(); -
trunk/BNC/RTCM/RTCM2Decoder.cpp
r3562 r3580 220 220 221 221 void RTCM2Decoder::translateCorr2Obs(vector<string>& errmsg) { 222 223 QMutexLocker locker(&_mutex); 222 224 223 225 if ( !_msg03.validMsg || !_msg2021.valid() ) {
Note:
See TracChangeset
for help on using the changeset viewer.