Ubuntu Platform API  2.5.0
A library helping with tight integration into the Ubuntu platform
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
UHardwareGpsSvInfo Struct Reference

#include <gps.h>

+ Collaboration diagram for UHardwareGpsSvInfo:

Data Fields

size_t size
 
int prn
 
float snr
 
float elevation
 
float azimuth
 

Detailed Description

Represents space vehicle (satellite) information.

Definition at line 257 of file gps.h.

Field Documentation

float UHardwareGpsSvInfo::azimuth

Azimuth of SV in degrees.

Definition at line 267 of file gps.h.

float UHardwareGpsSvInfo::elevation

Elevation of SV in degrees.

Definition at line 265 of file gps.h.

int UHardwareGpsSvInfo::prn

Pseudo-random number for the SV.

Definition at line 261 of file gps.h.

size_t UHardwareGpsSvInfo::size

set to sizeof(UHardwareGpsSvInfo)

Definition at line 259 of file gps.h.

float UHardwareGpsSvInfo::snr

Signal to noise ratio.

Definition at line 263 of file gps.h.


The documentation for this struct was generated from the following file: