SmartSnippets DA1459x SDK
Data Fields
wss_weight_measurement_t Struct Reference

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
 

Detailed Description

WSS weight measurement data.

Field Documentation

◆ bmi

uint16_t wss_weight_measurement_t::bmi

fixed point BMI value as defined in WSS spec

◆ height

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

◆ time_stamp

svc_date_time_t wss_weight_measurement_t::time_stamp

time of measurement, NULL if not present

◆ time_stamp_present

bool wss_weight_measurement_t::time_stamp_present

flag indicates if time stamp is present

◆ unit

wss_unit_t wss_weight_measurement_t::unit

Measurement Unit (mass, weight and height values)

◆ user_id

uint8_t wss_weight_measurement_t::user_id

user id or 0xFF for unknown user

◆ weight

uint16_t wss_weight_measurement_t::weight

fixed point weight value defined in WSS spec


The documentation for this struct was generated from the following file: