|
Class Summary |
| DEConst |
A DEConst is a Block for the Discrete Events MoC, which produces the same value on all
its Pins at each update. |
| DEDelay |
A DEDelay is a block for use with the Dicrete Events MoC, which introduces
a time delay between occurrences of events on its input and on its output. |
| DEPlotter |
A DEPlotter is a Block for the DE MoC which displays the value
received on each of its Pins in a graphical window. |
| DEPlotter.PlotterWindow |
|
| DEPlotter.PlotterWindow.PlotInfo |
|
| DEPlotter.PlotterWindow.Plotter |
|
| DERamp |
A DERamp is a Block which produces an increasing value
on all its pins at each snapshot. |
| DEScenario |
A DEScenario plays a scenario on its output pins. |
| DETestLogger |
A DETestLogger is a Block which logs the value of
each of its Pins at each snapshot. |
| DETextDisplay |
A DETextDisplay is a Block which displays the value of
each of its Pins at each snapshot. |
| EventFeeder |
An EventFeeder can be used to feed events into a simulation
from external sources like a GUI. |
| Probe |
A Probe is a block that notifies a PinListener each time
one of its input pins has tokens at the end of the snapshot. |
| SDFAdder |
An SDFAdder is an SDF block which computes the sum of the tokens on all its input
pins and puts the result on all its output pins. |
| SDFConst |
An SDFConst is an SDF Block which produces the same value on all
its Pins at each update. |
| SDFIntegrator |
An SDFIntegrator sums adds all the values received on its inputs
to its internal state and produced this state on all its outputs. |
| SDFLimitedIntegrator |
An SDFLimitedIntegrator is an integrator whose output is maintained
between a lower_limit and an upper_limit (set by properties). |
| SDFLimiter |
|
| SDFRamp |
A Ramp is a Block which produces an increasing value
on all its Pins at each update. |
| SDFSampleDelay |
An SDFSampleDelay is an SDF block which delays its input by one sample. |
| SDFScale |
An SDFScale is an SDF block which scales its input. |
| SDFTextDisplay |
A TextDisplay is a Block which displays the value of
all the tokens on each of its pins at each update. |