Changeset 32 in pacpusframework
- Timestamp:
- Jan 8, 2013, 6:13:41 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/PacpusTools/AsyncWorkerBase.h
r31 r32 13 13 14 14 // Includes, pacpus. 15 #include <Pacpus Tools/utility/NonCopyable.h>15 #include <Pacpus/PacpusTools/utility/NonCopyable.h> 16 16 17 17 // Includes, qt. -
trunk/include/Pacpus/kernel/hdfile_header_t.h
r31 r32 12 12 #define DEF_HDFILE_HEADER_T_H 13 13 14 #include "kernel/cstdint.h"15 #include "kernel/road_time.h"14 #include <Pacpus/kernel/cstdint.h> 15 #include <Pacpus/kernel/road_time.h> 16 16 17 17 #define HEADER_SIGNATURE_LENGTH 4 -
trunk/src/PacpusSensor/src/ui/pacpusmainwindow.cpp
r3 r32 1 /********************************************************************* 2 // created: 2006/06/20 - 15:54 3 // filename: pacpusmainwindowimpl.cpp 4 // 5 // author: Gerald Dherbomez 6 // Copyright Heudiasyc UMR UTC/CNRS 6599 7 // 8 // version: $Id: pacpusmainwindow.cpp 1009 2012-08-01 19:03:32Z morasjul $ 9 // 10 // purpose: Implementation of PacpusMainWindow class 11 *********************************************************************/ 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 */ 12 10 13 11 #include "pacpusmainwindow.h" … … 21 19 #include <qstringlist.h> 22 20 23 #include "kernel/ComponentBase.h"24 #include "kernel/Log.h"21 #include <Pacpus/kernel/ComponentBase.h> 22 #include <Pacpus/kernel/Log.h> 25 23 26 24 namespace pacpus { -
trunk/src/PacpusSensor/src/ui/pacpusmainwindow.h
r3 r32 1 /********************************************************************* 2 // created: 2006/06/20 - 15:54 3 // filename: pacpusmainwindow.h 4 // 5 // author: Gerald Dherbomez 6 // 7 // version: $Id: pacpusmainwindow.h 1008 2012-08-01 08:50:51Z kurdejma $ 8 // 9 // purpose: 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 11 #ifndef PACPUSMAINWINDOW_H … … 17 16 #include <qtimer.h> 18 17 19 #include "kernel/ComponentManager.h"20 #include "kernel/XmlConfigFile.h"18 #include <Pacpus/kernel/ComponentManager.h> 19 #include <Pacpus/kernel/XmlConfigFile.h> 21 20 #include "ui_pacpusmainwindow.h" 22 21
Note:
See TracChangeset
for help on using the changeset viewer.