Return the current time
function get_time extends Modelica.Icons.Function; output Integer t "Time in milliseconds since January 1, 1970" annotation( Dialog(__Dymola_label = "<html><i>t</i></html>")); // Note: Since Dymola 7.4 doesn't support the IncludeDirectory annotation, // it will be necessary to use the full // path in the Include annotation, e.g. // Include="#include \"FCSys/FCSys 2.0/Resources/Source/C/time.c\"" end get_time;