Changes between Version 6 and Version 7 of PacpusTutorials


Ignore:
Timestamp:
Oct 2, 2015, 4:35:50 PM (9 years ago)
Author:
DHERBOMEZ Gérald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PacpusTutorials

    v6 v7  
    2929The objective of this exercise is to understand the build process of a PACPUS project. The utility 'cmake' is used to create the Makefile of the project, and finally we use the GNU Compiler Collection to build the plugins.
    3030
    31 Thanks to the different source codes (.cpp, .h and CMakeLists.txt) in the folder 'template', create a new PACPUS project containing just 1 component. This component may generate a message in the terminal at a user selectable frequency.
    3231
    33 Once you have built your plugin, run it in /opt/pacpus/x.y.z/bin folder with the PacpusSensor executable.
     32__'''Goal of this exercise:'''__ \\
     33Thanks to the different source codes (.cpp, .h and CMakeLists.txt) in the folder 'template', create a new PACPUS project containing just 1 component. \\
     34This component may generate a message in the terminal at a user selectable frequency.
    3435
    35 Indications:
     36Once you have built your plugin, run it in /opt/pacpus/x.y.z/bin folder with the !PacpusSensor executable.
     37
     38__'''Indications:'''__
    3639- You can use QTimer to generate the timer.
    3740- A component can be parametrized in a XML file, it might be useful to change the message display frequency.