Changes between Version 8 and Version 9 of PacpusTutorials
- Timestamp:
- Oct 2, 2015, 4:50:51 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PacpusTutorials
v8 v9 52 52 | 53 53 |--> CMakeLists.txt 54 |--> MessageComponent.h 55 |--> MessageComponent.cpp 54 |--> component_message 55 |--> MessageComponent.h 56 |--> MessageComponent.cpp 57 |--> component_fizzbuzz 58 |--> FizzBuzzComponent.h 59 |--> FizzBuzzComponent.cpp 56 60 | 57 61 |--> build … … 67 71 68 72 todo 73 74 {{{ 75 76 pacpustutorials 77 | 78 |--> project_exercises 79 | 80 |--> plugin_exercise_1 81 | 82 |--> CMakeLists.txt 83 |--> component_1 84 |--> MessageComponent.h 85 |--> MessageComponent.cpp 86 | 87 |--> build 88 | 89 |--> build_linux.sh 90 | 91 |--> CMakeLists.txt 92 93 }}} 69 94 70 95 === Tutorial n°2: Managing the communication of components === … … 91 116 | 92 117 |--> CMakeLists.txt 93 |--> MessageComponent.h 94 |--> MessageComponent.cpp 118 |--> component_1 119 |--> MessageComponent.h 120 |--> MessageComponent.cpp 95 121 | 96 122 |--> plugin_exercise_2 97 123 | 98 124 |--> CMakeLists.txt 99 |--> AdditionComponent.h 100 |--> AdditionComponent.cpp 125 |--> component_2 126 |--> AdditionComponent.h 127 |--> AdditionComponent.cpp 101 128 | 102 129 |--> build