Changeset 91 in pacpusframework for trunk/include/Pacpus/kernel


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/include/Pacpus/kernel
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/kernel/DbiteFileTypes.h

    r76 r91  
    66/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    77/// @author  Marek Kurdej <firstname.surname@utc.fr>
    8 /// @date    Month, Year
     8/// @date    June, 2011
    99/// @version $Id$
    1010/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
  • trunk/include/Pacpus/kernel/XmlComponentConfig.h

    r79 r91  
    1010/// @brief Brief description.
    1111///
    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.
    1413
    1514#ifndef DEF_PACPUS_XMLCOMPONENTCONFIG_H
  • trunk/include/Pacpus/kernel/XmlConfigFile.h

    r76 r91  
    1010/// @brief Brief description.
    1111///
    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
    2119
    2220#ifndef DEF_PACPUS_XMLCONFIGFILE_H
  • trunk/include/Pacpus/kernel/cstdint.h

    r76 r91  
    55/// @file
    66/// @author  Marek Kurdej <firstname.surname@utc.fr>
    7 /// @date    Month, Year
     7/// @date    June, 2012
    88/// @version $Id$
    99/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
  • trunk/include/Pacpus/kernel/hdfile_header_t.h

    r76 r91  
    55/// @file
    66/// @author  Firstname Surname <firstname.surname@utc.fr>
    7 /// @date    Month, Year
     7/// @date    June, 2011
    88/// @version $Id$
    99/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
  • trunk/include/Pacpus/kernel/road_time.h

    r76 r91  
    44// %pacpus:license}
    55/// @file
    6 /// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    7 /// @date    January, 2006
    86/// @version $Id$
    97/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     
    1210/// Detailed description.
    1311
    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.
    1912
    2013#ifndef DEF_PACPUS_ROAD_TIME_H
Note: See TracChangeset for help on using the changeset viewer.