Changes between Version 8 and Version 9 of PacpusTutorials


Ignore:
Timestamp:
10/02/15 16:50:51 (9 years ago)
Author:
DHERBOMEZ Gérald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PacpusTutorials

    v8 v9  
    5252                    |
    5353                    |--> 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
    5660           |
    5761           |--> build
     
    6771
    6872todo
     73
     74{{{
     75
     76pacpustutorials
     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}}}
    6994
    7095=== Tutorial n°2: Managing the communication of components ===
     
    91116                    |
    92117                    |--> CMakeLists.txt
    93                     |--> MessageComponent.h
    94                     |--> MessageComponent.cpp
     118                    |--> component_1
     119                            |--> MessageComponent.h
     120                            |--> MessageComponent.cpp
    95121           |
    96122           |--> plugin_exercise_2
    97123                    |
    98124                    |--> CMakeLists.txt
    99                     |--> AdditionComponent.h
    100                     |--> AdditionComponent.cpp
     125                    |--> component_2
     126                            |--> AdditionComponent.h
     127                            |--> AdditionComponent.cpp
    101128           |
    102129           |--> build