Changeset 7875 in ntrip for branches/BNC_2.12/src/RTCM
- Timestamp:
- Apr 18, 2016, 3:29:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/RTCM/RTCM2Decoder.cpp
r7835 r7875 211 211 } 212 212 } else if (_PP.ID() == 23) { 213 if (_msg23.validMsg ) {213 if (_msg23.validMsg && !_antType.contains(_msg23.antType.c_str())) { 214 214 _antType.push_back(_msg23.antType.c_str()); 215 215 }
Note:
See TracChangeset
for help on using the changeset viewer.