Merge PR #63, longout.OOPT

This commit is contained in:
Andrew Johnson
2022-12-29 16:31:42 -06:00
6 changed files with 451 additions and 4 deletions

View File

@ -16,6 +16,13 @@ should also be read to understand what has changed since earlier releases.
## Changes made on the 7.0 branch since 7.0.7
<!-- Insert new items immediately below here ... -->
### Extend longout conditions to write the OUT link (OOPT field)
The longout record has now the capacity to condition its output write operation to
different options, using the OOPT field (similar to calcout record). This is
the first output record to have such feature as a result of the
[Make output records only write on change](https://bugs.launchpad.net/epics-base/+bug/1398215)
issue on Launchpad.
### Tab completion for IOC shell