Moving checkFileCrc into a user space utility header file.
* Removed copies of checkFileCrc from the epics sequencer, standalone_edc, and sdf_monitor.c * Updated the logic in checkFileCrc to return -1 when the file name is NULL or the file cannot be opened * as per documentation.
parent
01564bc1
No related branches found
No related tags found
Showing
- src/drv/fmReadCoeff.c 1 addition, 1 deletionsrc/drv/fmReadCoeff.c
- src/epics/edcu/standalone_edcu.cc 1 addition, 27 deletionssrc/epics/edcu/standalone_edcu.cc
- src/epics/seq/main.cc 1 addition, 23 deletionssrc/epics/seq/main.cc
- src/epics/seq/sdf_monitor.c 1 addition, 24 deletionssrc/epics/seq/sdf_monitor.c
- src/include/util/user/check_file_crc.h 56 additions, 0 deletionssrc/include/util/user/check_file_crc.h
Loading
Please register or sign in to comment