Changeset 62 in pacpusframework for trunk/src/PacpusTools
- Timestamp:
- Jan 9, 2013, 5:26:04 PM (12 years ago)
- Location:
- trunk/src/PacpusTools/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
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. 15 3 16 17 // Includes, pacpus.18 #include <Pacpus/kernel/Log.h>19 4 #include <Pacpus/PacpusTools/AsyncWorkerBase.h> 20 5 21 // Includes, qt. 6 #include <Pacpus/kernel/Log.h> 7 22 8 #include <QThread> 23 9 -
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. 15 3 16 17 // Includes, pacpus.18 4 #include <Pacpus/PacpusTools/PeriodicWorker.h> 19 5 20 // Includes, qt.21 6 #include <QTimer> 22 7 -
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. 10 3 11 4 #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. 10 3 11 4 #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> 10 5 11 6 #include <fstream> 12 #include <Pacpus/PacpusTools/geodesie.h>13 7 14 8 #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. 11 3 12 4 #include <Pacpus/PacpusTools/matrice.h>
Note:
See TracChangeset
for help on using the changeset viewer.