nRF51 SDK
|
Data Fields | |
bool | temp_in_fahr_units |
bool | time_stamp_present |
bool | temp_type_present |
ieee_float32_t | temp_in_celcius |
ieee_float32_t | temp_in_fahr |
ble_date_time_t | time_stamp |
uint8_t | temp_type |
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.