Host API Example for the ADMW1001

Embed: (wiki syntax)

« Back to documentation index

ADMW_DATA_SAMPLE Struct Reference

ADMW_DATA_SAMPLE Struct Reference
[ADMW Host Library API]

#include <admw_api.h>

Data Fields

ADMW_DEVICE_STATUS_FLAGS status
uint32_t channelId
uint32_t rawValue
float32_t processedValue

Detailed Description

Data sample details retreived from the ADMW device.

Definition at line 175 of file admw_api.h.


Field Documentation

uint32_t channelId

The measurement channel from which this sample was obtained

Definition at line 179 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 185 of file admw_api.h.

uint32_t rawValue

The raw (unprocessed) value obtained directly from the measurement channel, if available

Definition at line 181 of file admw_api.h.

Device summary status snapshot when the sample was recorded

Definition at line 177 of file admw_api.h.