Structural changes to create database module

This commit is contained in:
Ralph Lange
2017-07-28 16:53:47 +02:00
parent c036fd056b
commit 7ad0210ef6
1424 changed files with 141 additions and 188700 deletions

View File

@@ -0,0 +1,9 @@
record(waveform, "wfrec") {
field(NELM, "10")
field(FTVL, "LONG")
field(INP, [1, 2, 3])
}
record(waveform, "wfrec1") {
field(NELM, "1")
field(FTVL, "LONG")
}