Changeset 31 in pacpusframework for trunk/include/Pacpus/DbitePlayer
- Timestamp:
- Jan 8, 2013, 6:10:10 PM (12 years ago)
- Location:
- trunk/include/Pacpus/DbitePlayer
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/DbitePlayer/DbitePlayerConfig.h
r3 r31 1 /// DbitePlayer config header file 2 /// 3 /// @date created 2012/02/11 - 21:26 4 /// @author Marek Kurdej 5 /// @version $Id: $ 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 */ 6 10 7 #ifndef D BITEPLAYERCONFIG_H8 #define D BITEPLAYERCONFIG_H11 #ifndef DEF_PACPUS_DBITEPLAYERCONFIG_H 12 #define DEF_PACPUS_DBITEPLAYERCONFIG_H 9 13 10 14 // Export macro for DbitePlayer DLL for Windows only … … 22 26 #endif 23 27 24 #endif // D BITEPLAYERCONFIG_H28 #endif // DEF_PACPUS_DBITEPLAYERCONFIG_H -
trunk/include/Pacpus/DbitePlayer/DbtPlyEngine.h
r3 r31 1 /********************************************************************* 2 // created: 2007/04/12 - 16:30 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 */ 3 10 4 // 5 // author: Elie Al Alam & Gerald Dherbomez 6 // 7 // version: $Id: $ 8 // 9 // purpose: Dbite Player Engine header file 10 *********************************************************************/ 11 #ifndef DEF_PACPUS_DBTPLYENGINE_H 12 #define DEF_PACPUS_DBTPLYENGINE_H 11 13 12 #ifndef DBTPLYENGINE_H 13 #define DBTPLYENGINE_H 14 #include <QSemaphore> 14 15 15 #include <qsemaphore.h> 16 17 #include "kernel/ComponentBase.h" 18 #include "kernel/ComponentFactory.h" 19 #include "DbitePlayerConfig.h" 20 #include "DbitePlayer/DbtPlyEngineStateChart.h" 21 #include "DbitePlayer/DbtPlyUserInterface.h" 16 #include <Pacpus/kernel/ComponentBase.h> 17 #include <Pacpus/kernel/ComponentFactory.h> 18 #include <Pacpus/DbitePlayer/DbitePlayerConfig.h> 19 #include <Pacpus/DbitePlayer/DbtPlyEngineStateChart.h> 20 #include <Pacpus/DbitePlayer/DbtPlyUserInterface.h> 22 21 23 22 namespace pacpus { … … 143 142 } // namespace pacpus 144 143 145 #endif // D BTPLYENGINE_H144 #endif // DEF_PACPUS_DBTPLYENGINE_H -
trunk/include/Pacpus/DbitePlayer/DbtPlyEngineStateChart.h
r3 r31 1 /********************************************************************* 2 // created: 2007/04/12 - 16:30 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 */ 3 10 4 // 5 // author: Elie Al Alam & Gerald Dherbomez 6 // 7 // version: $Id: $ 8 // 9 // purpose: Dbite Player Engine state chart header file 10 *********************************************************************/ 11 #ifndef DEF_PACPUS_DBTPLYENGINESTATECHART_H 12 #define DEF_PACPUS_DBTPLYENGINESTATECHART_H 11 13 12 #ifndef DBTPLYENGINESTATECHART_H 13 #define DBTPLYENGINESTATECHART_H 14 #include <QString> 14 15 15 #include <qstring.h> 16 17 #include "DbitePlayerConfig.h" 16 #include <Pacpus/DbitePlayer/DbitePlayerConfig.h> 18 17 19 18 namespace pacpus { … … 93 92 } // namespace pacpus 94 93 95 #endif // D BTPLYENGINESTATECHART_H94 #endif // DEF_PACPUS_DBTPLYENGINESTATECHART_H -
trunk/include/Pacpus/DbitePlayer/DbtPlyFileManager.h
r3 r31 1 /********************************************************************* 2 // created: 2007/04/12 - 16:30 3 // 4 // author: Elie Al Alam & Gerald Dherbomez 5 // 6 // version: $Id: $ 7 // 8 // purpose: Dbite Player File Manager header file 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 */ 9 10 10 *********************************************************************/ 11 #ifndef DEF_PACPUS_DBTPLYFILEMANAGER_H 12 #define DEF_PACPUS_DBTPLYFILEMANAGER_H 11 13 12 #ifndef DBTPLYFILEMANAGER_H 13 #define DBTPLYFILEMANAGER_H 14 #include <QThread> 14 15 15 #include <qthread.h> 16 17 #include "DbitePlayerConfig.h" 18 #include "kernel/road_time.h" 19 #include "kernel/ComponentBase.h" 20 #include "kernel/DbiteFile.h" 21 #include "DbitePlayer/DbtPlyEngine.h" 16 #include <Pacpus/DbitePlayer/DbitePlayerConfig.h> 17 #include <Pacpus/DbitePlayer/DbtPlyEngine.h> 18 #include <Pacpus/kernel/road_time.h> 19 #include <Pacpus/kernel/ComponentBase.h> 20 #include <Pacpus/kernel/DbiteFile.h> 22 21 23 22 class QSemaphore; … … 140 139 } // namespace pacpus 141 140 142 #endif // D BTPLYFILEMANAGER_H141 #endif // DEF_PACPUS_DBTPLYFILEMANAGER_H -
trunk/include/Pacpus/DbitePlayer/DbtPlyTrigger.h
r3 r31 1 /********************************************************************* 2 // created: 2007/04/12 - 16:30 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 */ 3 10 4 // 5 // author: Elie Al Alam & Gerald Dherbomez 6 // 7 // version: $Id: $ 8 // 9 // purpose: Dbite Player Trigger header file 10 *********************************************************************/ 11 #ifndef DEF_PACPUS_DBTPLYTRIGGER_H 12 #define DEF_PACPUS_DBTPLYTRIGGER_H 11 13 12 #ifndef DBTPLYTRIGGER_H 13 #define DBTPLYTRIGGER_H 14 #include <QThread> 14 15 15 #include <qthread.h> 16 17 #include "DbitePlayerConfig.h" 18 #include "kernel/ComponentBase.h" 19 #include "kernel/ComponentFactory.h" 20 #include "DbitePlayer/DbtPlyEngine.h" 16 #include <Pacpus/DbitePlayer/DbitePlayerConfig.h> 17 #include <Pacpus/DbitePlayer/DbtPlyEngine.h> 18 #include <Pacpus/kernel/ComponentBase.h> 19 #include <Pacpus/kernel/ComponentFactory.h> 21 20 22 21 #ifdef WIN32 … … 56 55 } // namespace pacpus 57 56 58 #endif // D BTPLYTRIGGER_H57 #endif // DEF_PACPUS_DBTPLYTRIGGER_H -
trunk/include/Pacpus/DbitePlayer/DbtPlyUserInterface.h
r3 r31 1 /********************************************************************* 2 // created: 2007/04/12 - 16:30 3 // 4 // author: Elie Al Alam & Gerald Dherbomez 5 // Heudiasyc UMR UTC/CNRS 6599 Copyright 6 // 7 // version: $Id: $ 8 // 9 // purpose: Dbite Player User interface header file 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 #ifndef D BTPLYUSERINTERFACE_H13 #define D BTPLYUSERINTERFACE_H11 #ifndef DEF_PACPUS_DBTPLYUSERINTERFACE_H 12 #define DEF_PACPUS_DBTPLYUSERINTERFACE_H 14 13 15 #include < qwidget.h>14 #include <QWidget> 16 15 17 #include "kernel/ComponentBase.h"18 #include "kernel/ComponentFactory.h"19 #include "DbitePlayerConfig.h"20 #include "DbtPlyFileManager.h"21 #include "DbtPlyEngine.h"16 #include <Pacpus/kernel/ComponentBase.h> 17 #include <Pacpus/kernel/ComponentFactory.h> 18 #include <Pacpus/DbitePlayer/DbitePlayerConfig.h> 19 #include <Pacpus/DbitePlayer/DbtPlyFileManager.h> 20 #include <Pacpus/DbitePlayer/DbtPlyEngine.h> 22 21 23 22 class QButtonGroup; … … 125 124 } // namespace pacpus 126 125 127 #endif // D BTPLYUSERINTERFACE_H126 #endif // DEF_PACPUS_DBTPLYUSERINTERFACE_H
Note:
See TracChangeset
for help on using the changeset viewer.