A generic structure for statistics about tracked satelites and their positions.
Definition at line 235 of file CObservationGPS.h.
#include <mrpt/slam/CObservationGPS.h>
Public Member Functions | |
| TGPSDatum_SATS () | |
Public Attributes | |
| vector_byte | USIs |
| The list of USI (Universal Sat ID) for the detected sats (See GRIL Manual, pag 4-31). More... | |
| vector_signed_byte | ELs |
| Elevation (in degrees, 0-90) for each satellite in USIs. More... | |
| vector_signed_word | AZs |
| Azimuth (in degrees, 0-360) for each satellite in USIs. More... | |
| mrpt::slam::CObservationGPS::TGPSDatum_SATS::TGPSDatum_SATS | ( | ) |
| vector_signed_word mrpt::slam::CObservationGPS::TGPSDatum_SATS::AZs |
Azimuth (in degrees, 0-360) for each satellite in USIs.
Definition at line 240 of file CObservationGPS.h.
| vector_signed_byte mrpt::slam::CObservationGPS::TGPSDatum_SATS::ELs |
Elevation (in degrees, 0-90) for each satellite in USIs.
Definition at line 239 of file CObservationGPS.h.
| vector_byte mrpt::slam::CObservationGPS::TGPSDatum_SATS::USIs |
The list of USI (Universal Sat ID) for the detected sats (See GRIL Manual, pag 4-31).
Definition at line 238 of file CObservationGPS.h.
| Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014 |