Changeset 62 in pacpusframework


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

Update: license info.

Location:
trunk
Files:
58 edited

Legend:

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

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Firstname Surname <firstname.surname@utc.fr>
     5/// @date    Month, Year
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1011
    1112#ifndef DEF_PACPUS_DBITEPLAYERCONFIG_H
  • trunk/include/Pacpus/DbitePlayer/DbtPlyEngine.h

    r61 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Elie Al Alam <firstname.surname@utc.fr>
     5/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
     6/// @author  Marek Kurdej <firstname.surname@utc.fr>
     7/// @date    April, 2007
     8/// @version $Id$
     9/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     10/// @brief DbitePlayer DbitePlayer.
     11///
     12/// Detailed description.
    1013
    1114#ifndef DEF_PACPUS_DBTPLYENGINE_H
  • trunk/include/Pacpus/DbitePlayer/DbtPlyEngineStateChart.h

    r53 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Elie Al Alam <firstname.surname@utc.fr>
     5/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
     6/// @author  Marek Kurdej <firstname.surname@utc.fr>
     7/// @date    April, 2007
     8/// @version $Id$
     9/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     10/// @brief DbitePlayer state machine.
     11///
     12/// Detailed description.
    1013
    1114#ifndef DEF_PACPUS_DBTPLYENGINESTATECHART_H
  • trunk/include/Pacpus/DbitePlayer/DbtPlyFileManager.h

    r61 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Elie Al Alam <firstname.surname@utc.fr>
     5/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
     6/// @date    April, 2007
     7/// @version $Id$
     8/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     9/// @brief DbitePlayer file manager.
     10///
     11/// Detailed description.
     12///
     13/// @todo Manage a vector of dbite files and update the functions
     14///      playModen and configureComponent to support this funtionnality.
     15///      Put the type of data that has just been replayed in a protected
     16///      variable of the abstract class in order to the derived class can
     17///      know what to do.
     18/// @todo Complete the function playMode2.
     19/// @todo Make the variable kMaxPendingTimeFromEngineMicrosecs a property.
    1020
    1121#ifndef DEF_PACPUS_DBTPLYFILEMANAGER_H
  • trunk/include/Pacpus/DbitePlayer/DbtPlyTrigger.h

    r61 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Elie Al Alam <firstname.surname@utc.fr>
     5/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
     6/// @date    April, 2007
     7/// @version $Id$
     8/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     9/// @brief DbitePlayer trigger.
     10///
     11/// Detailed description.
    1012
    1113#ifndef DEF_PACPUS_DBTPLYTRIGGER_H
  • trunk/include/Pacpus/DbitePlayer/DbtPlyUserInterface.h

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Elie Al Alam <firstname.surname@utc.fr>
     5/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
     6/// @date    April, 2007
     7/// @version $Id$
     8/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     9/// @brief DbitePlayer graphical user interface.
     10///
     11/// Detailed description.
    1012
    1113#ifndef DEF_PACPUS_DBTPLYUSERINTERFACE_H
  • trunk/include/Pacpus/PacpusTools/AsyncWorkerBase.h

    r44 r62  
    1 /**
    2  *
    3  * This file is part of the PACPUS framework distributed under the
    4  * CECILL-C License, Version 1.0.
    5  *
    6  * @author  Samuel Gosselin
    7  * @date    December, 2012
    8  * @version $Id$
    9  * @copyright Copyright (c) UTC/CNRS Heudiasyc 2005 - 2013. All rights reserved.
    10  * @brief  Async worker base class
    11  *
    12  * Detailed description of file...
    13  *
    14  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Samuel Gosselin <firstname.surname@utc.fr>
     5/// @date    December, 2012
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Async worker base class
     9///
     10/// Detailed description.
    1511
    16  
    1712#ifndef DEF_PACPUS_ASYNC_WORKER_BASE_H
    1813#define DEF_PACPUS_ASYNC_WORKER_BASE_H
  • trunk/include/Pacpus/PacpusTools/BinaryDecoder.h

    r3 r62  
    1 /*********************************************************************
    2 //  created:    2008/07/22 - 16:57
    3 //  filename:   BinaryDecoder.h
    4 //
    5 //  author:     Gerald Dherbomez
    6 //              Copyright Heudiasyc UMR UTC/CNRS 6599
    7 //
    8 //  version:    $Id: $
    9 //
    10 //  purpose:    Extract data of specified type in a string (char *)
    11 //              Usage:
    12 //              bool xDecodeToXXX(T* result, const char * data, const unsigned int startBit, const unsigned int length)
    13 //                => x = format (i:Intel, Little Endian)
    14 //                              (m:Motorola, Big Endian)
    15 //                => XXX = type of return value
    16 //                         (Bool = bool)
    17 //                         (I8 = char - 8 bits)
    18 //                         (UI8 = unsigned char - 8 bits)
    19 //                         (I16 = short - 16 bits)
    20 //                         (UI16 = unsigned short - 16 bits)
    21 //                         (I32 = long - 32 bits)
    22 //                         (UI32 = unsigned long - 32 bits)
    23 //                         (I64 = long long - 64 bits)
    24 //                         (UI16 = unisgned long long - 64 bits)
    25 //
    26 //              ex: inline bool mDecodeToUI16(r, str, 8, 12);
    27 //
    28 *********************************************************************/
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
     5/// @date    July, 2008
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Extracts data of specified type in a string.
     9///
     10/// Purpose:    Extract data of specified type in a string (char *)
     11/// Usage:
     12///     bool xDecodeToXXX(T* result, const char * data, const unsigned int startBit, const unsigned int length)
     13///     => x = format (i:Intel, Little Endian)
     14///                   (m:Motorola, Big Endian)
     15///     => XXX = type of return value
     16///                   (Bool = bool)
     17///                   (I8 = char - 8 bits)
     18///                   (UI8 = unsigned char - 8 bits)
     19///                   (I16 = short - 16 bits)
     20///                   (UI16 = unsigned short - 16 bits)
     21///                   (I32 = long - 32 bits)
     22///                   (UI32 = unsigned long - 32 bits)
     23///                   (I64 = long long - 64 bits)
     24///                   (UI16 = unisgned long long - 64 bits)
     25///
     26///     ex: inline bool mDecodeToUI16(r, str, 8, 12);
    2927
    3028#ifndef BINARYDECODER_H
  • trunk/include/Pacpus/PacpusTools/PeriodicWorker.h

    r36 r62  
    1 /**
    2  *
    3  * This file is part of the PACPUS framework distributed under the
    4  * CECILL-C License, Version 1.0.
    5  *
    6  * @author  Samuel Gosselin
    7  * @date    December, 2012
    8  * @version $Id$
    9  * @copyright Copyright (c) UTC/CNRS Heudiasyc 2005 - 2013. All rights reserved.
    10  * @brief  Periodic worker base class
    11  *
    12  * Detailed description of file...
    13  *
    14  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Samuel Gosselin <firstname.surname@utc.fr>
     5/// @date    December, 2012
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Periodic worker base class
     9///
     10/// Detailed description.
    1511
    1612#ifndef DEF_PACPUS_PERIODIC_WORKER_H
  • trunk/include/Pacpus/PacpusTools/PosixShMem.h

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Firstname Surname <firstname.surname@utc.fr>
     5/// @date    Month, Year
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1011
    1112#ifndef DEF_PACPUS_POSIXSHMEM_H
  • trunk/include/Pacpus/PacpusTools/ShMem.h

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Firstname Surname <firstname.surname@utc.fr>
     5/// @date    Month, Year
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1011
    1112#ifndef DEF_PACPUS_SHMEM_H
  • trunk/include/Pacpus/PacpusTools/ShMemBase.h

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Firstname Surname <firstname.surname@utc.fr>
     5/// @date    Month, Year
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1011
    1112#ifndef DEF_PACPUS_SHMEMBASE_H
  • trunk/include/Pacpus/PacpusTools/Win32ShMem.h

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
     5/// @date    January, 2007
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Shared memory implementation for Windows.
     9///
     10/// Shared memory implementation for Windows.
     11/// @todo Derive from a common base class. Same for @link PosixShMem.
    1012
    1113#ifndef DEF_PACPUS_WIN32SHMEM_H
  • trunk/include/Pacpus/PacpusTools/geodesie.h

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Firstname Surname <firstname.surname@utc.fr>
     5/// @date    Month, Year
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1011
    1112#ifndef GEODESIE_H
  • trunk/include/Pacpus/PacpusTools/matrice.h

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

    r3 r62  
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Firstname Surname <firstname.surname@utc.fr>
     5/// @date    Month, Year
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
     11
    112#include <math.h>
    213#define pi 3.141592653589793
  • trunk/include/Pacpus/kernel/ComponentBase.h

    r61 r62  
    1 /**
    2  *
    3  * This file is part of the PACPUS framework distributed under the
    4  * CECILL-C License, Version 1.0.
    5  *
    6  * @author  Samuel Gosselin
    7  * @date    December, 2012
    8  * @version $Id$
    9  * @copyright Copyright (c) UTC/CNRS Heudiasyc 2005 - 2013. All rights reserved.
    10  *
    11  */
    12  
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Gerald Dhermobez <firstname.surname@utc.fr>
     5/// @author  Marek Kurdej <firstname.surname@utc.fr>
     6/// @author  Samuel Gosselin <firstname.surname@utc.fr>
     7/// @date    Month, Year
     8/// @version $Id$
     9/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     10/// @brief Brief description.
     11///
     12/// Detailed description.
     13
    1314#ifndef DEF_PACPUS_COMPONENTBASE_H
    1415#define DEF_PACPUS_COMPONENTBASE_H
  • trunk/include/Pacpus/kernel/ComponentFactory.h

    r46 r62  
    1 /**
    2  *
    3  * This file is part of the PACPUS framework distributed under the
    4  * CECILL-C License, Version 1.0.
    5  *
    6  * @author  Gerald Dherbomez
    7  * @date    December, 2012
    8  * @version $Id$
    9  * @copyright Copyright (c) UTC/CNRS Heudiasyc 2005 - 2013. All rights reserved.
    10  *
    11  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
     5/// @date    Month, Year
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1211
    1312#ifndef DEF_PACPUS_COMPONENTFACTORY_H
  • trunk/include/Pacpus/kernel/ComponentFactoryBase.h

    r43 r62  
    1 /**
    2  *
    3  * This file is part of the PACPUS framework distributed under the
    4  * CECILL-C License, Version 1.0.
    5  *
    6  * @author  Gerald Dherbomez
    7  * @date    December, 2012
    8  * @version $Id$
    9  * @copyright Copyright (c) UTC/CNRS Heudiasyc 2005 - 2013. All rights reserved.
    10  *
    11  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
     5/// @date    Month, Year
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1211
    1312#ifndef DEF_PACPUS_COMPONENTFACTORYBASE_H
  • trunk/include/Pacpus/kernel/ComponentManager.h

    r48 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
     5/// @date    Month, Year
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1011
    1112#ifndef DEF_PACPUS_COMPONENTMANAGER_H
  • trunk/include/Pacpus/kernel/DbiteException.h

    r60 r62  
    1 /**
    2  *
    3  * This file is part of the PACPUS framework distributed under the
    4  * CECILL-C License, Version 1.0.
    5  *
    6  * @author  Marek Kurdej
    7  * @date    December, 2012
    8  * @version $Id$
    9  * @copyright Copyright (c) UTC/CNRS Heudiasyc 2005 - 2013. All rights reserved.
    10  *
    11  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Marek Kurdej <firstname.surname@utc.fr>
     5/// @date    Month, 2012
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1211
    1312#ifndef DEF_PACPUS_DBITEEXCEPTION_H
  • trunk/include/Pacpus/kernel/DbiteFile.h

    r61 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Marek Kurdej <firstname.surname@utc.fr>
     5/// @date    June, 2012
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1011
    1112#ifndef DEF_PACPUS_DBITEFILE_H
  • trunk/include/Pacpus/kernel/DbiteFileTypes.h

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
     5/// @author  Marek Kurdej <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.
    1012
    1113#ifndef DEF_PACPUS_DBITEFILETYPES_H
  • trunk/include/Pacpus/kernel/FileLibConfig.h

    r59 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Marek Kurdej <firstname.surname@utc.fr>
     5/// @date    January, 2013
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief DLL import/export macro definitions file.
     9///
     10/// DLL import/export macro definitions file.
     11/// Declares <library name>_API macro as __declspec(dllexport) or __declspec(dllimport)
     12/// on Windows system and as an empty macro on other systems.
     13/// DLL exporting is performed when <library name>_EXPORTS is defined.
    1014
    1115#ifndef DEF_PACPUS_FILELIBCONFIG_H
  • trunk/include/Pacpus/kernel/GenericObservable.h

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Stephane Bonnet <firstname.surname@utc.fr>
     5/// @date    Month, 2012
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1011
    1112#ifndef DEF_PACPUS_GENERIC_OBSERVER_H
  • trunk/include/Pacpus/kernel/GenericObserverInterface.h

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Stephane Bonnet <firstname.surname@utc.fr>
     5/// @date    Month, 2012
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1011 
    1112#ifndef DEF_PACPUS_GENERIC_OBSERVER_INTERFACE_H
  • trunk/include/Pacpus/kernel/Log.h

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Marek Kurdej <firstname.surname@utc.fr>
     5/// @date    Month, 2012
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1011
    1112#ifndef DEF_PACPUS_LOG_H
  • trunk/include/Pacpus/kernel/PacpusPluginInterface.h

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Firstname Surname <firstname.surname@utc.fr>
     5/// @date    Month, Year
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1011
    1112#ifndef DEF_PACPUS_PLUGININTERFACE_H
  • trunk/include/Pacpus/kernel/XmlComponentConfig.h

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Firstname Surname <firstname.surname@utc.fr>
     5/// @date    Month, Year
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1011
    1112#ifndef DEF_PACPUS_XMLCOMPONENTCONFIG_H
  • trunk/include/Pacpus/kernel/XmlConfigFile.h

    r53 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Firstname Surname <firstname.surname@utc.fr>
     5/// @date    Month, Year
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1011
    1112#ifndef DEF_PACPUS_XMLCONFIGFILE_H
  • trunk/include/Pacpus/kernel/cstdint.h

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Marek Kurdej <firstname.surname@utc.fr>
     5/// @date    Month, Year
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Portable version of <cstdint> C99 header.
     9///
     10/// Portable version of <cstdint> C99 header.
     11/// It is necessary due to the non-conformance of MSVC before version 2010 to the C99 standard.
    1012
    1113#ifndef DEF_PACPUS_CSTDINT_H
  • trunk/include/Pacpus/kernel/hdfile_header_t.h

    r61 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Firstname Surname <firstname.surname@utc.fr>
     5/// @date    Month, Year
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1011
    1112#ifndef DEF_HDFILE_HEADER_T_H
  • trunk/include/Pacpus/kernel/pacpus.h

    r59 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Firstname Surname <firstname.surname@utc.fr>
     5/// @date    Month, Year
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1011
    1112#ifndef DEF_PACPUS_H
  • trunk/include/Pacpus/kernel/road_time.h

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Firstname Surname <firstname.surname@utc.fr>
     5/// @date    Month, Year
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1011
    11 /*******************************************************************************
    12 // This DLL was compiled as a Standard C Language Dynamic Link Libtrary.
    13 // So in order to be compatible with C++ program, we must add the command extern "C"
    14 // for the whole include file.
    15 *******************************************************************************/
     12// FIXME: update this note.
     13// NOTE:
     14//      This DLL was compiled as a Standard C Language Dynamic Link Libtrary.
     15//      So in order to be compatible with C++ program, we must add the command extern "C"
     16//      for the whole include file.
    1617
    1718#ifndef DEF_PACPUS_ROAD_TIME_H
  • trunk/src/DBITEPlayer/src/main.cpp

    r31 r62  
    1 /*********************************************************************
    2 // created:     2007/04/12 - 16:30
    3 // filename:    main.cpp
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
    43//
    5 // author:      Elie Al Alam & Gerald Dherbomez
    6 //
    7 // version:     $Id: main.cpp 1009 2012-08-01 19:03:32Z morasjul $
    8 //
    9 // purpose:     main file
    10 //
    11 // todo:        - barre de temps dans l'affichage graphique
    12 //              - am�liorer l'affichage ; ic�ne, emplacement des boutons...
    13 //              - ajouter r�pertoire racine des donn�es (fait) :
    14 //              ajouter affichage de ce r�pertoire
    15 //              - ajouter classe g�n�rique d'�change de donn�es vers
    16 //              d'autres applications
    17 //              - fen�tre de monitoring des composants : valable pour
    18 //              toutes les applis bas�es sur PacpusLib
    19 //              avec possibilit� de masquer cette partie
    20 //              - faire une classe GraphViewer :
    21 //              permet d'afficher un nombre ind�fini de courbes
    22 //              offre des param�tres basiques : couleurs de la courbe,
    23 //              types de points, reli�s ou pas
    24 //              les courbes sont identifi�s par des noms
    25 //              voir comment l'utilisateur peut interagir avec les courbes
    26 //              par ex recuperer la valeur d'un point
    27 //              - associer a chaque composant une fenetre en dock view,
    28 //              affichagable ou pas defini dans le fichier de config
    29 *********************************************************************/
    30 
    31 #include <cassert>
    32 #include <QApplication>
     4/// @author  Elie Al Alam <firstname.surname@utc.fr>
     5/// @author  Gerald Dherbomez <firstname.surname@utc.fr>
     6/// @author  Marek Kurdej <firstname.surname@utc.fr>
     7/// @date    April, 2007
     8/// @version $Id$
     9/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     10/// @brief DbitePlayer main function.
     11///
     12/// Detailed description.
     13/// @todo        - barre de temps dans l'affichage graphique
     14///              - am�liorer l'affichage ; ic�ne, emplacement des boutons...
     15///              - ajouter r�pertoire racine des donn�es (fait) :
     16///              ajouter affichage de ce r�pertoire
     17///              - ajouter classe g�n�rique d'�change de donn�es vers
     18///              d'autres applications
     19///              - fen�tre de monitoring des composants : valable pour
     20///              toutes les applis bas�es sur PacpusLib
     21///              avec possibilit� de masquer cette partie
     22///              - faire une classe GraphViewer :
     23///              permet d'afficher un nombre ind�fini de courbes
     24///              offre des param�tres basiques : couleurs de la courbe,
     25///              types de points, reli�s ou pas
     26///              les courbes sont identifi�s par des noms
     27///              voir comment l'utilisateur peut interagir avec les courbes
     28///              par ex recuperer la valeur d'un point
     29///              - associer a chaque composant une fenetre en dock view,
     30///              affichagable ou pas defini dans le fichier de config
    3331
    3432#include <Pacpus/DbitePlayer/DbtPlyEngine.h>
     
    3937#include <Pacpus/kernel/Log.h>
    4038#include <Pacpus/kernel/PacpusPluginInterface.h>
     39
     40#include <cassert>
     41#include <QApplication>
    4142
    4243using namespace pacpus;
  • trunk/src/DBITEPlayerLib/DbtPlyEngine.cpp

    r31 r62  
    1 /*********************************************************************
    2 // created:    2007/04/12 - 16:30
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
    33//
    4 // author:     Elie Al Alam & Gerald Dherbomez
    5 //
    6 // version:    $Id: DbtPlyEngine.cpp 1020 2012-12-19 09:39:40Z kurdejma $
    7 //
    8 // purpose:    Dbite Player Engine implementation
    9 *********************************************************************/
     4/// @version $Id$
    105
    116#include <Pacpus/DbitePlayer/DbtPlyEngine.h>
     7
    128#include <Pacpus/kernel/ComponentManager.h>
    139#include <Pacpus/kernel/Log.h>
  • trunk/src/DBITEPlayerLib/DbtPlyEngineStateChart.cpp

    r31 r62  
    1 /*********************************************************************
    2 // created:    2007/04/12 - 16:30
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
    33//
    4 // author:     Elie Al Alam & Gerald Dherbomez
    5 //
    6 // version:    $Id: DbtPlyEngineStateChart.cpp 1008 2012-08-01 08:50:51Z kurdejma $
    7 //
    8 // purpose:    Dbite Player Engine state chart implementation
    9 *********************************************************************/
     4/// @version $Id$
    105
    116#include <Pacpus/DbitePlayer/DbtPlyEngineStateChart.h>
     7
    128#include <Pacpus/DbitePlayer/DbtPlyEngine.h>
    139#include <Pacpus/kernel/Log.h>
  • trunk/src/DBITEPlayerLib/DbtPlyFileManager.cpp

    r31 r62  
    1 ////////////////////////////////////////////////////////////////////////////////
    2 // created:     2007/04/12 - 16:30
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
    33//
    4 // author:      Elie Al Alam & Gerald Dherbomez
    5 //
    6 // version:     $Id: DbtPlyFileManager.cpp 1020 2012-12-19 09:39:40Z kurdejma $
    7 //
    8 // purpose:     Dbite Player File Manager implementation
    9 //
    10 // todo:        manage a vector of dbite files and update the functions
    11 //              playModen and configureComponent to support this funtionnality
    12 //             
    13 //              Put the type of data that has just been replayed in a protected
    14 //              variable of the abstract class in order to the derived class can
    15 //              know what to do
    16 //
    17 //              complete the function playMode2
    18 //
    19 //              sortir la variable kMaxPendingTimeFromEngineMicrosecs en propriété
    20 ////////////////////////////////////////////////////////////////////////////////
     4/// @version $Id$
    215
    226#include <Pacpus/DbitePlayer/DbtPlyFileManager.h>
  • trunk/src/DBITEPlayerLib/DbtPlyTrigger.cpp

    r31 r62  
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @version $Id$
     5
    16////////////////////////////////////////////////////////////////////////////////
    27// created:    2007/04/12 - 16:30
     
    914////////////////////////////////////////////////////////////////////////////////
    1015
     16#include <Pacpus/DbitePlayer/DbtPlyTrigger.h>
     17
    1118#include <Pacpus/kernel/ComponentManager.h>
    1219#include <Pacpus/kernel/Log.h>
    13 #include <Pacpus/DbitePlayer/DbtPlyTrigger.h>
    1420
    1521namespace pacpus {
  • trunk/src/DBITEPlayerLib/DbtPlyUserInterface.cpp

    r31 r62  
    1 ////////////////////////////////////////////////////////////////////////////////
    2 // created:                     2007/04/12 - 16:30
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
    33//
    4 // author:                      Elie Al Alam & Gerald Dherbomez
    5 //                                                      Heudiasyc UMR UTC/CNRS 6599 Copyright
    6 //
    7 // version:                     $Id: DbtPlyUserInterface.cpp 1009 2012-08-01 19:03:32Z morasjul $
    8 //
    9 // purpose:                     Dbite Player User interface implementation
    10 ////////////////////////////////////////////////////////////////////////////////
     4/// @version $Id$
    115
    126#include <Pacpus/DbitePlayer/DbtPlyUserInterface.h>
     7
    138#include <Pacpus/kernel/ComponentManager.h>
    149#include <Pacpus/kernel/Log.h>
  • trunk/src/FileLib/src/DbiteException.cpp

    r60 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @version    $Id$
    105
    116#include <Pacpus/kernel/DbiteException.h>
  • trunk/src/FileLib/src/DbiteFile.cpp

    r36 r62  
    1 /**
    2  *
    3  * This file is part of the PACPUS framework distributed under the
    4  * CECILL-C License, Version 1.0.
    5  *
    6  * @author  Marek Kurdej
    7  * @date    June, 2012
    8  * @version $Id$
    9  * @copyright Copyright (c) UTC/CNRS Heudiasyc 2005 - 2013. All rights reserved.
    10  * @brief  Periodic worker base class
    11  *
    12  * Detailed description of file...
    13  *
    14  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @version $Id$
    155
    166#include <Pacpus/kernel/DbiteFile.h>
  • trunk/src/FileLib/test/TestFileLib.cpp

    r3 r62  
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @version    $Id$
     5
    16#ifdef _MSC_VER
    27#   pragma warning(push)
  • trunk/src/PacpusLib/ComponentBase.cpp

    r42 r62  
    1 /**
    2  *
    3  * This file is part of the PACPUS framework distributed under the
    4  * CECILL-C License, Version 1.0.
    5  *
    6  * @author  Samuel Gosselin
    7  * @date    December, 2012
    8  * @version $Id$
    9  * @copyright Copyright (c) UTC/CNRS Heudiasyc 2005 - 2013. All rights reserved.
    10  *
    11  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @version $Id$
    125
    136#include <Pacpus/kernel/ComponentBase.h>
  • trunk/src/PacpusLib/ComponentFactoryBase.cpp

    r43 r62  
    1 /**
    2  *
    3  * This file is part of the PACPUS framework distributed under the
    4  * CECILL-C License, Version 1.0.
    5  *
    6  * @author  Gerald Dherbomez
    7  * @date    December, 2012
    8  * @version $Id$
    9  * @copyright Copyright (c) UTC/CNRS Heudiasyc 2005 - 2013. All rights reserved.
    10  *
    11  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @version    $Id$
    125
    136#include <Pacpus/kernel/ComponentFactoryBase.h>
  • trunk/src/PacpusLib/ComponentManager.cpp

    r47 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @version    $Id$
    105
    116#include <Pacpus/kernel/ComponentManager.h>
  • trunk/src/PacpusLib/Log.cpp

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @version    $Id$
    105
    116#include <Pacpus/kernel/Log.h>
  • trunk/src/PacpusLib/XmlComponentConfig.cpp

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @version    $Id$
    105
    116#include <Pacpus/kernel/XmlComponentConfig.h>
  • trunk/src/PacpusLib/XmlConfigFile.cpp

    r53 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @version    $Id$
    105
    116#include <Pacpus/kernel/XmlConfigFile.h>
  • trunk/src/PacpusSensor/src/main.cpp

    r61 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @version    $Id$
    105
    116#include <QApplication>
  • trunk/src/PacpusSensor/src/ui/pacpusmainwindow.cpp

    r61 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @version    $Id$
    105
    116#include "pacpusmainwindow.h"
  • trunk/src/PacpusSensor/src/ui/pacpusmainwindow.h

    r61 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3//
     4/// @author  Firstname Surname <firstname.surname@utc.fr>
     5/// @date    Month, Year
     6/// @version $Id$
     7/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
     8/// @brief Brief description.
     9///
     10/// Detailed description.
    1011
    1112#ifndef PACPUSMAINWINDOW_H
  • trunk/src/PacpusTools/src/AsyncWorkerBase.cpp

    r36 r62  
    1 /**
    2  *
    3  * This file is part of the PACPUS framework distributed under the
    4  * CECILL-C License, Version 1.0.
    5  *
    6  * @author  Samuel Gosselin
    7  * @date    December, 2012
    8  * @version $Id$
    9  * @copyright Copyright (c) UTC/CNRS Heudiasyc 2005 - 2013. All rights reserved.
    10  * @brief  Async worker base class
    11  *
    12  * Detailed description of file...
    13  *
    14  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
    153
    16 
    17 // Includes, pacpus.
    18 #include <Pacpus/kernel/Log.h>
    194#include <Pacpus/PacpusTools/AsyncWorkerBase.h>
    205
    21 // Includes, qt.
     6#include <Pacpus/kernel/Log.h>
     7
    228#include <QThread>
    239
  • trunk/src/PacpusTools/src/PeriodicWorker.cpp

    r36 r62  
    1 /**
    2  *
    3  * This file is part of the PACPUS framework distributed under the
    4  * CECILL-C License, Version 1.0.
    5  *
    6  * @author  Samuel Gosselin
    7  * @date    December, 2012
    8  * @version $Id$
    9  * @copyright Copyright (c) UTC/CNRS Heudiasyc 2005 - 2013. All rights reserved.
    10  * @brief  Periodic worker base class
    11  *
    12  * Detailed description of file...
    13  *
    14  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
    153
    16 
    17 // Includes, pacpus.
    184#include <Pacpus/PacpusTools/PeriodicWorker.h>
    195
    20 // Includes, qt.
    216#include <QTimer>
    227
  • trunk/src/PacpusTools/src/PosixShMem.cpp

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
    103
    114#include <cassert>
  • trunk/src/PacpusTools/src/Win32ShMem.cpp

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
    103
    114#include <Pacpus/PacpusTools/Win32ShMem.h>
  • trunk/src/PacpusTools/src/geodesie.cpp

    r31 r62  
    1 /**
    2  *
    3  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    4  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    5  *
    6  * See the LICENSE file for more information or a copy at:
    7  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    8  *
    9  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
     3
     4#include <Pacpus/PacpusTools/geodesie.h>
    105
    116#include <fstream>
    12 #include <Pacpus/PacpusTools/geodesie.h>
    137
    148#ifdef _MSC_VER
  • trunk/src/PacpusTools/src/matrice.cpp

    r31 r62  
    1 /// bibliotheque CPP de calcul matriciel
    2 /**
    3  *
    4  * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
    5  * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
    6  *
    7  * See the LICENSE file for more information or a copy at:
    8  *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    9  *
    10  */
     1// This file is part of the PACPUS framework distributed under the
     2// CECILL-C License, Version 1.0.
    113
    124#include <Pacpus/PacpusTools/matrice.h>
Note: See TracChangeset for help on using the changeset viewer.