Browse Source

Add another missing file

Yentl Van Tendeloo 8 years ago
parent
commit
608ea3fc98
1 changed files with 9 additions and 0 deletions
  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
+}
+