Exemplo n.º 1
0
 static void logMessage(IntPtr env, IntPtr instanceName, fmi2Status status, IntPtr category, IntPtr message)
 {
     Debug.Log(Marshal.PtrToStringAnsi(message) + ": " + Marshal.PtrToStringAnsi(message));
 }
Exemplo n.º 2
0
 static void stepFinished(fmi2ComponentEnvironment mem, fmi2Status status)
 {
 }