Class TestArray
Class TestArray. Implements the NodeRuntime
Inherited Members
Namespace: Global Namespace
Assembly: solution.dll
Syntax
[NodeCategory("Test", "ArrayPorts", NodeTick.Synchronous, (LifeCycle)0, 0, NodeMode.Standard, false)]
public class TestArray : NodeRuntime
Fields
| Name | Description |
|---|---|
| test | The test |
| testListOut | The test list out |
Methods
| Name | Description |
|---|---|
| Disable() | Forwarded OnDisable Unity event from the parent SystemGraphComponent |
| Enable(ClockState) | Forwarded OnEnable Unity event from the parent SystemGraphComponent |
| 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. |