Skip to content

Releases: slac-epics/CAENHVAsyn

R1.1.2

16 Apr 17:20
Compare
Choose a tag to compare

2020-02-05 J. Mock

  • Add autosave fields to ai, ao, bi, bo, longin, longout template files

R1.1.1

16 Apr 17:12
Compare
Choose a tag to compare

2019-09-16 J. Vasquez

  • Update definition of RELEASE file. The version of EPICS base should not be defined there.

R1.1.0

13 Sep 21:17
Compare
Choose a tag to compare

2019-09-13 J. Vasquez

  • Bug fix: reduce a description string to less than 40 chars.
  • Print out the crate map and board information to the IOC shell.
  • Set PREC=2 on analog records.
  • Set PINI=YES on output records so that their are processed at boot time.
  • Rename the class "Chassis" to "Crate" for clarity.
  • Use smart pointer to handle Crate, Board, and Channel objects, to avoid resource leaks.
  • Add exception handling in all asyn I/O methods, related to this driver.

R1.0.0

12 Sep 19:16
Compare
Choose a tag to compare

2019-09-12 J. Vasquez

  • First stable release.
  • Includes support for parameters of type PARAM_TYPE_CHSTATUS, PARAM_TYPE_BDSTATUS, and PARAM_TYPE_BINARY.
  • Uses template base classes to avoid code duplication.
  • Bug fix: ZNAM and ONAM label were swapped on bi/bo records.
  • Add support for system parameters of type SYSPROP_TYPE_REAL.
  • Other minor bug fixes, and code cleanup.

R0.0.0

06 Sep 22:07
Compare
Choose a tag to compare

2018-09-06 J. Vasquez

  • First release candidate.