Forráskód Böngészése

Add another missing file

Yentl Van Tendeloo 8 éve
szülő
commit
608ea3fc98
1 módosított fájl, 9 hozzáadás és 0 törlés
  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
+}
+