User Tools

Site Tools


getting_started:tutorials:sequencer1

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:sequencer1 [2020/12/03 17:45] – [Timeout Monitor Aborts Main Sequence] ursgrafgetting_started:tutorials:sequencer1 [2021/03/31 14:37] (current) – [Timeout Monitor Resumes Main Sequence] ursgraf
Line 3: Line 3:
  
 ===== Simple Sequence with Five Steps ===== ===== Simple Sequence with Five Steps =====
-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/SequencerTest10.cpp|SequencerTest10.cpp]]. 
 + 
 +Open a shell in the build directory of your EEROS library and run 
 <code> <code>
 $ ./examples/sequencer/sequencerTest10 $ ./examples/sequencer/sequencerTest10
Line 21: Line 24:
 Recompile the program and run it. Please make sure to check for the sequence to be still running. This is for the case that you want to terminate the program by pressing CTRL-C. Recompile the program and run it. Please make sure to check for the sequence to be still running. This is for the case that you want to terminate the program by pressing CTRL-C.
 ===== Timeout Monitor Aborts Main Sequence ===== ===== Timeout Monitor Aborts Main Sequence =====
-Open a shell in the build directory of your EEROS library and run +The next example is [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest11.cpp|SequencerTest11.cpp]]. Open a shell in the build directory of your EEROS library and run 
 <code> <code>
 $ ./examples/sequencer/sequencerTest11 $ ./examples/sequencer/sequencerTest11
Line 29: Line 32:
 \\ \\
 ===== Timeout Monitor Aborts Main Sequence ===== ===== Timeout Monitor Aborts Main Sequence =====
-Open a shell in the build directory of your EEROS library and run +The next example is [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest12.cpp|SequencerTest12.cpp]]. Open a shell in the build directory of your EEROS library and run 
 <code> <code>
 $ ./examples/sequencer/sequencerTest12 $ ./examples/sequencer/sequencerTest12
Line 37: Line 40:
 \\ \\
 ===== Timeout Monitor Resumes Main Sequence ===== ===== Timeout Monitor Resumes Main Sequence =====
-Open a shell in the build directory of your EEROS library and run +The next example is [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest13.cpp|SequencerTest13.cpp]]. Open a shell in the build directory of your EEROS library and run 
 <code> <code>
 $ ./examples/sequencer/sequencerTest13 $ ./examples/sequencer/sequencerTest13
Line 45: Line 48:
 \\ \\
 ===== Timeout Monitor Resumes Main Sequence ===== ===== Timeout Monitor Resumes Main Sequence =====
-Open a shell in the build directory of your EEROS library and run +The next example is [[https://github.com/eeros-project/eeros-framework/blob/master/examples/sequencer/SequencerTest14.cpp|SequencerTest14.cpp]]. Open a shell in the build directory of your EEROS library and run 
 <code> <code>
 $ ./examples/sequencer/sequencerTest14 $ ./examples/sequencer/sequencerTest14
getting_started/tutorials/sequencer1.1607013906.txt.gz · Last modified: 2020/12/03 17:45 by ursgraf