Closedown
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#st1 = Stream("st1", bs)
|
||||
st1 = Stream("st1", dispatcher)
|
||||
|
||||
s1=st1.addScalar("Int8Scalar", "Int8Scalar", 10, 0)
|
||||
w1=st1.addWaveform("Int32Waveform", "Int32Waveform", 10, 0)
|
||||
s1=st1.addScalar("Int8Scalar", "Int8Scalar", 1, 0)
|
||||
s2=st1.addScalar("Int16Scalar", "Int16Scalar", 1, 0)
|
||||
w1=st1.addWaveform("Int32Waveform", "Int32Waveform", 1, 0)
|
||||
#st1.setFilter("Int8Scalar>50")
|
||||
|
||||
st1.initialize()
|
||||
|
||||
Reference in New Issue
Block a user