瀏覽代碼

Add another missing file

Yentl Van Tendeloo 8 年之前
父節點
當前提交
608ea3fc98
共有 1 個文件被更改,包括 9 次插入0 次删除
  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
+}
+