Copyright information was gathered using `git log` with per-line history tracking, which allows following the history of a file through renames.
18 lines
381 B
Plaintext
18 lines
381 B
Plaintext
# SPDX-FileCopyrightText: 2002 Argonne National Laboratory
|
|
#
|
|
# SPDX-License-Identifier: EPICS
|
|
|
|
record(sub,"$(user):subExample")
|
|
{
|
|
field(INAM,"mySubInit")
|
|
field(SNAM,"mySubProcess")
|
|
}
|
|
record(aSub,"$(user):aSubExample")
|
|
{
|
|
field(INAM,"myAsubInit")
|
|
field(SNAM,"myAsubProcess")
|
|
field(FTA,"DOUBLE")
|
|
field(NOA,"10")
|
|
field(INPA,"$(user):compressExample CPP")
|
|
}
|