00001
00002 #ifndef DAQC_RESPONSE_H
00003 #define DAQC_RESPONSE_H
00004
00005
00006
00012 #define DAQD_OK 0x0000
00013
00015 #define DAQD_ERROR 0x0001
00016
00021 #define DAQD_NOT_CONFIGURED 0x0002
00022
00026 #define DAQD_INVALID_IP_ADDRESS 0x0003
00027
00029 #define DAQD_INVALID_CHANNEL_NAME 0x0004
00030
00032 #define DAQD_SOCKET 0x0005
00033
00035 #define DAQD_SETSOCKOPT 0x0006
00036
00042 #define DAQD_CONNECT 0x0007
00043
00045 #define DAQD_BUSY 0x0008
00046
00048 #define DAQD_MALLOC 0x0009
00049
00051 #define DAQD_WRITE 0x000a
00052
00054 #define DAQD_VERSION_MISMATCH 0x000b
00055
00057 #define DAQD_NO_SUCH_NET_WRITER 0x000c
00058
00060 #define DAQD_NOT_FOUND 0x000d
00061
00063 #define DAQD_GETPEERNAME 0x000e
00064
00066 #define DAQD_DUP 0x000f
00067
00069 #define DAQD_INVALID_CHANNEL_DATA_RATE 0x0010
00070
00072 #define DAQD_SHUTDOWN 0x0011
00073
00075 #define DAQD_NO_TRENDER 0x0012
00076
00078 #define DAQD_NO_MAIN 0x0013
00079
00081 #define DAQD_NO_OFFLINE 0x0014
00082
00084 #define DAQD_THREAD_CREATE 0x0015
00085
00087 #define DAQD_TOO_MANY_CHANNELS 0x0016
00088
00090 #define DAQD_COMMAND_SYNTAX 0x0017
00091
00093 #define DAQD_SASL 0x0018
00094
00095
00097 #define DAQD_NOT_SUPPORTED 0x0019
00098
00102 #endif