Emotiv EPOC plugin 1.0

D:/SVN/Scol/trunk/plugins/Epoc/edk/edkErrorCode.h

00001 
00007 #ifndef EDK_ERROR_CODE_H
00008 #define EDK_ERROR_CODE_H
00009 
00011 #define EDK_OK                                                          0x0000
00012 
00013 #define EDK_UNKNOWN_ERROR                                       0x0001
00014 
00016 #define EDK_INVALID_PROFILE_ARCHIVE                     0x0101
00017 
00018 #define EDK_NO_USER_FOR_BASEPROFILE                     0x0102
00019 
00021 #define EDK_CANNOT_ACQUIRE_DATA                         0x0200
00022 
00024 #define EDK_BUFFER_TOO_SMALL                            0x0300
00025 
00026 #define EDK_OUT_OF_RANGE                                        0x0301
00027 
00028 #define EDK_INVALID_PARAMETER                           0x0302
00029 
00030 #define EDK_PARAMETER_LOCKED                            0x0303
00031 
00032 #define EDK_COG_INVALID_TRAINING_ACTION         0x0304
00033 
00034 #define EDK_COG_INVALID_TRAINING_CONTROL        0x0305
00035 
00036 #define EDK_COG_INVALID_ACTIVE_ACTION           0x0306
00037 
00038 #define EDK_COG_EXCESS_MAX_ACTIONS                      0x0307
00039 
00040 #define EDK_EXP_NO_SIG_AVAILABLE            0x0308
00041 
00042 #define EDK_FILESYSTEM_ERROR                0x0309
00043 
00045 #define EDK_INVALID_USER_ID                                     0x0400
00046 
00048 #define EDK_EMOENGINE_UNINITIALIZED                     0x0500
00049 
00050 #define EDK_EMOENGINE_DISCONNECTED                      0x0501
00051 
00052 #define EDK_EMOENGINE_PROXY_ERROR                       0x0502
00053 
00055 #define EDK_NO_EVENT                                            0x0600
00056 
00058 #define EDK_GYRO_NOT_CALIBRATED                         0x0700 
00059 
00061 #define EDK_OPTIMIZATION_IS_ON                          0x0800
00062 
00064 #define EDK_RESERVED1                       0x0900
00065 
00066 #endif