Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.doc/targets/keyword-hover/TransitionPoint.html')
-rw-r--r--plugins/org.eclipse.etrice.doc/targets/keyword-hover/TransitionPoint.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.doc/targets/keyword-hover/TransitionPoint.html b/plugins/org.eclipse.etrice.doc/targets/keyword-hover/TransitionPoint.html
new file mode 100644
index 000000000..ddcc4f441
--- /dev/null
+++ b/plugins/org.eclipse.etrice.doc/targets/keyword-hover/TransitionPoint.html
@@ -0,0 +1,11 @@
+<!-- generated by featurizer -->
+<p>a transition point is the starting point of transitions that trigger for any state of this state machine</p>
+<pre><code class=room customHighlighted> <span class=keyword>StateMachine</span> {
+ <span class=keyword>TransitionPoint</span> tp1
+ <span class=keyword>Transition</span> tr1: <span class=keyword>my</span> tp1 -&gt; <span class=keyword>my</span> tp1 {
+ <span class=keyword>triggers</span> {
+ &lt;msg: port&gt;
+ }
+ }
+ }
+</code></pre> \ No newline at end of file

Back to the top