Changeset 66 in pacpusframework


Ignore:
Timestamp:
01/09/13 17:54:11 (11 years ago)
Author:
Marek Kurdej
Message:

Documentation: file info.

Location:
trunk/include/Pacpus
Files:
45 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/DbitePlayer/DbitePlayerConfig.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Firstname Surname <firstname.surname@utc.fr>
    56/// @date    Month, Year
  • trunk/include/Pacpus/DbitePlayer/DbtPlyEngine.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Elie Al Alam <firstname.surname@utc.fr>
    56/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
  • trunk/include/Pacpus/DbitePlayer/DbtPlyEngineStateChart.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Elie Al Alam <firstname.surname@utc.fr>
    56/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
  • trunk/include/Pacpus/DbitePlayer/DbtPlyFileManager.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Elie Al Alam <firstname.surname@utc.fr>
    56/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
  • trunk/include/Pacpus/DbitePlayer/DbtPlyTrigger.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Elie Al Alam <firstname.surname@utc.fr>
    56/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
  • trunk/include/Pacpus/DbitePlayer/DbtPlyUserInterface.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Elie Al Alam <firstname.surname@utc.fr>
    56/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
  • trunk/include/Pacpus/PacpusTools/AsyncWorkerBase.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Samuel Gosselin <firstname.surname@utc.fr>
    56/// @date    December, 2012
     
    1314#define DEF_PACPUS_ASYNC_WORKER_BASE_H
    1415
    15 // Includes, boost.
    1616#include <boost/noncopyable.hpp>
    17 
    18 // Includes, qt.
    1917#include <QObject>
    2018
  • trunk/include/Pacpus/PacpusTools/BinaryDecoder.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @date    July, 2008
  • trunk/include/Pacpus/PacpusTools/PeriodicWorker.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Samuel Gosselin <firstname.surname@utc.fr>
    56/// @date    December, 2012
  • trunk/include/Pacpus/PacpusTools/PosixShMem.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Firstname Surname <firstname.surname@utc.fr>
    56/// @date    Month, Year
  • trunk/include/Pacpus/PacpusTools/ShMem.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Firstname Surname <firstname.surname@utc.fr>
    56/// @date    Month, Year
  • trunk/include/Pacpus/PacpusTools/ShMemBase.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Firstname Surname <firstname.surname@utc.fr>
    56/// @date    Month, Year
  • trunk/include/Pacpus/PacpusTools/Win32ShMem.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @date    January, 2007
  • trunk/include/Pacpus/PacpusTools/filtering/bayes_filtering.hpp

    r64 r66  
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @file
     5/// @author  Firstname Surname <firstname.surname@utc.fr>
     6/// @date    Month, Year
     7/// @version $Id$
     8/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     9/// @brief Brief description.
     10///
     11/// Detailed description.
     12
    113#ifndef __BAYES_FILTERING__
    214#define __BAYES_FILTERING__
     
    7587   };
    7688
    77 };
     89} // namespace filter
    7890
    79 #endif
     91#endif // __BAYES_FILTERING__
  • trunk/include/Pacpus/PacpusTools/filtering/filter_exception.hpp

    r64 r66  
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @file
     5/// @author  Firstname Surname <firstname.surname@utc.fr>
     6/// @date    Month, Year
     7/// @version $Id$
     8/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     9/// @brief Brief description.
     10///
     11/// Detailed description.
     12
    113#ifndef __FILTERING_EXECPTION_HPP__
    214#define __FILTERING_EXECPTION_HPP__
     
    1628         * \brief Construtor
    1729         */
    18         filter_error (const std::string& what_arg) : logic_error( what_arg) {}
     30        filter_error (const std::string& what_arg) : logic_error( what_arg) {}
    1931   };
    2032
     33} // namespace filter
    2134
    22 };
    23 
    24 #endif
     35#endif // __FILTERING_EXECPTION_HPP__
  • trunk/include/Pacpus/PacpusTools/filtering/gaussian_sum_filtering.hpp

    r64 r66  
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @file
     5/// @author  Firstname Surname <firstname.surname@utc.fr>
     6/// @date    Month, Year
     7/// @version $Id$
     8/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     9/// @brief Brief description.
     10///
     11/// Detailed description.
     12
    113#ifndef __GAUSSIAN_FILTERING_BASE__
    214#define __GAUSSIAN_FILTERING_BASE__
     
    325337     }
    326338
    327 };
    328 };
    329 
    330 #endif
     339} // namespace gaussiansum
     340} // namespace filter
     341
     342#endif // __GAUSSIAN_FILTERING_BASE__
  • trunk/include/Pacpus/PacpusTools/filtering/kalman_filtering.hpp

    r64 r66  
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @file
     5/// @author  Firstname Surname <firstname.surname@utc.fr>
     6/// @date    Month, Year
     7/// @version $Id$
     8/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     9/// @brief Brief description.
     10///
     11/// Detailed description.
     12
    113#ifndef __KALMAN_FILTERING__
    214#define __KALMAN_FILTERING__
     
    459471         }
    460472    }
    461 };
    462 };
    463 #endif
     473} // namespace kalman
     474} // namespace filter
     475
     476#endif // __KALMAN_FILTERING__
  • trunk/include/Pacpus/PacpusTools/filtering/particle_filtering.hpp

    r64 r66  
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @file
     5/// @author  Firstname Surname <firstname.surname@utc.fr>
     6/// @date    Month, Year
     7/// @version $Id$
     8/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     9/// @brief Brief description.
     10///
     11/// Detailed description.
     12
    113#ifndef __PARTICLE_FILTERING_BASE__
    214#define __PARTICLE_FILTERING_BASE__
     
    618#include "../math/rng.hpp"
    719#include "../math/distributions.hpp"
    8 
    920
    1021namespace filter{
     
    578589   }
    579590
    580 
    581 };
    582 };
    583 #endif
     591} // namespace particle
     592} // namespace filter
     593
     594
     595#endif // __PARTICLE_FILTERING_BASE__
  • trunk/include/Pacpus/PacpusTools/geodesie.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Firstname Surname <firstname.surname@utc.fr>
    56/// @date    Month, Year
  • trunk/include/Pacpus/PacpusTools/math/distributions.hpp

    r64 r66  
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @file
     5/// @author  Firstname Surname <firstname.surname@utc.fr>
     6/// @date    Month, Year
     7/// @version $Id$
     8/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     9/// @brief Brief description.
     10///
     11/// Detailed description.
     12
    113#ifndef __DISTRIBUTIONS_HPP__
    214#define __DISTRIBUTIONS_HPP__
  • trunk/include/Pacpus/PacpusTools/math/geodesy.hpp

    r64 r66  
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @file
     5/// @author  Firstname Surname <firstname.surname@utc.fr>
     6/// @date    Month, Year
     7/// @version $Id$
     8/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     9/// @brief Brief description.
     10///
     11/// Detailed description.
     12
    113#ifndef __GEO_UTILITIES__
    214#define __GEO_UTILITIES__
  • trunk/include/Pacpus/PacpusTools/math/math_exception.hpp

    r64 r66  
    1 #ifndef __MATH_EXCEPTION_HPP__
    2 #define __MATH_EXCEPTION_HPP__
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @file
     5/// @author  Firstname Surname <firstname.surname@utc.fr>
     6/// @date    Month, Year
     7/// @version $Id$
     8/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     9/// @brief Brief description.
     10///
     11/// Detailed description.
     12
     13#ifndef PACPUS_MATH_EXCEPTION_HPP
     14#define PACPUS_MATH_EXCEPTION_HPP
    315
    416namespace math {
    517
    6    /*!
    7     * \class math_error
    8     * \brief This class describes the math exception
    9     */
    10     class math_error : public std::logic_error
    11     {
    12       public:
    13         /*!
    14          * \brief Constructor
    15          * \param  what_arg : a string describing the math problem
    16          */
    17         math_error (const std::string& what_arg) : logic_error( what_arg) {}
    18      };
     18/*!
     19* \class math_error
     20* \brief This class describes the math exception
     21*/
     22class math_error
     23    : public std::logic_error
     24{
     25  public:
     26    /*!
     27     * \brief Constructor
     28     * \param  what_arg : a string describing the math problem
     29     */
     30    math_error (const std::string& what_arg) : logic_error( what_arg) {}
     31 };
    1932
    20 };
    21 #endif
     33} // namespace math
     34
     35#endif // PACPUS_MATH_EXCEPTION_HPP
  • trunk/include/Pacpus/PacpusTools/math/rng.hpp

    r64 r66  
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @file
     5/// @author  Firstname Surname <firstname.surname@utc.fr>
     6/// @date    Month, Year
     7/// @version $Id$
     8/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     9/// @brief Brief description.
     10///
     11/// Detailed description.
     12
    113#ifndef __BOOST_RNG__
    214#define __BOOST_RNG__
     
    218230typedef class triangle_generator<double,boost::mt19937> triangle_rng;
    219231
    220 };
    221 };
    222 #endif
     232} // namespace rng
     233} // namespace math
     234
     235#endif // __BOOST_RNG__
  • trunk/include/Pacpus/PacpusTools/math/ublas.hpp

    r64 r66  
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @file
     5/// @author  Firstname Surname <firstname.surname@utc.fr>
     6/// @date    Month, Year
     7/// @version $Id$
     8/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     9/// @brief Brief description.
     10///
     11/// Detailed description.
     12
    113#ifndef __BOOST_UBLAS__
    214#define __BOOST_UBLAS__
     
    395407   }
    396408
    397 };
    398 };
    399 #endif
     409} // namespace ublas
     410} // namespace math
     411
     412#endif // __BOOST_UBLAS__
  • trunk/include/Pacpus/PacpusTools/math/utilities.hpp

    r64 r66  
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @file
     5/// @author  Firstname Surname <firstname.surname@utc.fr>
     6/// @date    Month, Year
     7/// @version $Id$
     8/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     9/// @brief Brief description.
     10///
     11/// Detailed description.
     12
    113#ifndef __UTILITIES_HPP__
    214#define __UTILITIES_HPP__
  • trunk/include/Pacpus/PacpusTools/matrice.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Firstname Surname <firstname.surname@utc.fr>
    56/// @date    Month, Year
  • trunk/include/Pacpus/PacpusTools/transf_lamb_93.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Firstname Surname <firstname.surname@utc.fr>
    56/// @date    Month, Year
  • trunk/include/Pacpus/kernel/ComponentBase.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Gerald Dhermobez <firstname.surname@utc.fr>
    56/// @author  Marek Kurdej <firstname.surname@utc.fr>
  • trunk/include/Pacpus/kernel/ComponentFactory.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @date    February, 2006
  • trunk/include/Pacpus/kernel/ComponentFactoryBase.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @date    February, 2006
  • trunk/include/Pacpus/kernel/ComponentManager.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @date    January, 2006
  • trunk/include/Pacpus/kernel/DbiteException.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Marek Kurdej <firstname.surname@utc.fr>
    56/// @date    Month, 2012
  • trunk/include/Pacpus/kernel/DbiteFile.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Marek Kurdej <firstname.surname@utc.fr>
    56/// @date    June, 2012
  • trunk/include/Pacpus/kernel/DbiteFileTypes.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @author  Marek Kurdej <firstname.surname@utc.fr>
  • trunk/include/Pacpus/kernel/FileLibConfig.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Marek Kurdej <firstname.surname@utc.fr>
    56/// @date    January, 2013
  • trunk/include/Pacpus/kernel/GenericObservable.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Stephane Bonnet <firstname.surname@utc.fr>
    56/// @date    October, 2012
  • trunk/include/Pacpus/kernel/GenericObserverInterface.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Stephane Bonnet <firstname.surname@utc.fr>
    56/// @date    October, 2012
  • trunk/include/Pacpus/kernel/Log.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Marek Kurdej <firstname.surname@utc.fr>
    56/// @date    March, 2012
  • trunk/include/Pacpus/kernel/PacpusPluginInterface.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Firstname Surname <firstname.surname@utc.fr>
    56/// @date    Month, Year
  • trunk/include/Pacpus/kernel/XmlComponentConfig.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @date    January, 2006
  • trunk/include/Pacpus/kernel/XmlConfigFile.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @date    January, 2006
  • trunk/include/Pacpus/kernel/cstdint.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Marek Kurdej <firstname.surname@utc.fr>
    56/// @date    Month, Year
  • trunk/include/Pacpus/kernel/hdfile_header_t.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Firstname Surname <firstname.surname@utc.fr>
    56/// @date    Month, Year
  • trunk/include/Pacpus/kernel/pacpus.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @author  Marek Kurdej <firstname.surname@utc.fr>
  • trunk/include/Pacpus/kernel/road_time.h

    r64 r66  
    22// CECILL-C License, Version 1.0.
    33//
     4/// @file
    45/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
    56/// @date    January, 2006
Note: See TracChangeset for help on using the changeset viewer.