Little fix.
[irreco.git] / irtrans / shlib / src / errcode.h
blob597e09628028a7768658a6f8d9c3fd8b36ba94e5
1 #define ERR_OPEN 1
2 #define ERR_RESET 2
3 #define ERR_VERSION 3
4 #define ERR_TIMEOUT 4
5 #define ERR_READVERSION 5
7 #define ERR_DBOPENINPUT 11
8 #define ERR_REMOTENOTFOUND 12
9 #define ERR_COMMANDNOTFOUND 13
10 #define ERR_TIMINGNOTFOUND 14
11 #define ERR_OPENASCII 15
12 #define ERR_NODATABASE 16
13 #define ERR_OPENUSB 17
14 #define ERR_RESEND 18
15 #define ERR_TOGGLE_DUP 19
16 #define ERR_DBOPENINCLUDE 20
17 #define ERR_NOFILEOPEN 21
18 #define ERR_FLOCK 22
19 #define ERR_STTY 23
20 #define ERR_HOTCODE 24
21 #define ERR_NOTIMING 25
22 #define ERR_TEMPCOMMAND 26
23 #define ERR_OPENTRANS 27
24 #define ERR_TESTCOM 28
25 #define ERR_SHUTDOWN 29
26 #define ERR_ISMACRO 30
27 #define ERR_LONGRAW 31
28 #define ERR_LONGDATA 32
29 #define ERR_WRONGBUS 33
30 #define ERR_COMMANDSTRING 34
31 #define ERR_OVERWRITE 35
32 #define ERR_CCF 36
33 #define ERR_UDPFORMAT 37
34 #define ERR_TESTCOMOK 38
35 #define ERR_NOIRDB 39
36 #define ERR_NOTSUPPORTED 40
37 #define ERR_NO_RS232 41
38 #define ERR_SENDOK 42
39 #define ERR_CCFLEN 43
41 #define ERR_OPENSOCKET 100
42 #define ERR_BINDSOCKET 101
43 #define ERR_FINDHOST 103
44 #define ERR_CONNECT 104
45 #define ERR_SEND 105
46 #define ERR_RECV 106
47 #define ERR_BINDWEB 107
48 #define ERR_DEVICEUNKNOWN 108
51 #define FATAL 1
52 #define IR 2
53 #define IRTIMEOUT 3
55 void GetError (int res,char st[]);