- Timestamp:
- May 19, 2013, 12:32:48 PM (12 years ago)
- Location:
- trunk/src
- Files:
-
- 24 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/DBITEPlayer/src/main.cpp
r81 r91 3 3 // CECILL-C License, Version 1.0. 4 4 // %pacpus:license} 5 /// @author Elie Al Alam <firstname.surname@utc.fr>6 5 /// @author Gerald Dherbomez <firstname.surname@utc.fr> 7 6 /// @author Marek Kurdej <firstname.surname@utc.fr> … … 12 11 /// 13 12 /// Detailed description. 14 /// @todo - barre de temps dans l'affichage graphique15 /// - am�liorer l'affichage ; ic�ne, emplacement des boutons...16 /// - ajouter r�pertoire racine des donn�es (fait) :17 /// ajouter affichage de ce r�pertoire18 /// - ajouter classe g�n�rique d'�change de donn�es vers19 /// d'autres applications20 /// - fen�tre de monitoring des composants : valable pour21 /// toutes les applis bas�es sur PacpusLib22 /// avec possibilit� de masquer cette partie23 /// - faire une classe GraphViewer :24 /// permet d'afficher un nombre ind�fini de courbes25 /// offre des param�tres basiques : couleurs de la courbe,26 /// types de points, reli�s ou pas27 /// les courbes sont identifi�s par des noms28 /// voir comment l'utilisateur peut interagir avec les courbes29 /// par ex recuperer la valeur d'un point30 /// - associer a chaque composant une fenetre en dock view,31 /// affichagable ou pas defini dans le fichier de config32 13 33 14 #include <Pacpus/DbitePlayer/DbtPlyEngine.h> -
trunk/src/DBITEPlayerLib/DbtPlyEngine.cpp
r76 r91 3 3 // CECILL-C License, Version 1.0. 4 4 // %pacpus:license} 5 /// @author Gerald Dherbomez <firstname.surname@utc.fr> 5 6 /// @version $Id$ 6 7 -
trunk/src/DBITEPlayerLib/DbtPlyEngineStateChart.cpp
r76 r91 3 3 // CECILL-C License, Version 1.0. 4 4 // %pacpus:license} 5 /// @author Gerald Dherbomez <firstname.surname@utc.fr> 5 6 /// @version $Id$ 6 7 -
trunk/src/DBITEPlayerLib/DbtPlyFileManager.cpp
r76 r91 3 3 // CECILL-C License, Version 1.0. 4 4 // %pacpus:license} 5 /// @author Gerald Dherbomez <firstname.surname@utc.fr> 5 6 /// @version $Id$ 6 7 -
trunk/src/DBITEPlayerLib/DbtPlyTrigger.cpp
r76 r91 3 3 // CECILL-C License, Version 1.0. 4 4 // %pacpus:license} 5 /// @author Gerald Dherbomez <firstname.surname@utc.fr> 5 6 /// @version $Id$ 6 7 -
trunk/src/DBITEPlayerLib/DbtPlyUserInterface.cpp
r76 r91 3 3 // CECILL-C License, Version 1.0. 4 4 // %pacpus:license} 5 /// @author Gerald Dherbomez <firstname.surname@utc.fr> 5 6 /// @version $Id$ 6 7 -
trunk/src/FileLib/src/DbiteException.cpp
r87 r91 3 3 // CECILL-C License, Version 1.0. 4 4 // %pacpus:license} 5 /// @author Marek Kurdej <firstname.surname@utc.fr> 5 6 /// @version $Id$ 6 7 -
trunk/src/FileLib/src/DbiteFile.cpp
r76 r91 3 3 // CECILL-C License, Version 1.0. 4 4 // %pacpus:license} 5 /// @author Marek Kurdej <firstname.surname@utc.fr> 5 6 /// @version $Id$ 6 7 -
trunk/src/PacpusLib/ComponentBase.cpp
r76 r91 2 2 // This file is part of the PACPUS framework distributed under the 3 3 // CECILL-C License, Version 1.0. 4 // %pacpus:license} 4 // %pacpus:license 5 /// @author Gerald Dherbomez <firstname.surname@utc.fr> 5 6 /// @version $Id$ 6 7 -
trunk/src/PacpusLib/ComponentFactoryBase.cpp
r76 r91 3 3 // CECILL-C License, Version 1.0. 4 4 // %pacpus:license} 5 /// @author Gerald Dherbomez <firstname.surname@utc.fr> 5 6 /// @version $Id$ 6 7 -
trunk/src/PacpusLib/ComponentManager.cpp
r76 r91 3 3 // CECILL-C License, Version 1.0. 4 4 // %pacpus:license} 5 /// @author Gerald Dherbomez <firstname.surname@utc.fr> 5 6 /// @version $Id$ 6 7 -
trunk/src/PacpusLib/Log.cpp
r76 r91 3 3 // CECILL-C License, Version 1.0. 4 4 // %pacpus:license} 5 /// @author Marek Kurdej <firstname.surname@utc.fr> 5 6 /// @version $Id$ 6 7 -
trunk/src/PacpusLib/XmlComponentConfig.cpp
r79 r91 3 3 // CECILL-C License, Version 1.0. 4 4 // %pacpus:license} 5 /// @author Gerald Dherbomez <firstname.surname@utc.fr> 5 6 /// @version $Id$ 6 7 -
trunk/src/PacpusLib/XmlConfigFile.cpp
r76 r91 3 3 // CECILL-C License, Version 1.0. 4 4 // %pacpus:license} 5 /// @author Gerald Dherbomez <firstname.surname@utc.fr> 5 6 /// @version $Id$ 6 7 -
trunk/src/PacpusSensor/src/main.cpp
r81 r91 3 3 // CECILL-C License, Version 1.0. 4 4 // %pacpus:license} 5 /// @author Gerald Dherbomez <firstname.surname@utc.fr> 5 6 /// @version $Id$ 6 7 -
trunk/src/PacpusSensor/src/ui/pacpusmainwindow.cpp
r76 r91 3 3 // CECILL-C License, Version 1.0. 4 4 // %pacpus:license} 5 /// @author Gerald Dherbomez <firstname.surname@utc.fr> 5 6 /// @version $Id$ 6 7 -
trunk/src/PacpusSensor/src/ui/pacpusmainwindow.h
r76 r91 3 3 // CECILL-C License, Version 1.0. 4 4 // %pacpus:license} 5 /// @author Firstname Surname<firstname.surname@utc.fr>6 /// @date Month, Year5 /// @author Gerald Dherbomez <firstname.surname@utc.fr> 6 /// @date June, 2006 7 7 /// @version $Id$ 8 8 /// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved. -
trunk/src/PacpusTools/CMakeLists.txt
r64 r91 43 43 ${PACPUS_INCLUDE_DIR}/Pacpus/PacpusTools/ShMem.h 44 44 ${PACPUS_INCLUDE_DIR}/Pacpus/PacpusTools/geodesie.h 45 ${PACPUS_INCLUDE_DIR}/Pacpus/PacpusTools/AsyncWorkerBase.h 46 ${PACPUS_INCLUDE_DIR}/Pacpus/PacpusTools/PeriodicWorker.h 45 47 ./src/matrice.cpp 46 48 ./src/geodesie.cpp -
trunk/src/PacpusTools/src/AsyncWorkerBase.cpp
r76 r91 2 2 // This file is part of the PACPUS framework distributed under the 3 3 // CECILL-C License, Version 1.0. 4 /// @author Samuel Gosselin <firstname.surname@utc.fr> 5 /// @date December, 2012 4 6 // %pacpus:license} 5 7 -
trunk/src/PacpusTools/src/PeriodicWorker.cpp
r76 r91 2 2 // This file is part of the PACPUS framework distributed under the 3 3 // CECILL-C License, Version 1.0. 4 /// @author Samuel Gosselin <firstname.surname@utc.fr> 5 /// @date December, 2012 4 6 // %pacpus:license} 5 7 -
trunk/src/PacpusTools/src/PosixShMem.cpp
r76 r91 2 2 // This file is part of the PACPUS framework distributed under the 3 3 // CECILL-C License, Version 1.0. 4 /// @author Gerald Dherbomez <firstname.surname@utc.fr> 5 /// @date January, 2007 4 6 // %pacpus:license} 5 7 -
trunk/src/PacpusTools/src/Win32ShMem.cpp
r76 r91 2 2 // This file is part of the PACPUS framework distributed under the 3 3 // CECILL-C License, Version 1.0. 4 /// @author Gerald Dherbomez <firstname.surname@utc.fr> 5 /// @date January, 2007 4 6 // %pacpus:license} 5 7 -
trunk/src/PacpusTools/src/geodesie.cpp
r76 r91 2 2 // This file is part of the PACPUS framework distributed under the 3 3 // CECILL-C License, Version 1.0. 4 /// @author Jean Laneurit <firstname.surname@utc.fr> 5 /// @date April, 2010 4 6 // %pacpus:license} 5 7 -
trunk/src/PacpusTools/src/matrice.cpp
r76 r91 2 2 // This file is part of the PACPUS framework distributed under the 3 3 // CECILL-C License, Version 1.0. 4 /// @author Jean Laneurit <firstname.surname@utc.fr> 5 /// @date April, 2010 4 6 // %pacpus:license} 5 7
Note:
See TracChangeset
for help on using the changeset viewer.