epics-motor / motorSmarAct

EPICS motor drivers for SmarAct controllers
3 stars 13 forks source link

Don't include a local defition of rint for VxWorks #6

Closed kmpeters closed 4 years ago

kmpeters commented 4 years ago

Fixes #5

MarkRivers commented 4 years ago

Do you want me to make that change to both files, test on Linux, Windows and vxWorks, and push if successful?

kmpeters commented 4 years ago

That would be great. You should be able to push to the issue5 branch.

MarkRivers commented 4 years ago

I have pushed new changed. The SCU driver does not actually use rint() so I removed the conditional code. The MCS driver was missing an #endif in your version.

I have tested building on linux-x86, linux-x86_64, vxWorks-ppc32, windows-x64, and windows-x64-static with Visual Studio 2015.

kmpeters commented 4 years ago

Thanks!