Explorar el Código

Add another missing file

Yentl Van Tendeloo hace 8 años
padre
commit
608ea3fc98
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      models/SCCD_Trace.mvc

+ 9 - 0
models/SCCD_Trace.mvc

@@ -0,0 +1,9 @@
+SimpleAttribute Float {}
+SimpleAttribute String {}
+
+Class Event{
+    timestamp : Float
+    name : String
+    parameter : String
+}
+