User Tools

Site Tools


getting_started:tutorials:sequencer3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
getting_started:tutorials:sequencer3 [2026/04/12 16:21] ursgrafgetting_started:tutorials:sequencer3 [2026/04/12 16:22] (current) ursgraf
Line 57: Line 57:
 The next example is [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest33.cpp|SequencerTest33.cpp]]. It demonstrates what happens if the main sequence is interrupted by a monitor while a subsequence is called. Run  The next example is [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest33.cpp|SequencerTest33.cpp]]. It demonstrates what happens if the main sequence is interrupted by a monitor while a subsequence is called. Run 
 <code> <code>
-$ examples/sequencer/sequencerTest33+./examples/sequencer/sequencerTest33
 </code> </code>
  
Line 69: Line 69:
 The next example is [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest34.cpp|SequencerTest34.cpp]]. It demonstrates what happens if the subsequence is interrupted by a monitor while being called from the main sequence. Run  The next example is [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest34.cpp|SequencerTest34.cpp]]. It demonstrates what happens if the subsequence is interrupted by a monitor while being called from the main sequence. Run 
 <code> <code>
-$ examples/sequencer/sequencerTest34+./examples/sequencer/sequencerTest34
 </code> </code>
  
Line 81: Line 81:
 The next example is [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest35.cpp|SequencerTest35.cpp]]. It demonstrates what happens if the subsequence is interrupted by a monitor while being called from the main sequence. Run  The next example is [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest35.cpp|SequencerTest35.cpp]]. It demonstrates what happens if the subsequence is interrupted by a monitor while being called from the main sequence. Run 
 <code> <code>
-$ examples/sequencer/sequencerTest35+./examples/sequencer/sequencerTest35
 </code> </code>
  
Line 93: Line 93:
 The next example is [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest36.cpp|SequencerTest36.cpp]]. It demonstrates what happens if the subsequence is interrupted by a monitor while being called from the main sequence. Run  The next example is [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest36.cpp|SequencerTest36.cpp]]. It demonstrates what happens if the subsequence is interrupted by a monitor while being called from the main sequence. Run 
 <code> <code>
-$ examples/sequencer/sequencerTest36+./examples/sequencer/sequencerTest36
 </code> </code>
  
getting_started/tutorials/sequencer3.txt · Last modified: 2026/04/12 16:22 by ursgraf