Changeset 31 in pacpusframework for trunk/src/PacpusTools
- Timestamp:
- Jan 8, 2013, 6:10:10 PM (12 years ago)
- Location:
- trunk/src/PacpusTools/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/PacpusTools/src/AsyncWorkerBase.cpp
r3 r31 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 */ 10 1 11 // Includes, pacpus. 2 12 #include <kernel/Log.h> -
trunk/src/PacpusTools/src/PeriodicWorker.cpp
r10 r31 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 */ 10 1 11 // Includes, pacpus. 2 12 #include <PacpusTools/PeriodicWorker.h> -
trunk/src/PacpusTools/src/PosixShMem.cpp
r3 r31 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 */ 10 1 11 #include <cassert> 2 #include <cstdlib> // exit12 #include <cstdlib> 3 13 #include <iomanip> 4 14 5 #include "PacpusTools/PosixShMem.h"6 #include "kernel/Log.h"15 #include <Pacpus/PacpusTools/PosixShMem.h> 16 #include <Pacpus/kernel/Log.h> 7 17 8 18 DECLARE_STATIC_LOGGER("pacpus.core.PosixShMem"); -
trunk/src/PacpusTools/src/Win32ShMem.cpp
r3 r31 1 /********************************************************************* 2 // created: 2007/01/18 - 18:09 3 // filename: Win32ShMem.cpp 4 // 5 // author: Gerald Dherbomez 6 // 7 // version: $Id$ 8 // 9 // purpose: Definition of the Win32 class of the shared memory 10 *********************************************************************/ 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 */ 11 10 12 #include "PacpusTools/Win32ShMem.h" 11 #include <Pacpus/PacpusTools/Win32ShMem.h> 12 #include <Pacpus/kernel/Log.h> 13 13 14 14 #include <sstream> 15 15 #include <windows.h> 16 16 17 #include "kernel/Log.h"18 17 19 18 DECLARE_STATIC_LOGGER("pacpus.core.Win32ShMem"); -
trunk/src/PacpusTools/src/geodesie.cpp
r3 r31 1 //#include <cmath> 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 */ 10 2 11 #include <fstream> 3 4 #include "PacpusTools/geodesie.h" 12 #include <Pacpus/PacpusTools/geodesie.h> 5 13 6 14 #ifdef _MSC_VER -
trunk/src/PacpusTools/src/matrice.cpp
r3 r31 1 1 /// bibliotheque CPP de calcul matriciel 2 3 #include "PacpusTools/matrice.h" 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 */ 11 12 #include <Pacpus/PacpusTools/matrice.h> 4 13 5 14 #include <cstdlib>
Note:
See TracChangeset
for help on using the changeset viewer.