Skip to content

Tweaking types to make sizes correct for epics

Adjust some types and names to follow along with EPICS types.

In EPICS:

short & int -> 16 bit int long -> 32 bit int

So rename setCAValueLong to setCAValueEPICSLong to be clearer, change its argument type to take an int*

Merge request reports