|
SmartSnippets DA1459x SDK
|
WSS weight measurement data. More...
#include <wss.h>
Data Fields | |
| wss_unit_t | unit |
| uint16_t | weight |
| bool | time_stamp_present |
| svc_date_time_t | time_stamp |
| uint8_t | user_id |
| uint16_t | bmi |
| uint16_t | height |
WSS weight measurement data.
| uint16_t wss_weight_measurement_t::bmi |
fixed point BMI value as defined in WSS spec
| uint16_t wss_weight_measurement_t::height |
fixed point height value as defined in WSS spec, if 0 bmi and height will not be reported
| svc_date_time_t wss_weight_measurement_t::time_stamp |
time of measurement, NULL if not present
| bool wss_weight_measurement_t::time_stamp_present |
flag indicates if time stamp is present
| wss_unit_t wss_weight_measurement_t::unit |
Measurement Unit (mass, weight and height values)
| uint8_t wss_weight_measurement_t::user_id |
user id or 0xFF for unknown user
| uint16_t wss_weight_measurement_t::weight |
fixed point weight value defined in WSS spec
1.8.16