Test, please delete

Embed: (wiki syntax)

« Back to documentation index

ADI_SENSE_CONFIG Struct Reference

ADI_SENSE_CONFIG Struct Reference
[ADISENSE Host Library API]

#include <adi_sense_config_types.h>

Data Fields

const char configUuid [ADI_SENSE_UUID_LEN]
ADI_SENSE_CONFIG_VERSION_ID versionId
ADI_SENSE_PRODUCT_ID productId
union {
   ADI_SENSE_1000_CONFIG   adisense1000
}; 

Detailed Description

ADISENSE global configuration details

Definition at line 77 of file adi_sense_config_types.h.


Field Documentation

union { ... }

Product-specific configuration parameters, selected based on productId.

Note:
Other product variants may be added here in the future

ADSNS1000 product configuration parameters. Used if productId selected is ADI_SENSE_PRODUCT_ID_ADSNS1000

Definition at line 87 of file adi_sense_config_types.h.

const char configUuid[ADI_SENSE_UUID_LEN]

Optional unique identifier for this configuration

Definition at line 79 of file adi_sense_config_types.h.

Identify the product type for which this configuration is valid

Definition at line 83 of file adi_sense_config_types.h.

Identifies the schema version for this configuration

Definition at line 81 of file adi_sense_config_types.h.