QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
satellite_info_s Struct Reference

#include <satellite_info.h>

Public Attributes

uint64_t timestamp
 
uint8_t count
 
uint8_t svid [20]
 
uint8_t used [20]
 
uint8_t elevation [20]
 
uint8_t azimuth [20]
 
uint8_t snr [20]
 
uint8_t prn [20]
 

Static Public Attributes

static constexpr uint8_t SAT_INFO_MAX_SATELLITES = 20
 

Detailed Description

Definition at line 9 of file satellite_info.h.

Member Data Documentation

◆ azimuth

uint8_t satellite_info_s::azimuth[20]

Definition at line 18 of file satellite_info.h.

◆ count

uint8_t satellite_info_s::count

Definition at line 14 of file satellite_info.h.

◆ elevation

uint8_t satellite_info_s::elevation[20]

Definition at line 17 of file satellite_info.h.

◆ prn

uint8_t satellite_info_s::prn[20]

Definition at line 20 of file satellite_info.h.

◆ SAT_INFO_MAX_SATELLITES

constexpr uint8_t satellite_info_s::SAT_INFO_MAX_SATELLITES = 20
staticconstexpr

Definition at line 12 of file satellite_info.h.

◆ snr

uint8_t satellite_info_s::snr[20]

Definition at line 19 of file satellite_info.h.

◆ svid

uint8_t satellite_info_s::svid[20]

Definition at line 15 of file satellite_info.h.

◆ timestamp

uint64_t satellite_info_s::timestamp

Definition at line 11 of file satellite_info.h.

◆ used

uint8_t satellite_info_s::used[20]

Definition at line 16 of file satellite_info.h.


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