Class PrintMessage
Prints a periodic string message on the input port.
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[NodeCategory("Debug", "PrintMessage", NodeTick.Synchronous, (LifeCycle)0, 0, NodeMode.Standard, false, FrequencyHint = 1)]
public class PrintMessage : NodeRuntime
Fields
Name | Description |
---|---|
message | Input message port. |
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. |