Class GenericPorts
Stub node with a few generic ports.
Inherited Members
Namespace: Global Namespace
Assembly: solution.dll
Syntax
[NodeCategory("Test", "GenericPorts", NodeTick.Synchronous, (LifeCycle)0, 0, NodeMode.Standard, false)]
public class GenericPorts : NodeRuntime
Fields
| Name | Description |
|---|---|
| testIn | Test port in |
| testOut | Test port out |
Methods
| Name | Description |
|---|---|
| OnTick(double, double, ClockState, Signal) | OnTick event received from the scheduler for this node waveform. This is received for every rising edge of the waveform at the frequency configured in the scheduler. |