Enum Scheduler.Signal
Signal that the scheduler sends to node runtime
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Flags]
public enum Scheduler.Signal
Fields
Name | Description |
---|---|
FrameSync | Signal the node that it's OnTick call is the first of a new ClockSource Frame. |
Integrate | Signal the node to integrate the ticks, because the scheduler won't call OnTick again for the missed ticks. |
None | Null signal |