Skip to content

IPAC Driver Version 2.10

Choose a tag to compare

@anjohnson anjohnson released this 22 Aug 21:21
· 97 commits to master since this release

Released: 2008-12-19
By: Andrew Johnson

Prerequisites

  • EPICS Base 3.14.9 (or later)

Downloads

Installation

Instructions for building the IPAC driver software can be found in the drvIpac Documentation.

Once IPAC has been built and installed at the site, it must be added to each IOC application that will use IPAC hardware; see these installation instructions for details.

Documentation

The source tree includes a copy of all the documents along with the full release notes history for each module; on building these files get installed into a new top-level html directory. The links below currently point to the HTML files in the github repository at the time of the release, but they will not be rendered properly by your browser.


Release Notes

Changes since V2.9 release.

IPAC Driver

Changed:

  • Added epicsShareFunc decoration to all externally visible functions to permit building DLLs on Windows systems.
  • Added directory dependency information for parallel builds (Base R3.14.10).

CANbus Driver

Changed:

  • Removed an unnecessary test and some unused code from the special_linconv() routines of the ai and ao device support.
  • Added epicsShareFunc decoration to all externally visible functions to permit building DLLs on Windows systems.