A generic structure for statistics about tracked satelites and their positions. More...
#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). | |
| vector_signed_byte | ELs |
| Elevation (in degrees, 0-90) for each satellite in USIs. | |
| vector_signed_word | AZs |
| Azimuth (in degrees, 0-360) for each satellite in USIs. | |
A generic structure for statistics about tracked satelites and their positions.
Definition at line 202 of file CObservationGPS.h.
| mrpt::slam::CObservationGPS::TGPSDatum_SATS::TGPSDatum_SATS | ( | ) |
Azimuth (in degrees, 0-360) for each satellite in USIs.
Definition at line 207 of file CObservationGPS.h.
Elevation (in degrees, 0-90) for each satellite in USIs.
Definition at line 206 of file CObservationGPS.h.
The list of USI (Universal Sat ID) for the detected sats (See GRIL Manual, pag 4-31).
Definition at line 205 of file CObservationGPS.h.
| Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010 |