Changeset 2588 in ntrip for trunk/BNC/RTCM
- Timestamp:
- Aug 30, 2010, 10:46:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM/RTCM2_2021.cpp
r1169 r2588 14 14 15 15 void RTCM2_2021::extract(const RTCM2packet& P) { 16 if ( !P.valid() || P.ID() != 20 && P.ID() != 21) {16 if ( !P.valid() || (P.ID() != 20 && P.ID() != 21) ) { 17 17 return; 18 18 }
Note:
See TracChangeset
for help on using the changeset viewer.