|
CAEN MCA
0.99.10
SDK for Hexagon
|
Information about the discovery if Hexagon devices on the local LAN. Read only except DATAMASK_DISCOVERY_TIMEOUT_MS. More...
Collaboration diagram for Data mask: Device discovery:Macros | |
| #define | DATAMASK_DISCOVERY_TIMEOUT_MS UINT64_C(0x1) |
| Time-out of the function in milliseconds. More... | |
| #define | DATAMASK_DISCOVERY_FOUNDCOUNT UINT64_C(0x2) |
| Number of devices found. More... | |
| #define | DATAMASK_DISCOVERY_NAME UINT64_C(0x4) |
| Array of found devices. More... | |
| #define | DATAMASK_DISCOVERY_SERIALNUMBER UINT64_C(0x8) |
| Array of found serial numbers. More... | |
| #define | DATAMASK_DISCOVERY_IP UINT64_C(0x10) |
| Array of found IP addresses. More... | |
| #define | DATAMASK_DISCOVERY_INPUT_CHANNELS UINT64_C(0x20) |
| Array of found Number of Input Channels. More... | |
| #define | DATAMASK_DISCOVERY_MODEL_NAME UINT64_C(0x40) |
| Array of found model names. More... | |
| #define | DATAMASK_DISCOVERY_PATH UINT64_C(0x80) |
| Array of found path to use as argument of CAEN_MCA_OpenDevice() More... | |
Information about the discovery if Hexagon devices on the local LAN. Read only except DATAMASK_DISCOVERY_TIMEOUT_MS.
| #define DATAMASK_DISCOVERY_TIMEOUT_MS UINT64_C(0x1) |
Time-out of the function in milliseconds.
uint32_t Definition at line 597 of file CAENMCATypes.h.
| #define DATAMASK_DISCOVERY_FOUNDCOUNT UINT64_C(0x2) |
Number of devices found.
uint32_t Definition at line 598 of file CAENMCATypes.h.
| #define DATAMASK_DISCOVERY_NAME UINT64_C(0x4) |
Array of found devices.
char** pointing to already allocated storages of size HEXAGONDISCOVERY_NAME_MAXLEN Definition at line 599 of file CAENMCATypes.h.
| #define DATAMASK_DISCOVERY_SERIALNUMBER UINT64_C(0x8) |
Array of found serial numbers.
uint32_t* Definition at line 600 of file CAENMCATypes.h.
| #define DATAMASK_DISCOVERY_IP UINT64_C(0x10) |
Array of found IP addresses.
char** pointing to already allocated storages of size HEXAGONDISCOVERY_IP_MAXLEN Definition at line 601 of file CAENMCATypes.h.
| #define DATAMASK_DISCOVERY_INPUT_CHANNELS UINT64_C(0x20) |
Array of found Number of Input Channels.
uint32_t* Definition at line 602 of file CAENMCATypes.h.
| #define DATAMASK_DISCOVERY_MODEL_NAME UINT64_C(0x40) |
Array of found model names.
char** pointing to already allocated storages of size HEXAGONDISCOVERY_NAME_MAXLEN Definition at line 603 of file CAENMCATypes.h.
| #define DATAMASK_DISCOVERY_PATH UINT64_C(0x80) |
Array of found path to use as argument of CAEN_MCA_OpenDevice()
char** pointing to already allocated storages of size HEXAGONDISCOVERY_NAME_MAXLEN Definition at line 604 of file CAENMCATypes.h.