epics-modules / motor

APS BCDA synApps module: motor
https://epics-modules.github.io/motor/
20 stars 47 forks source link

Changed init function arguments to int #116

Closed kmpeters closed 5 years ago

kmpeters commented 5 years ago

Fixes #111 Fixes #115

kmpeters commented 5 years ago

I'll cast all the init_record function pointers like I did for the init function pointers. I'm going to fix the travis build problem first.

kmpeters commented 5 years ago

Most of the device support in the motor module already cast the pointer to init_record to DEVSUPFUN. My last commit in this pull request corrected the omission for drivers in DeltaTauSrc and OmsSrc.

Are there any other changes that should be made before this PR is merged?