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 [2020/12/03 19:29] ursgrafgetting_started:tutorials:sequencer3 [2021/03/31 15:39] (current) – [Subsequence Has Timeout Monitor With Restart] ursgraf
Line 4: Line 4:
 ===== Main Sequence Calls Nonblocking Sequence ===== ===== Main Sequence Calls Nonblocking Sequence =====
  
-In the EEROS library you will find a directory with examples. Open a shell in the build directory of your EEROS library and run +In the EEROS library you will find a directory with examples. For this example see [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest30.cpp|SequencerTest30.cpp]]. 
 + 
 +Open a shell in the build directory of your EEROS library and run 
 <code> <code>
 $ ./examples/sequencer/sequencerTest30 $ ./examples/sequencer/sequencerTest30
Line 29: Line 31:
 ===== Main Sequence Has Timeout Monitor ===== ===== Main Sequence Has Timeout Monitor =====
  
-next example 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
Line 41: Line 43:
 ===== Main Sequence Has Timeout Monitor With Resume ===== ===== Main Sequence Has Timeout Monitor With Resume =====
  
-next example 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
Line 53: Line 55:
 ===== Main Sequence Has Timeout Monitor With Restart ===== ===== Main Sequence Has Timeout Monitor With Restart =====
  
-next example 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
Line 65: Line 67:
 ===== Subsequence Has Timeout Monitor ===== ===== Subsequence Has Timeout Monitor =====
  
-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/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
Line 77: 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
Line 89: 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
getting_started/tutorials/sequencer3.1607020190.txt.gz · Last modified: 2020/12/03 19:29 by ursgraf