Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 147 of file admw_api.h.
Field Documentation
uint32_t alertCode |
Code identifying the last alert signalled by the device
Definition at line 157 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 161 of file admw_api.h.
ADMW_CHANNEL_ALERT_FLAGS channelAlerts[ADMW_MAX_CHANNELS] |
Per-channel alert status information from the device
Definition at line 153 of file admw_api.h.
uint32_t debugCode |
Supplementary code related to the last error/alert
Definition at line 159 of file admw_api.h.
General summary status information from the device
Definition at line 149 of file admw_api.h.
Diagnostic error status information from the device
Definition at line 151 of file admw_api.h.
uint32_t errorCode |
Code identifying the last error signalled by the device
Definition at line 155 of file admw_api.h.
Generated on Tue Jul 12 2022 18:18:40 by
