nds2-client - ClientDeveloper  0.16.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
daqc_response.h
Go to the documentation of this file.
1 /* -*- tab-width:8 c-basic-offset:4 indent-tabs-mode:nil -*- */
2 /* set vi: ts=8:softtabstop=4,shiftwidth=4,expandtab */
3 
4 #ifndef DAQC_RESPONSE_H
5 #define DAQC_RESPONSE_H
6 
7 /* response codes */
8 
14 #define DAQD_OK 0x0000
15 
17 #define DAQD_ERROR 0x0001
18 
23 #define DAQD_NOT_CONFIGURED 0x0002
24 
28 #define DAQD_INVALID_IP_ADDRESS 0x0003
29 
31 #define DAQD_INVALID_CHANNEL_NAME 0x0004
32 
34 #define DAQD_SOCKET 0x0005
35 
37 #define DAQD_SETSOCKOPT 0x0006
38 
44 #define DAQD_CONNECT 0x0007
45 
47 #define DAQD_BUSY 0x0008
48 
50 #define DAQD_MALLOC 0x0009
51 
53 #define DAQD_WRITE 0x000a
54 
56 #define DAQD_VERSION_MISMATCH 0x000b
57 
59 #define DAQD_NO_SUCH_NET_WRITER 0x000c
60 
62 #define DAQD_NOT_FOUND 0x000d
63 
65 #define DAQD_GETPEERNAME 0x000e
66 
68 #define DAQD_DUP 0x000f
69 
71 #define DAQD_INVALID_CHANNEL_DATA_RATE 0x0010
72 
74 #define DAQD_SHUTDOWN 0x0011
75 
77 #define DAQD_NO_TRENDER 0x0012
78 
80 #define DAQD_NO_MAIN 0x0013
81 
83 #define DAQD_NO_OFFLINE 0x0014
84 
86 #define DAQD_THREAD_CREATE 0x0015
87 
89 #define DAQD_TOO_MANY_CHANNELS 0x0016
90 
92 #define DAQD_NOT_SUPPORTED 0x0017
93 
95 #define DAQD_SASL 0x0018
96 
98 #define DAQD_COMMAND_SYNTAX 0x0019
99 
101 #define DAQD_ONTAPE 0x001a
102 
104 #define DAQD_ACCESS 0x001b
105 
109 #endif