Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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