ODeV framework  v2
apperror.h
Go to the documentation of this file.
1 
36 #ifndef APPERROR_H_
37 #define APPERROR_H_
38 
39 #ifdef __cplusplus
40 extern "C" {
41 #endif
42 
43 // Low Level API error code
44 // ************************
45 
46 // IP error
47 //#define SYS_BASE_XX_ERROR_CODE APP_BASE_ERROR_CODE
48 
49 
50 // Service Level error code
51 // ************************
52 
53 
54 // Task Level error code
55 // *********************
56 
57 
58 
59 #ifdef __cplusplus
60 }
61 #endif
62 
63 #endif /* APPERROR_H_ */