SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_hts_meas_s Struct Reference

ble_hts_meas_s Struct Reference
[Health Thermometer Service]

Health Thermometer Service measurement structure. More...

#include <ble_hts.h>

Data Fields

bool temp_in_fahr_units
 True if Temperature is in Fahrenheit units, Celcius otherwise.
bool time_stamp_present
 True if Time Stamp is present.
bool temp_type_present
 True if Temperature Type is present.
ieee_float32_t temp_in_celcius
 Temperature Measurement Value (Celcius).
ieee_float32_t temp_in_fahr
 Temperature Measurement Value (Fahrenheit).
ble_date_time_t time_stamp
 Time Stamp.
uint8_t temp_type
 Temperature Type.

Detailed Description

Health Thermometer Service measurement structure.

This contains a Health Thermometer measurement.

Definition at line 105 of file ble_hts.h.


Field Documentation

Temperature Measurement Value (Celcius).

Definition at line 110 of file ble_hts.h.

Temperature Measurement Value (Fahrenheit).

Definition at line 111 of file ble_hts.h.

True if Temperature is in Fahrenheit units, Celcius otherwise.

Definition at line 107 of file ble_hts.h.

uint8_t temp_type

Temperature Type.

Definition at line 113 of file ble_hts.h.

True if Temperature Type is present.

Definition at line 109 of file ble_hts.h.

Time Stamp.

Definition at line 112 of file ble_hts.h.

True if Time Stamp is present.

Definition at line 108 of file ble_hts.h.