Userspace alternative to gpstime kernel module
1 unresolved thread
1 unresolved thread
Compare changes
Files
13+ 5
− 1
@@ -9,4 +9,8 @@ add_library(driver::shmem ALIAS shmem)
\ No newline at end of file
This code can be used when models run in userspace and without GPS hardware. It removes the dependency on the special device file /dev/gpstime. GPS time is obtained in userspace from the system clock. Enable at compile time by defining USE_GPSCLOCK. When building a model, add userspacegps=1 to the CDS parameters.