Go to the documentation of this file.00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 
00021 
00022 
00023 
00024 
00025 
00026 
00027 
00028 
00029 
00030 #define ERR_OPEN                        1
00031 #define ERR_RESET                       2
00032 #define ERR_VERSION                     3
00033 #define ERR_TIMEOUT                     4
00034 #define ERR_READVERSION         5
00035 
00036 #define ERR_DBOPENINPUT         11
00037 #define ERR_REMOTENOTFOUND      12
00038 #define ERR_COMMANDNOTFOUND     13
00039 #define ERR_TIMINGNOTFOUND      14
00040 #define ERR_OPENASCII           15
00041 #define ERR_NODATABASE          16
00042 #define ERR_OPENUSB                     17
00043 #define ERR_RESEND                      18
00044 #define ERR_TOGGLE_DUP          19
00045 #define ERR_DBOPENINCLUDE       20
00046 #define ERR_NOFILEOPEN          21
00047 #define ERR_FLOCK                       22
00048 #define ERR_STTY                        23
00049 #define ERR_HOTCODE                     24
00050 #define ERR_NOTIMING            25
00051 #define ERR_TEMPCOMMAND         26
00052 #define ERR_OPENTRANS           27
00053 #define ERR_TESTCOM                     28
00054 #define ERR_SHUTDOWN            29
00055 #define ERR_ISMACRO                     30
00056 #define ERR_LONGRAW                     31
00057 #define ERR_LONGDATA            32
00058 #define ERR_WRONGBUS            33
00059 #define ERR_COMMANDSTRING       34
00060 #define ERR_OVERWRITE           35
00061 #define ERR_CCF                         36
00062 #define ERR_UDPFORMAT           37
00063 #define ERR_TESTCOMOK           38
00064 #define ERR_NOIRDB              39
00065 #define ERR_NOTSUPPORTED        40
00066 #define ERR_NO_RS232            41
00067 #define ERR_SENDOK                      42
00068 #define ERR_CCFLEN                      43
00069 #define ERR_ACTIONSEND          44
00070 #define ERR_CCFSYNTAX           45
00071 
00072 #define ERR_OPENSOCKET          100
00073 #define ERR_BINDSOCKET          101
00074 #define ERR_FINDHOST            103
00075 #define ERR_CONNECT                     104
00076 #define ERR_SEND                        105
00077 #define ERR_RECV                        106
00078 #define ERR_BINDWEB                     107
00079 #define ERR_DEVICEUNKNOWN       108
00080 
00081 
00082 #define FATAL                           1
00083 #define IR                                      2
00084 #define IRTIMEOUT                       3
00085 
00086 void GetError (int res,char st[]);