Skip to content

Commit 50fe8df

Browse files
committed
fix(aai): remove 'analog' from the record name
1 parent 61f0500 commit 50fe8df

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/database/src/std/rec/aaiRecord.dbd.pod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
=title Array Analog Input (aai)
1111

12-
The array analog input record type is used to read array data. The array data can
12+
The array input record type is used to read array data. The array data can
1313
contain any of the supported data types. The record is in many ways similar to the
1414
waveform record. It allows, however, the device support to allocate the array
1515
storage.
@@ -31,14 +31,14 @@ The record-specific fields are described below, grouped by functionality.
3131

3232
=head3 Scan Parameters
3333

34-
The array analog input record has the standard fields for specifying under what
34+
The array input record has the standard fields for specifying under what
3535
circumstances the record will be processed.
3636
These fields are described in L<Scan Fields|dbCommonRecord/Scan Fields>.
3737

3838
=head3 Read Parameters
3939

4040
These fields are configurable by the user to specify how and from where the record
41-
reads its data. The INP field determines from where the array analog input gets
41+
reads its data. The INP field determines from where the array input gets
4242
its input. It can be a hardware address, a channel access or database link, or a
4343
constant. Only in records that use soft device support can the INP field be a
4444
channel access link, a database link, or a constant. Otherwise, the INP field must
@@ -83,7 +83,7 @@ Parameters> for more on the record name (NAME) and description (DESC) fields.
8383

8484
=head3 Alarm Parameters
8585

86-
The array analog input record has the alarm parameters common to all record types.
86+
The array input record has the alarm parameters common to all record types.
8787

8888
=head3 Monitor Parameters
8989

@@ -108,11 +108,11 @@ These are the possible choices for the C<APST> and C<MPST> fields:
108108

109109
=head3 Run-time Parameters
110110

111-
These parameters are used by the run-time code for processing the array analog
111+
These parameters are used by the run-time code for processing the array
112112
input record. They are not configured using a configuration tool. Only the VAL
113113
field is modifiable at run-time.
114114

115-
VAL references the array where the array analog input record stores its data. The
115+
VAL references the array where the array input record stores its data. The
116116
BPTR field holds the address of the array.
117117

118118
The NORD field holds a counter of the number of elements that have been read
@@ -439,7 +439,7 @@ Scan forward link if necessary, set PACT FALSE, and return.
439439

440440
=head3 Fields Of Interest To Device Support
441441

442-
Each array analog input record record must have an associated set of device
442+
Each array input record record must have an associated set of device
443443
support routines. The primary responsibility of the device support routines is to
444444
obtain a new array value whenever C<read_aai()> is called. The device support
445445
routines are primarily interested in the following fields:

0 commit comments

Comments
 (0)