Host API Example for the ADMW1001

Embed: (wiki syntax)

« Back to documentation index

ADMW_STATUS Struct Reference

ADMW_STATUS Struct Reference
[ADMW Host Library API]

#include <admw_api.h>

Data Fields

ADMW_DEVICE_STATUS_FLAGS deviceStatus
ADMW_DIAGNOSTICS_STATUS_FLAGS diagnosticsStatus
ADMW_CHANNEL_ALERT_FLAGS channelAlerts [ADMW_MAX_CHANNELS]
uint32_t errorCode
uint32_t alertCode
uint32_t debugCode
uint32_t channelAlertCodes [ADMW_MAX_CHANNELS]

Detailed Description

Status details retreived from the ADMW device.

Definition at line 157 of file admw_api.h.


Field Documentation

uint32_t alertCode

Code identifying the last alert signalled by the device

Definition at line 167 of file admw_api.h.

uint32_t channelAlertCodes[ADMW_MAX_CHANNELS]

Per-channel code identifying the last alert signalled for each channel

Definition at line 171 of file admw_api.h.

Per-channel alert status information from the device

Definition at line 163 of file admw_api.h.

uint32_t debugCode

Supplementary code related to the last error/alert

Definition at line 169 of file admw_api.h.

General summary status information from the device

Definition at line 159 of file admw_api.h.

Diagnostic error status information from the device

Definition at line 161 of file admw_api.h.

uint32_t errorCode

Code identifying the last error signalled by the device

Definition at line 165 of file admw_api.h.