User Tools

Site Tools


getting_started:tutorials:sequencer2

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:sequencer2 [2021/03/31 15:33] – [Subsequence Has Timeout Monitor with Resume] ursgrafgetting_started:tutorials:sequencer2 [2026/04/12 16:13] (current) – [Subsequence Has Timeout Monitor with Restart] ursgraf
Line 17: Line 17:
 The next example can be found under [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest21.cpp|SequencerTest21.cpp]]. It demonstrates what happens if the main sequence is interrupted by a monitor while a subsequence is called. Run  The next example can be found under [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest21.cpp|SequencerTest21.cpp]]. It demonstrates what happens if the main sequence is interrupted by a monitor while a subsequence is called. Run 
 <code> <code>
-$ examples/sequencer/sequencerTest21+./examples/sequencer/sequencerTest21
 </code> </code>
  
Line 29: Line 29:
 The next example can be found under [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest22.cpp|SequencerTest22.cpp]]. It demonstrates what happens if the main sequence is interrupted by a monitor while a subsequence is called. Run  The next example can be found under [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest22.cpp|SequencerTest22.cpp]]. It demonstrates what happens if the main sequence is interrupted by a monitor while a subsequence is called. Run 
 <code> <code>
-$ examples/sequencer/sequencerTest22+./examples/sequencer/sequencerTest22
 </code> </code>
  
Line 41: Line 41:
 The next example can be found under [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest23.cpp|SequencerTest23.cpp]]. It demonstrates what happens if the main sequence is interrupted by a monitor while a subsequence is called. Run  The next example can be found under [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest23.cpp|SequencerTest23.cpp]]. It demonstrates what happens if the main sequence is interrupted by a monitor while a subsequence is called. Run 
 <code> <code>
-$ examples/sequencer/sequencerTest23+./examples/sequencer/sequencerTest23
 </code> </code>
  
Line 52: Line 52:
 The next example can be found under [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest24.cpp|SequencerTest24.cpp]]. It demonstrates what happens if the subsequence is interrupted by a monitor. Run  The next example can be found under [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest24.cpp|SequencerTest24.cpp]]. It demonstrates what happens if the subsequence is interrupted by a monitor. Run 
 <code> <code>
-$ examples/sequencer/sequencerTest24+./examples/sequencer/sequencerTest24
 </code> </code>
  
Line 64: Line 64:
 The next example can be found under [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest25.cpp|SequencerTest25.cpp]]. It demonstrates what happens if the subsequence is interrupted by a monitor. Run  The next example can be found under [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest25.cpp|SequencerTest25.cpp]]. It demonstrates what happens if the subsequence is interrupted by a monitor. Run 
 <code> <code>
-$ examples/sequencer/sequencerTest25+./examples/sequencer/sequencerTest25
 </code> </code>
  
Line 74: Line 74:
 ===== 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. Run +The next example can be found under [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest26.cpp|SequencerTest26.cpp]]. It demonstrates what happens if the subsequence is interrupted by a monitor. Run 
 <code> <code>
-$ examples/sequencer/sequencerTest26+./examples/sequencer/sequencerTest26
 </code> </code>
  
getting_started/tutorials/sequencer2.1617197608.txt.gz · Last modified: by ursgraf