Changeset 7874 in ntrip for trunk/BNC/src/RTCM/RTCM2Decoder.cpp


Ignore:
Timestamp:
Apr 18, 2016, 3:27:45 PM (8 years ago)
Author:
stuerze
Message:

minor changes regarding RTCM antenna type descriptor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM/RTCM2Decoder.cpp

    r7835 r7874  
    211211      }
    212212    } else if (_PP.ID() == 23) {
    213       if (_msg23.validMsg) {
     213      if (_msg23.validMsg && !_antType.contains(_msg23.antType.c_str())) {
    214214        _antType.push_back(_msg23.antType.c_str());
    215215      }
Note: See TracChangeset for help on using the changeset viewer.