hrs_c_hr_meas_t Struct Reference

Heart Rate Measurement characteristic value structure. More...

#include <hrs_c.h>

Public Attributes

bool is_sensor_contact_detected
 
uint16_t hr_value
 
uint8_t rr_intervals_num
 
float rr_intervals [HRS_C_RR_INTERVALS_NUM_MAX]
 
uint16_t energy_expended
 

Detailed Description

Heart Rate Measurement characteristic value structure.

Definition at line 122 of file hrs_c.h.

Member Data Documentation

◆ energy_expended

uint16_t hrs_c_hr_meas_t::energy_expended

The accumulated energy expended in kilo Joules since the last time it was reset.

Definition at line 128 of file hrs_c.h.

◆ hr_value

uint16_t hrs_c_hr_meas_t::hr_value

Heart Rate Value.

Definition at line 125 of file hrs_c.h.

◆ is_sensor_contact_detected

bool hrs_c_hr_meas_t::is_sensor_contact_detected

True if sensor contact has been detected.

Definition at line 124 of file hrs_c.h.

◆ rr_intervals

float hrs_c_hr_meas_t::rr_intervals[HRS_C_RR_INTERVALS_NUM_MAX]

RR intervals.

Definition at line 127 of file hrs_c.h.

◆ rr_intervals_num

uint8_t hrs_c_hr_meas_t::rr_intervals_num

Number of RR intervals.

Definition at line 126 of file hrs_c.h.


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