HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CHOP_Error.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: CHOP_Error.h ( Channel Operator Library, C++)
7  *
8  * COMMENTS:
9  *
10  * Defines error enumerations.
11  */
12 
13 #ifndef __CHOP_Error__
14 #define __CHOP_Error__
15 
16 
18 {
19  // General Errors
24 
31 
34 
37 
39 
40  // General Warnings
42 
43 
44  // CHOP specific Errors
47 
51 
54 
58 
61 
63 
66 
70 
73 
85 
87 
93 
94  // Chop specific Warnings
99 
103 
105 
107 
112 
115 
118 
122 
124 
126 
127 
128  // Chop messages
131 
132  // Errors
136 
137 
139 };
140 
141 #endif
CHOP_ErrorCodes
Definition: CHOP_Error.h:17