Class NodeClock
Class NodeClock. Implements the NodeRuntime
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[NodeCategory("Type", "Clock", NodeTick.Synchronous, (LifeCycle)0, 0, NodeMode.Standard, false, Mode = NodeMode.Standard)]
public class NodeClock : NodeRuntime
Fields
Name | Description |
---|---|
_signal | The signal |
Methods
Name | Description |
---|---|
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. |