areaDetector / ADVimba

areaDetector driver for Allied Vision Technology camera using their Vimba SDK
https://areadetector.github.io/master/ADVimba/ADVimba.html
1 stars 6 forks source link

Making code capable of being built with EPICS base 3.14. #2

Closed gregoryrd closed 4 years ago

gregoryrd commented 4 years ago

In getting ADVimba to build for ORNL Neutron Scattering instruments, under direction from Matt Pearson, I have had to edit ADVimba.cpp according to the logic of this pull request in order to make it build with our EPICS base version 3.14.12.6.

MarkRivers commented 4 years ago

I believe I have fixed this issue with commit 84936bcc89228d7969cd86b404c8f61a766f5ac2. It simply changes epicsEventStatus to epicsEventWaitStatus and epicsEventOK to epicsEventWaitOK. This builds on base 7.0.4 and I think it should build on 3.14.

@gregoryrd please see if this works for you.

gregoryrd commented 4 years ago

@MarkRivers , yes, your latest commit works for me. Thank you! --Ray Gregory