nRF51 SDK - S110 SoftDevice
|
Cycling Speed and Cadence Service measurement structure. This contains a Cycling Speed and Cadence Service measurement. More...
#include <ble_cscs.h>
Data Fields | |
bool | is_wheel_rev_data_present |
bool | is_crank_rev_data_present |
uint32_t | cumulative_wheel_revs |
uint16_t | last_wheel_event_time |
uint16_t | cumulative_crank_revs |
uint16_t | last_crank_event_time |
Cycling Speed and Cadence Service measurement structure. This contains a Cycling Speed and Cadence Service measurement.
uint16_t ble_cscs_meas_s::cumulative_crank_revs |
Cumulative Crank Revolutions.
uint32_t ble_cscs_meas_s::cumulative_wheel_revs |
Cumulative Wheel Revolutions.
bool ble_cscs_meas_s::is_crank_rev_data_present |
True if Crank Revolution Data is present in the measurement.
bool ble_cscs_meas_s::is_wheel_rev_data_present |
True if Wheel Revolution Data is present in the measurement.
uint16_t ble_cscs_meas_s::last_crank_event_time |
Last Crank Event Time.
uint16_t ble_cscs_meas_s::last_wheel_event_time |
Last Wheel Event Time.