Changeset 5143 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- May 7, 2013, 4:26:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.cpp
r5142 r5143 679 679 // Signal-to-Noise Ratio Plot Data 680 680 // ------------------------------- 681 if ( (prn[0] == 'G' && plotGPS 682 (prn[0] == 'R' && plotGlo && slotSet) ||683 (prn[0] == 'E' && plotGal 681 if ( (prn[0] == 'G' && plotGPS) || 682 (prn[0] == 'R' && plotGlo) || 683 (prn[0] == 'E' && plotGal) ) { 684 684 (*dataSNR1) << (new t_polarPoint(aziDeg, zenDeg, minSNR1)); 685 685 (*dataSNR2) << (new t_polarPoint(aziDeg, zenDeg, minSNR2));
Note:
See TracChangeset
for help on using the changeset viewer.