Skip to content

Commit

Permalink
doc Q:form
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Jan 16, 2019
1 parent f3d7d7c commit 67b384b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
21 changes: 21 additions & 0 deletions documentation/qsrvpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,27 @@ record(ai, "...") {
}
@endcode

@subsection qsrv_form QSRV Display Form Option

The value of the OPI display form hint ('display.form') can be set set with the "Q:form" info() tag.
This hint, along with 'display.precision', is used by some OPI clients to control how values are rendered.

The text value of the tag must be one of the following choices.

@li Default
@li String
@li Binary
@li Decimal
@li Hex
@li Exponential
@li Engineering

@code
record(ai, "...") {
info(Q:form, "Default") # implied default
}
@endcode

@subsection qsrv_link PVAccess Links

When built against Base >= 3.16.1, support is enabled for PVAccess links,
Expand Down
9 changes: 9 additions & 0 deletions documentation/release_notes.dox
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

@page release_notes Release Notes

Release 1.2.0 (UNRELEASED)
==========================

- Incompatible changes
- The field 'display.format' is replaced with 'display.form' and 'display.precision'.
https://github.com/epics-base/pva2pva/issues/19
- Additions
- Use @code info(Q:form, "...") @endcode to set 'display.form'. See @ref qsrv_form

Release 1.1.0 (Nov 2018)
==========================

Expand Down

0 comments on commit 67b384b

Please sign in to comment.