Changeset 2588 in ntrip
- Timestamp:
- Aug 30, 2010, 10:46:10 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified 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.