epics-base / epicsCoreJava

Parent repository for building, bundling, and deploying the EPICS Core Java libraries
Other
7 stars 10 forks source link

Support for writing VDoubleArray over ca #94

Open georgweiss opened 4 years ago

georgweiss commented 4 years ago

Currently a write using VDoubleArray over ca completes without errors, but does not actually write the values. A write should support VDoubleArray (and other numeric array types) in addition to accepting primitive arrays.

shroffk commented 4 years ago

So as agreed, A write of a VNumberArray will use the [] values to write to the pv and ignore the timestamp, alarm, display and other fields which cannot be writted.