MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
mherrors.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
3  * Copyright © 2014 Ocean Blue Software Ltd
4  *
5  * This file is part of a DTVKit Software Component
6  * You are permitted to copy, modify or distribute this file subject to the terms
7  * of the DTVKit 1.0 Licence which can be found in licence.txt or at www.dtvkit.org
8  *
9  * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
10  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
11  * OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
12  *
13  * If you or your organisation is not a member of DTVKit then you have access
14  * to this source code outside of the terms of the licence agreement
15  * and you are expected to delete this and any associated files immediately.
16  * Further information on DTVKit, membership and terms can be found at www.dtvkit.org
17  *******************************************************************************/
25 #ifndef _MHEG5_ERRORS_H
26 #define _MHEG5_ERRORS_H
27 
28 typedef enum
29 {
30  // 0. Requested operation completed successfully
31  MHERR_OK = 0,
32 
33  // 1. Indicate result is pending
35 
36  // 2. Function call had no effect
38 
39  // 3. Pending request was aborted
41 
42  // 4. One or more of the parameters passed was invalid
44 
45  // 5. When specified object (e.g. file) was not found
47 
48  // 6. Memory allocation failure or mutex/semaphore failure
50 
51  // 7. The MHEG5 engine has not been opened
53 
54  // 8. The MHEG5 engine has already been opened
56 
57  // 9. The MHEG5 engine has not been started
59 
60  //10. The MHEG5 engine has already been started
62 
63  //11. The internal Queue is full
65 
66  //12. An error internal to the MHEG5 engine has occurred.
68 
69  //13. A session with a CI module has not established.
71 
72  //14. specific to MHEG5 PVR, to indicate a booking conflict
74 
75  //15. specific to MHEG5 PVR, to indicate an alternative booking
77 
78  //16. specific to MHEG5 PVR, to indicate out of space*/
80 
81  //17. specific to MHEG5 PVR, to indicate too many bookings
83 
84  //18+. An error due to failure to create system resource (e.g task, queue, semaphore or mutex)
89 
90  //22+. An error occured while creating, resetting or destroying dsmcc instance
94 
95  //25+. An error occured while loading or unloading dsmcc carousel
98 
99  //27+. Errors specific to the MHEG5 engine Open function
109 
110  //36. An error that does not fit any other error code occurred
113 
114 
115 #endif // _MHEG5_ERRORS_H
Definition: mherrors.h:49
Definition: mherrors.h:70
Definition: mherrors.h:105
Definition: mherrors.h:88
Definition: mherrors.h:79
Definition: mherrors.h:31
Definition: mherrors.h:93
Definition: mherrors.h:108
Definition: mherrors.h:52
enum E_MhegErr E_MHEG5_ERR
Definition: mherrors.h:104
Definition: mherrors.h:43
Definition: mherrors.h:92
Definition: mherrors.h:107
Definition: mherrors.h:106
Definition: mherrors.h:34
Definition: mherrors.h:37
Definition: mherrors.h:103
Definition: mherrors.h:46
Definition: mherrors.h:82
Definition: mherrors.h:96
E_MhegErr
Definition: mherrors.h:28
Definition: mherrors.h:85
Definition: mherrors.h:100
Definition: mherrors.h:101
Definition: mherrors.h:87
Definition: mherrors.h:102
Definition: mherrors.h:86
Definition: mherrors.h:73
Definition: mherrors.h:67
Definition: mherrors.h:64
Definition: mherrors.h:111
Definition: mherrors.h:40
Definition: mherrors.h:61
Definition: mherrors.h:58
Definition: mherrors.h:55
Definition: mherrors.h:97
Definition: mherrors.h:76
Definition: mherrors.h:91