nRF Connect SDK API 2.8.99
|
enum nrf_cloud_gnss_type |
#include <include/net/nrf_cloud.h>
GNSS data type contained in nrf_cloud_gnss_data.
Enumerator | |
---|---|
NRF_CLOUD_GNSS_TYPE_INVALID | Invalid data type |
NRF_CLOUD_GNSS_TYPE_PVT | Specifies a data type of nrf_cloud_gnss_pvt |
NRF_CLOUD_GNSS_TYPE_NMEA | Specifies a data type of nrf_cloud_gnss_nmea |
NRF_CLOUD_GNSS_TYPE_MODEM_PVT | Specifies a data type of nrf_modem_gnss_pvt_data_frame |
NRF_CLOUD_GNSS_TYPE_MODEM_NMEA | Specifies a data type of nrf_modem_gnss_nmea_data_frame |