nRF51 SDK - S110 SoftDevice
|
Running Speed and Cadence Service measurement structure. This contains a Running Speed and Cadence measurement. More...
#include <ble_rscs.h>
Data Fields | |
bool | is_inst_stride_len_present |
bool | is_total_distance_present |
bool | is_running |
uint16_t | inst_speed |
uint8_t | inst_cadence |
uint16_t | inst_stride_length |
uint32_t | total_distance |
Running Speed and Cadence Service measurement structure. This contains a Running Speed and Cadence measurement.
uint8_t ble_rscs_meas_s::inst_cadence |
Instantaneous Cadence.
uint16_t ble_rscs_meas_s::inst_speed |
Instantaneous Speed.
uint16_t ble_rscs_meas_s::inst_stride_length |
Instantaneous Stride Length.
bool ble_rscs_meas_s::is_inst_stride_len_present |
True if Instantaneous Stride Length is present in the measurement.
bool ble_rscs_meas_s::is_running |
True if running, False if walking.
bool ble_rscs_meas_s::is_total_distance_present |
True if Total Distance is present in the measurement.
uint32_t ble_rscs_meas_s::total_distance |
Total Distance.