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_DATA_SAMPLE Struct Reference
[ADMW Host Library API]
  #include <admw_api.h>
| Data Fields | |
| ADMW_DEVICE_STATUS_FLAGS | status | 
| uint32_t | channelId | 
| uint8_t | measurementStatus | 
| float32_t | rawValue | 
| float32_t | processedValue | 
Detailed Description
Data sample details retreived from the ADMW device.
Definition at line 170 of file admw_api.h.
Field Documentation
| uint32_t channelId | 
The measurement channel from which this sample was obtained
Definition at line 175 of file admw_api.h.
| uint8_t measurementStatus | 
The measurement status from the DMZ layer
Definition at line 177 of file admw_api.h.
| float32_t processedValue | 
The processed value obtained from the measurement channel, as a final measurement value, following calibration and linearisation correction, and conversion into an appropriate unit of measurement.
Definition at line 183 of file admw_api.h.
| float32_t rawValue | 
The raw (unprocessed) value obtained directly from the measurement channel, if available
Definition at line 179 of file admw_api.h.
Device summary status snapshot when the sample was recorded
Definition at line 173 of file admw_api.h.
Generated on Wed Jul 13 2022 05:15:07 by
 1.7.2
 1.7.2