Ver código fonte

Add another missing file

Yentl Van Tendeloo 8 anos atrás
pai
commit
608ea3fc98
1 arquivos alterados com 9 adições e 0 exclusões
  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
+}
+