Przeglądaj źródła

Add another missing file

Yentl Van Tendeloo 8 lat temu
rodzic
commit
608ea3fc98
1 zmienionych plików z 9 dodań i 0 usunięć
  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
+}
+