-
CONFIG_GPS_SIM_FIX_TIME
¶
Time in milliseconds between position generations
Type: int
Help¶
Time in milliseconds that the GPS simulator will return the same position before generating new coordinates.
Defaults¶
GPS_SIM_TRIGGER_TIMER_MSEC
ifGPS_SIM_TRIGGER_USE_TIMER
&&GPS_SIM
- 1000 if
GPS_SIM
Kconfig definition¶
At ../nrf/drivers/gps_sim/Kconfig:74
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_FIX_TIME int prompt "Time in milliseconds between position generations" ifGPS_SIM
range 500 3600000 ifGPS_SIM
defaultGPS_SIM_TRIGGER_TIMER_MSEC
ifGPS_SIM_TRIGGER_USE_TIMER
&&GPS_SIM
default 1000 ifGPS_SIM
depends onGPS_SIM
help Time in milliseconds that the GPS simulator will return the same position before generating new coordinates.
(Definitions include propagated dependencies, including from if’s and menus.)