-
CONFIG_GPS_SIM_PSEUDO_RANDOM
¶
Use pseudo-random values to generate GPS coordinates
Type: bool
Help¶
Enables pseudo-random GPS coordinate creation. Based on uptime that’s input to a sine function, which causes the otuput to not be uniformally distributed, but sinusoidal.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At ../nrf/drivers/gps_sim/Kconfig:58
Included via Kconfig:10
→ Kconfig.zephyr:10
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:11
→ ../nrf/drivers/Kconfig:10
Menu path: (top menu) → Nordic nRF Connect → Device Drivers → GPS simulator
config GPS_SIM_PSEUDO_RANDOM bool prompt "Use pseudo-random values to generate GPS coordinates" ifGPS_SIM
depends onGPS_SIM
help Enables pseudo-random GPS coordinate creation. Based on uptime that's input to a sine function, which causes the otuput to not be uniformally distributed, but sinusoidal.
(Definitions include propagated dependencies, including from if’s and menus.)