sensor result structure modified

Revision:
50:d84305e5e1c0
Parent:
32:52445bef314d
Child:
52:d32ea3dfc8ac
--- a/inc/admw_api.h	Thu Feb 06 11:04:31 2020 +0000
+++ b/inc/admw_api.h	Mon Feb 17 11:23:39 2020 +0000
@@ -172,6 +172,8 @@
     /*!< Device summary status snapshot when the sample was recorded */
     uint32_t                      channelId;
     /*!< The measurement channel from which this sample was obtained */
+    uint8_t                      measurementStatus;
+    /*!< The measurement status from the DMZ layer */
     uint32_t                      rawValue;
     /*!< The raw (unprocessed) value obtained directly from the measurement
      *   channel, if available
@@ -205,7 +207,16 @@
 
 }   ADMW_USER_CONFIG_SLOT;
 
+/*! Identifiers for the user configuration slots in persistent memory. */
+typedef enum
+{
+    ADMW_FLASH_LUT_CHANNEL_0=0,
+    ADMW_FLASH_LUT_CHANNEL_1,
+    ADMW_FLASH_LUT_CHANNEL_2,
+    ADMW_FLASH_LUT_CHANNEL_3,
+    
 
+}   ADMW_USER_LUT_CONFIG_SLOT;
 
 typedef struct
 {
@@ -690,7 +701,7 @@
     bool *pbCommandRunning);
 
 ADMW_RESULT admw1001_sendRun( ADMW_DEVICE_HANDLE   const hDevice);
-ADMW_RESULT deviceInformation(ADMW_DEVICE_HANDLE hDevice);
+ADMW_RESULT admw_deviceInformation(ADMW_DEVICE_HANDLE hDevice);
 
 #ifdef __cplusplus
 }