epics-modules / autosave

APS BCDA synApps module: autosave
https://epics-modules.github.io/autosave/
Other
8 stars 31 forks source link

Add int64 support to restore #46

Closed jurejesensek closed 2 years ago

jurejesensek commented 2 years ago

Adds support for restoring (u)int64 PVs, as reported by issue #44 .

anjohnson commented 2 years ago

This merge breaks builds against EPICS 3.15 which don't define DBF_INT64 or DBF_UINT64. Not sure whether that matters any more or not...

keenanlang commented 2 years ago

It doesn't necessarily matter for BCDA, but since 3.15 is listed as a stable branch it should be supported. I've added checks to see if DBR_INT64 is defined.