Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2014-02-17 17:17:11 +0000
committerHenrik Rentz-Reichert2014-02-17 17:17:11 +0000
commitd56676a60d2c972cc8d61f0ad2cd11b005a7e0f0 (patch)
treed957550bda2f4fa71f2df56f101acd0dbae31863
parentbcf81f58fd5cf22873e2e638cfc5d95a345749ed (diff)
downloadorg.eclipse.etrice-d56676a60d2c972cc8d61f0ad2cd11b005a7e0f0.tar.gz
org.eclipse.etrice-d56676a60d2c972cc8d61f0ad2cd11b005a7e0f0.tar.xz
org.eclipse.etrice-d56676a60d2c972cc8d61f0ad2cd11b005a7e0f0.zip
[modellib.c] added missing data logging annotation
-rw-r--r--runtime/org.eclipse.etrice.modellib.c/model/Annotations.room5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/org.eclipse.etrice.modellib.c/model/Annotations.room b/runtime/org.eclipse.etrice.modellib.c/model/Annotations.room
index a516fe26e..2856bce7a 100644
--- a/runtime/org.eclipse.etrice.modellib.c/model/Annotations.room
+++ b/runtime/org.eclipse.etrice.modellib.c/model/Annotations.room
@@ -4,4 +4,9 @@ RoomModel room.basic.annotations {
target = ActorBehavior
}
+ AnnotationType DataLogging {
+ target = SubSystemClass
+ mandatory attribute pathlist: ptCharacter
+ }
+
} \ No newline at end of file

Back to the top