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
Next revision
Previous revision
getting_started:tutorials:sequencer3 [2021/03/31 15:38] – [Subsequence Has Timeout Monitor] ursgrafgetting_started:tutorials:sequencer3 [2026/04/12 16:22] (current) ursgraf
Line 33: Line 33:
 The next example is [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest31.cpp|SequencerTest31.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/SequencerTest31.cpp|SequencerTest31.cpp]]. It demonstrates what happens if the main sequence is interrupted by a monitor while a subsequence is called. Run 
 <code> <code>
-$ examples/sequencer/sequencerTest31+./examples/sequencer/sequencerTest31
 </code> </code>
  
Line 45: Line 45:
 The next example is [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest32.cpp|SequencerTest32.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/SequencerTest32.cpp|SequencerTest32.cpp]]. It demonstrates what happens if the main sequence is interrupted by a monitor while a subsequence is called. Run 
 <code> <code>
-$ examples/sequencer/sequencerTest32+./examples/sequencer/sequencerTest32
 </code> </code>
  
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 79: Line 79:
 ===== Subsequence Has Timeout Monitor With Resume ===== ===== Subsequence Has Timeout Monitor With Resume =====
  
-next example 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 91: Line 91:
 ===== Subsequence Has Timeout Monitor With Restart ===== ===== Subsequence Has Timeout Monitor With Restart =====
  
-next example 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.1617197929.txt.gz · Last modified: 2021/03/31 15:38 by ursgraf