nRF Connect SDK API 2.8.99
|
GNSS data to be sent to nRF Cloud as a device message. More...
#include <nrf_cloud.h>
Data Fields | ||
enum nrf_cloud_gnss_type | type | |
int64_t | ts_ms | |
union { | ||
struct nrf_cloud_gnss_pvt pvt | ||
struct nrf_cloud_gnss_nmea nmea | ||
struct nrf_modem_gnss_nmea_data_frame * mdm_nmea | ||
struct nrf_modem_gnss_pvt_data_frame * mdm_pvt | ||
}; | ||
GNSS data to be sent to nRF Cloud as a device message.