:orphan: .. title:: GPS_SIM_BASE_TIMESTAMP .. option:: CONFIG_GPS_SIM_BASE_TIMESTAMP *Base timestamp for GPS data* Type: ``int`` Help ==== Timestamp at which the simulator will start counting. Format is hour * 10000 + min * 100 + sec, which means that 13:46:27 becomes 134627. Direct dependencies =================== \ :option:`GPS_SIM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 134627 Kconfig definition ================== .. highlight:: kconfig At ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/drivers/gps/gps_sim/Kconfig:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:9`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:12`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/drivers/Kconfig:13`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/drivers/gps/Kconfig:9`` Menu path: (Top) → Modules → Nordic nRF Connect → Device Drivers → GPS Drivers → GPS simulator .. parsed-literal:: config GPS_SIM_BASE_TIMESTAMP int "Base timestamp for GPS data" default 134627 depends on \ :option:`GPS_SIM ` help Timestamp at which the simulator will start counting. Format is hour * 10000 + min * 100 + sec, which means that 13:46:27 becomes 134627. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*