Initialize simulated network bus
encapsulated function constructor import Modelica_Synchronous.WorkInProgress.Incubate.TrueTime.ExternalC.Network; input Real params[:] "General parameter vector"; input Real schedule[:] "Schedule for TDMA"; input Real systemmatrix[:, :] "System matrix for TTCAN"; input Real statschedule[:] "Static schedule for FlexRay"; input Real dymschedule[:] "Dynamic schedule for FlexRay"; output Network networkHandle "Handle to network simulator object"; end constructor;