QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
satellite_info.h
Go to the documentation of this file.
1/* https://github.com/PX4/Firmware/blob/master/msg/SatelliteInfo.msg */
2
3#pragma once
4
5#include <stdint.h>
6
7#include <QtCore/QMetaType>
8
10{
11 uint64_t timestamp;
12 static constexpr uint8_t SAT_INFO_MAX_SATELLITES = 20;
13
14 uint8_t count;
15 uint8_t svid[20];
16 uint8_t used[20];
17 uint8_t elevation[20];
18 uint8_t azimuth[20];
19 uint8_t snr[20];
20 uint8_t prn[20];
21};
Q_DECLARE_METATYPE(satellite_info_s)
static constexpr uint8_t SAT_INFO_MAX_SATELLITES
uint8_t elevation[20]
uint8_t azimuth[20]