Updates to the gpsclock.
Try to keep things to one build of the code, most/all of this can be done at run time. * Remove the GPSCLOCK cmake config option * Revert edcu.c and sdf_monitor.c. These are not used anymore and should just be dropped (for another commit). * Removed dead symmetricom/gps code from standalone_edcu.cc. * Updated the gps logic used by standalone_edcu.cc (gps.hh) to use gpsclock instead of the system time if /dev/gpstime is not available. * Minor refactor of the controllerAppUser.c and controllerIopUser.c to reduce the number of ifdefs (for ease of reading) * Reworked local_dc.c to use gpsclock to use /dev/gpstime if available or gpsclock if it is not available.
parent
97ea21ec
No related branches found
No related tags found
Showing
- CMakeLists.txt 0 additions, 5 deletionsCMakeLists.txt
- src/epics/seq/edcu.c 0 additions, 14 deletionssrc/epics/seq/edcu.c
- src/epics/seq/gps.hh 12 additions, 5 deletionssrc/epics/seq/gps.hh
- src/epics/seq/sdf_monitor.c 0 additions, 14 deletionssrc/epics/seq/sdf_monitor.c
- src/epics/seq/standalone_edcu.cc 1 addition, 68 deletionssrc/epics/seq/standalone_edcu.cc
- src/fe/controllerAppUser.c 14 additions, 15 deletionssrc/fe/controllerAppUser.c
- src/fe/controllerIopUser.c 14 additions, 15 deletionssrc/fe/controllerIopUser.c
- src/local_dc/local_dc.c 21 additions, 21 deletionssrc/local_dc/local_dc.c
Loading
Please register or sign in to comment