Changeset 91 in pacpusframework for trunk/src


Ignore:
Timestamp:
05/19/13 12:32:48 (11 years ago)
Author:
DHERBOMEZ Gérald
Message:

Improvement of the build system to avoid some workarounds

Location:
trunk/src
Files:
24 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/DBITEPlayer/src/main.cpp

    r81 r91  
    33// CECILL-C License, Version 1.0.
    44// %pacpus:license}
    5 /// @author  Elie Al Alam <firstname.surname@utc.fr>
    65/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    76/// @author  Marek Kurdej <firstname.surname@utc.fr>
     
    1211///
    1312/// Detailed description.
    14 /// @todo        - barre de temps dans l'affichage graphique
    15 ///              - am�liorer l'affichage ; ic�ne, emplacement des boutons...
    16 ///              - ajouter r�pertoire racine des donn�es (fait) :
    17 ///              ajouter affichage de ce r�pertoire
    18 ///              - ajouter classe g�n�rique d'�change de donn�es vers
    19 ///              d'autres applications
    20 ///              - fen�tre de monitoring des composants : valable pour
    21 ///              toutes les applis bas�es sur PacpusLib
    22 ///              avec possibilit� de masquer cette partie
    23 ///              - faire une classe GraphViewer :
    24 ///              permet d'afficher un nombre ind�fini de courbes
    25 ///              offre des param�tres basiques : couleurs de la courbe,
    26 ///              types de points, reli�s ou pas
    27 ///              les courbes sont identifi�s par des noms
    28 ///              voir comment l'utilisateur peut interagir avec les courbes
    29 ///              par ex recuperer la valeur d'un point
    30 ///              - associer a chaque composant une fenetre en dock view,
    31 ///              affichagable ou pas defini dans le fichier de config
    3213
    3314#include <Pacpus/DbitePlayer/DbtPlyEngine.h>
  • trunk/src/DBITEPlayerLib/DbtPlyEngine.cpp

    r76 r91  
    33// CECILL-C License, Version 1.0.
    44// %pacpus:license}
     5/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @version $Id$
    67
  • trunk/src/DBITEPlayerLib/DbtPlyEngineStateChart.cpp

    r76 r91  
    33// CECILL-C License, Version 1.0.
    44// %pacpus:license}
     5/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @version $Id$
    67
  • trunk/src/DBITEPlayerLib/DbtPlyFileManager.cpp

    r76 r91  
    33// CECILL-C License, Version 1.0.
    44// %pacpus:license}
     5/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @version $Id$
    67
  • trunk/src/DBITEPlayerLib/DbtPlyTrigger.cpp

    r76 r91  
    33// CECILL-C License, Version 1.0.
    44// %pacpus:license}
     5/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @version $Id$
    67
  • trunk/src/DBITEPlayerLib/DbtPlyUserInterface.cpp

    r76 r91  
    33// CECILL-C License, Version 1.0.
    44// %pacpus:license}
     5/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @version $Id$
    67
  • trunk/src/FileLib/src/DbiteException.cpp

    r87 r91  
    33// CECILL-C License, Version 1.0.
    44// %pacpus:license}
     5/// @author  Marek Kurdej <firstname.surname@utc.fr>
    56/// @version    $Id$
    67
  • trunk/src/FileLib/src/DbiteFile.cpp

    r76 r91  
    33// CECILL-C License, Version 1.0.
    44// %pacpus:license}
     5/// @author  Marek Kurdej <firstname.surname@utc.fr>
    56/// @version $Id$
    67
  • trunk/src/PacpusLib/ComponentBase.cpp

    r76 r91  
    22// This file is part of the PACPUS framework distributed under the
    33// CECILL-C License, Version 1.0.
    4 // %pacpus:license}
     4// %pacpus:license
     5/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @version $Id$
    67
  • trunk/src/PacpusLib/ComponentFactoryBase.cpp

    r76 r91  
    33// CECILL-C License, Version 1.0.
    44// %pacpus:license}
     5/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @version    $Id$
    67
  • trunk/src/PacpusLib/ComponentManager.cpp

    r76 r91  
    33// CECILL-C License, Version 1.0.
    44// %pacpus:license}
     5/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @version    $Id$
    67
  • trunk/src/PacpusLib/Log.cpp

    r76 r91  
    33// CECILL-C License, Version 1.0.
    44// %pacpus:license}
     5/// @author  Marek Kurdej <firstname.surname@utc.fr>
    56/// @version    $Id$
    67
  • trunk/src/PacpusLib/XmlComponentConfig.cpp

    r79 r91  
    33// CECILL-C License, Version 1.0.
    44// %pacpus:license}
     5/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @version    $Id$
    67
  • trunk/src/PacpusLib/XmlConfigFile.cpp

    r76 r91  
    33// CECILL-C License, Version 1.0.
    44// %pacpus:license}
     5/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @version    $Id$
    67
  • trunk/src/PacpusSensor/src/main.cpp

    r81 r91  
    33// CECILL-C License, Version 1.0.
    44// %pacpus:license}
     5/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @version    $Id$
    67
  • trunk/src/PacpusSensor/src/ui/pacpusmainwindow.cpp

    r76 r91  
    33// CECILL-C License, Version 1.0.
    44// %pacpus:license}
     5/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @version    $Id$
    67
  • trunk/src/PacpusSensor/src/ui/pacpusmainwindow.h

    r76 r91  
    33// CECILL-C License, Version 1.0.
    44// %pacpus:license}
    5 /// @author  Firstname Surname <firstname.surname@utc.fr>
    6 /// @date    Month, Year
     5/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
     6/// @date    June, 2006
    77/// @version $Id$
    88/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
  • trunk/src/PacpusTools/CMakeLists.txt

    r64 r91  
    4343    ${PACPUS_INCLUDE_DIR}/Pacpus/PacpusTools/ShMem.h
    4444    ${PACPUS_INCLUDE_DIR}/Pacpus/PacpusTools/geodesie.h
     45        ${PACPUS_INCLUDE_DIR}/Pacpus/PacpusTools/AsyncWorkerBase.h
     46        ${PACPUS_INCLUDE_DIR}/Pacpus/PacpusTools/PeriodicWorker.h
    4547    ./src/matrice.cpp
    4648    ./src/geodesie.cpp
  • trunk/src/PacpusTools/src/AsyncWorkerBase.cpp

    r76 r91  
    22// This file is part of the PACPUS framework distributed under the
    33// CECILL-C License, Version 1.0.
     4/// @author  Samuel Gosselin <firstname.surname@utc.fr>
     5/// @date    December, 2012
    46// %pacpus:license}
    57
  • trunk/src/PacpusTools/src/PeriodicWorker.cpp

    r76 r91  
    22// This file is part of the PACPUS framework distributed under the
    33// CECILL-C License, Version 1.0.
     4/// @author  Samuel Gosselin <firstname.surname@utc.fr>
     5/// @date    December, 2012
    46// %pacpus:license}
    57
  • trunk/src/PacpusTools/src/PosixShMem.cpp

    r76 r91  
    22// This file is part of the PACPUS framework distributed under the
    33// CECILL-C License, Version 1.0.
     4/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
     5/// @date    January, 2007
    46// %pacpus:license}
    57
  • trunk/src/PacpusTools/src/Win32ShMem.cpp

    r76 r91  
    22// This file is part of the PACPUS framework distributed under the
    33// CECILL-C License, Version 1.0.
     4/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
     5/// @date    January, 2007
    46// %pacpus:license}
    57
  • trunk/src/PacpusTools/src/geodesie.cpp

    r76 r91  
    22// This file is part of the PACPUS framework distributed under the
    33// CECILL-C License, Version 1.0.
     4/// @author  Jean Laneurit <firstname.surname@utc.fr>
     5/// @date    April, 2010
    46// %pacpus:license}
    57
  • trunk/src/PacpusTools/src/matrice.cpp

    r76 r91  
    22// This file is part of the PACPUS framework distributed under the
    33// CECILL-C License, Version 1.0.
     4/// @author  Jean Laneurit <firstname.surname@utc.fr>
     5/// @date    April, 2010
    46// %pacpus:license}
    57
Note: See TracChangeset for help on using the changeset viewer.