Changeset 91 in pacpusframework for trunk/include/Pacpus/kernel
- Timestamp:
- May 19, 2013, 12:32:48 PM (11 years ago)
- Location:
- trunk/include/Pacpus/kernel
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/kernel/DbiteFileTypes.h
r76 r91 6 6 /// @author Gerald Dherbomez <firstname.surname@utc.fr> 7 7 /// @author Marek Kurdej <firstname.surname@utc.fr> 8 /// @date Month, Year8 /// @date June, 2011 9 9 /// @version $Id$ 10 10 /// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved. -
trunk/include/Pacpus/kernel/XmlComponentConfig.h
r79 r91 10 10 /// @brief Brief description. 11 11 /// 12 /// Purpose: definit la structure XML des paramètres de configuration 13 /// d'un composant 12 /// Purpose: This class manages a XML node corresponding to a PACPUS component. 14 13 15 14 #ifndef DEF_PACPUS_XMLCOMPONENTCONFIG_H -
trunk/include/Pacpus/kernel/XmlConfigFile.h
r76 r91 10 10 /// @brief Brief description. 11 11 /// 12 /// Purpose: Classe permettant d'enregistrer un fichier de 13 /// configuration XML 14 /// Le fichier XML contient 2 sections : 15 /// - parameters : contient les parametres de l'application 16 /// - components : contient les composants 17 /// les composants ne peuvent pas avoir de noeuds fils 18 /// 19 /// @todo Creer une dtd qui permet de definir la liste des classes possibles 20 /// que peuvent prendre les composants 12 /// Purpose: Class that manages the XML file. This file is used to configure permettant d'enregistrer un fichier de 13 /// a PACPUS application. 14 /// The XML file includes 2 sections : 15 /// - parameters : parameters of the application 16 /// - components : a list of components to load 17 /// 18 21 19 22 20 #ifndef DEF_PACPUS_XMLCONFIGFILE_H -
trunk/include/Pacpus/kernel/cstdint.h
r76 r91 5 5 /// @file 6 6 /// @author Marek Kurdej <firstname.surname@utc.fr> 7 /// @date Month, Year7 /// @date June, 2012 8 8 /// @version $Id$ 9 9 /// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved. -
trunk/include/Pacpus/kernel/hdfile_header_t.h
r76 r91 5 5 /// @file 6 6 /// @author Firstname Surname <firstname.surname@utc.fr> 7 /// @date Month, Year7 /// @date June, 2011 8 8 /// @version $Id$ 9 9 /// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved. -
trunk/include/Pacpus/kernel/road_time.h
r76 r91 4 4 // %pacpus:license} 5 5 /// @file 6 /// @author Gerald Dherbomez <firstname.surname@utc.fr>7 /// @date January, 20068 6 /// @version $Id$ 9 7 /// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved. … … 12 10 /// Detailed description. 13 11 14 // FIXME: update this note.15 // NOTE:16 // This DLL was compiled as a Standard C Language Dynamic Link Libtrary.17 // So in order to be compatible with C++ program, we must add the command extern "C"18 // for the whole include file.19 12 20 13 #ifndef DEF_PACPUS_ROAD_TIME_H
Note:
See TracChangeset
for help on using the changeset viewer.