|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
Emulated GNSS parameters. More...
#include <gnss_emul.h>
Data Fields | |
| int32_t | latitude |
| int32_t | longitude |
| int32_t | height |
| uint32_t | h_acc |
| uint32_t | v_acc |
| uint32_t | t_acc |
| uint16_t | p_dop |
| uint8_t | num_sv |
Emulated GNSS parameters.
| uint32_t gnss_pvt_emul_location::h_acc |
| int32_t gnss_pvt_emul_location::height |
| int32_t gnss_pvt_emul_location::latitude |
| int32_t gnss_pvt_emul_location::longitude |
| uint8_t gnss_pvt_emul_location::num_sv |
| uint16_t gnss_pvt_emul_location::p_dop |
| uint32_t gnss_pvt_emul_location::t_acc |
| uint32_t gnss_pvt_emul_location::v_acc |