Files
epics-base/modules/database/test/std/rec/regressCalcout.db
Andrew Johnson c866609f24 Add regression tests for Async Soft Channel input links
Caused by the previous fix, but this is repairable.
2021-05-03 14:31:25 +02:00

28 lines
561 B
Plaintext

record(calcout, "cout") {
field(INPA, "99")
field(INPB, "99")
field(INPC, "99")
field(INPD, "99")
}
record(ai, "ain") {
field(DTYP, "Async Soft Channel")
}
record(bi, "bin") {
field(DTYP, "Async Soft Channel")
}
record(int64in, "iin") {
field(DTYP, "Async Soft Channel")
}
record(longin, "lin") {
field(DTYP, "Async Soft Channel")
}
record(mbbi, "min") {
field(DTYP, "Async Soft Channel")
}
record(mbbiDirect, "din") {
field(DTYP, "Async Soft Channel")
}
record(stringin, "sin") {
field(DTYP, "Async Soft Channel")
}