Creates a RTSync instance.
function constructor extends Modelica.Icons.Function; input Modelica.Units.SI.Time startSimTime "Simulation start time (usually 0)"; input Boolean shouldCatchupTime "true, try to catch up delays from missed dead-lines by progressing faster than real-time, otherwise do not"; output RTSync rtSync; end constructor;