Fixing waveform record documentation after review

This commit is contained in:
Joao Paulo Martins
2019-09-04 17:25:28 +02:00
parent 8a39ca7489
commit 128d2a93c8
2 changed files with 12 additions and 60 deletions

View File

@@ -10,7 +10,7 @@
=head1 Menu menuFtype
This menu is used for the C<FTVL> field of all record types.
This menu is used for the C<FTVL> and similar fields of many record types.
=menu menuFtype

View File

@@ -1,4 +1,11 @@
=pod
#*************************************************************************
# Copyright (c) 2002 The University of Chicago, as Operator of Argonne
# National Laboratory.
# Copyright (c) 2002 The Regents of the University of California, as
# Operator of Los Alamos National Laboratory.
# EPICS BASE is distributed subject to a Software License Agreement found
# in file LICENSE that is included with this distribution.
#*************************************************************************
=title Waveform Record (waveform)
@@ -10,6 +17,8 @@ types.
=cut
include "menuFtype.dbd"
menu(waveformPOST) {
choice(waveformPOST_Always,"Always")
choice(waveformPOST_OnChange,"On Change")
@@ -115,64 +124,7 @@ The RARM field causes the device to re-arm when this field is set to 1.
=head4 Possible data types for FTVL
=begin html
<blockquote><table border="1"><tr>
<th>Index</th><th>Identifier</th><th>Choice String</th></tr>
<tr>
<td class='cell DBD_Menu index'>0</td>
<td class='cell DBD_Menu identifier'>menuFtypeSTRING</td>
<td class='cell DBD_Menu choice'>STRING</td>
</tr>
<tr>
<td class='cell DBD_Menu index'>1</td>
<td class='cell DBD_Menu identifier'>menuFtypeCHAR</td>
<td class='cell DBD_Menu choice'>CHAR</td>
</tr>
<tr>
<td class='cell DBD_Menu index'>2</td>
<td class='cell DBD_Menu identifier'>menuFtypeUCHAR</td>
<td class='cell DBD_Menu choice'>UCHAR</td>
</tr>
<tr>
<td class='cell DBD_Menu index'>3</td>
<td class='cell DBD_Menu identifier'>menuFtypeSHORT</td>
<td class='cell DBD_Menu choice'>SHORT</td>
</tr>
<tr>
<td class='cell DBD_Menu index'>4</td>
<td class='cell DBD_Menu identifier'>menuFtypeUSHORT</td>
<td class='cell DBD_Menu choice'>USHORT</td>
</tr>
<tr>
<td class='cell DBD_Menu index'>5</td>
<td class='cell DBD_Menu identifier'>menuFtypeLONG</td>
<td class='cell DBD_Menu choice'>LONG</td>
</tr>
<tr>
<td class='cell DBD_Menu index'>6</td>
<td class='cell DBD_Menu identifier'>menuFtypeULONG</td>
<td class='cell DBD_Menu choice'>ULONG</td>
</tr>
<tr>
<td class='cell DBD_Menu index'>7</td>
<td class='cell DBD_Menu identifier'>menuFtypeFLOAT</td>
<td class='cell DBD_Menu choice'>FLOAT</td>
</tr>
<tr>
<td class='cell DBD_Menu index'>8</td>
<td class='cell DBD_Menu identifier'>menuFtypeDOUBLE</td>
<td class='cell DBD_Menu choice'>DOUBLE</td>
</tr>
<tr>
<td class='cell DBD_Menu index'>9</td>
<td class='cell DBD_Menu identifier'>menuFtypeENUM</td>
<td class='cell DBD_Menu choice'>ENUM</td>
</tr>
</table></blockquote>
=end html
=menu menuFtype
=head3 Operator Display Parameters