Vybhav Kadaba / Mbed OS EV-PRO-MW1001_test2
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 [ADMW1001_MAX_CHANNELS]
uint32_t errorCode
uint32_t alertCode
uint32_t debugCode
uint32_t channelAlertCodes [ADMW1001_MAX_CHANNELS]

Detailed Description

Status details retreived from the ADMW device.

Definition at line 149 of file admw_api.h.


Field Documentation

uint32_t alertCode

Code identifying the last alert signalled by the device

Definition at line 160 of file admw_api.h.

uint32_t channelAlertCodes[ADMW1001_MAX_CHANNELS]

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

Definition at line 164 of file admw_api.h.

ADMW_CHANNEL_ALERT_FLAGS channelAlerts[ADMW1001_MAX_CHANNELS]

Per-channel alert status information from the device

Definition at line 156 of file admw_api.h.

uint32_t debugCode

Supplementary code related to the last error/alert

Definition at line 162 of file admw_api.h.

General summary status information from the device

Definition at line 152 of file admw_api.h.

Diagnostic error status information from the device

Definition at line 154 of file admw_api.h.

uint32_t errorCode

Code identifying the last error signalled by the device

Definition at line 158 of file admw_api.h.