00001 #ifndef DAQC_RESPONSE_H
00002 #define DAQC_RESPONSE_H
00003
00004
00005
00013 #define DAQD_OK 0x0000
00014
00015 #define DAQD_ERROR 0x0001
00016 #define DAQD_NOT_CONFIGURED 0x0002
00017 #define DAQD_INVALID_IP_ADDRESS 0x0003
00018 #define DAQD_INVALID_CHANNEL_NAME 0x0004
00019 #define DAQD_SOCKET 0x0005
00020 #define DAQD_SETSOCKOPT 0x0006
00021 #define DAQD_CONNECT 0x0007
00022 #define DAQD_BUSY 0x0008
00023 #define DAQD_MALLOC 0x0009
00024 #define DAQD_WRITE 0x000a
00025 #define DAQD_VERSION_MISMATCH 0x000b
00026 #define DAQD_NO_SUCH_NET_WRITER 0x000c
00027 #define DAQD_NOT_FOUND 0x000d
00028 #define DAQD_GETPEERNAME 0x000e
00029 #define DAQD_DUP 0x000f
00030 #define DAQD_INVALID_CHANNEL_DATA_RATE 0x0010
00031 #define DAQD_SHUTDOWN 0x0011
00032 #define DAQD_NO_TRENDER 0x0012
00033 #define DAQD_NO_MAIN 0x0013
00034 #define DAQD_NO_OFFLINE 0x0014
00035 #define DAQD_THREAD_CREATE 0x0015
00036 #define DAQD_TOO_MANY_CHANNELS 0x0016
00037 #define DAQD_COMMAND_SYNTAX 0x0017
00038
00039
00040 #define DAQD_NOT_SUPPORTED 0x0018
00041
00045 #endif