std/rec/test: test dbGet() and dbPut() for array field

test with waveform record to check that DBADDR
modifications aren't seen by the caller.
This commit is contained in:
Michael Davidsaver
2014-09-15 11:42:38 -04:00
parent 42f0b9be21
commit 6d678eca60
4 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
record(waveform, "wfrec") {
field(NELM, "10")
field(FTVL, "LONG")
}