Changeset 62 in pacpusframework for trunk/include/Pacpus/DbitePlayer
- Timestamp:
- Jan 9, 2013, 5:26:04 PM (12 years ago)
- Location:
- trunk/include/Pacpus/DbitePlayer
- Files:
-
- 6 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. 10 11 11 12 #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. 10 13 11 14 #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. 10 13 11 14 #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. 10 20 11 21 #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. 10 12 11 13 #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. 10 12 11 13 #ifndef DEF_PACPUS_DBTPLYUSERINTERFACE_H
Note:
See TracChangeset
for help on using the changeset viewer.