modified so SNL doesn't have to monitor pulsePositions (large array) to find out that it has changed, because that crashes the sequencer

This commit is contained in:
timmmooney
2014-05-20 21:59:08 +00:00
parent 0eb20d8bf5
commit 0f92fb1596
+7
View File
@@ -71,6 +71,13 @@ grecord(waveform,"$(P)$(R)PulsePositions") {
field(DESC,"Output-pulse positions")
field(NELM,"$(NPULSE)")
field(FTVL,"DOUBLE")
field(PREC, "3")
field(FLNK, "$(P)$(R)NewPulsePositions")
}
grecord(ao,"$(P)$(R)NewPulsePositions") {
field(DESC,"New pulse positions loaded")
field(MDEL,"-1")
field(PREC, "3")
}