Files
epics-base/modules/database/src/template/top/exampleApp/Db/dbSubExample.db
Jure Varlec c304b7db53 Add SPDX license tags to templates
Copyright information was gathered using `git log` with per-line history
tracking, which allows following the history of a file through renames.
2024-09-04 10:02:04 -05:00

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")
}