Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/org.eclipse.etrice.modellib.c/model/etrice/api/annotations.room')
-rw-r--r--runtime/org.eclipse.etrice.modellib.c/model/etrice/api/annotations.room24
1 files changed, 0 insertions, 24 deletions
diff --git a/runtime/org.eclipse.etrice.modellib.c/model/etrice/api/annotations.room b/runtime/org.eclipse.etrice.modellib.c/model/etrice/api/annotations.room
index 9a6d80fb0..21f5305f5 100644
--- a/runtime/org.eclipse.etrice.modellib.c/model/etrice/api/annotations.room
+++ b/runtime/org.eclipse.etrice.modellib.c/model/etrice/api/annotations.room
@@ -66,28 +66,4 @@ RoomModel etrice.api.annotations {
target = { SubSystemClass, ActorClass }
}
- AnnotationType DataLogging {
- target = SubSystemClass
- mandatory attribute pathlist: ptCharacter
- }
-
- AnnotationType Gnuplot {
- target = SubSystemClass
- mandatory attribute format: ptCharacter
- mandatory attribute outputfile: ptCharacter
- mandatory attribute width: ptInteger
- mandatory attribute height: ptInteger
- optional attribute fontsize: ptInteger
- }
-
- AnnotationType GnuplotGraph {
- target = SubSystemClass
- mandatory attribute paths: ptCharacter
- optional attribute interval: ptInteger
- optional attribute xtics: ptReal
- optional attribute mxtics: ptInteger
- optional attribute ymin: ptReal
- optional attribute ymax: ptReal
- }
-
} \ No newline at end of file

Back to the top