Running Speed and Cadence Measurement Character value structure. More...
#include <rscs.h>
Data Fields | |
| bool | inst_stride_length_present |
| bool | total_distance_present |
| bool | is_run_or_walk |
| uint16_t | inst_speed |
| uint8_t | inst_cadence |
| uint16_t | inst_stride_length |
| uint32_t | total_distance |
Running Speed and Cadence Measurement Character value structure.
| uint8_t rscs_meas_val_t::inst_cadence |
Instantaneous Cadence.
| uint16_t rscs_meas_val_t::inst_speed |
Instantaneous Speed.
| uint16_t rscs_meas_val_t::inst_stride_length |
Instantaneous Stride Length.
| bool rscs_meas_val_t::inst_stride_length_present |
If Instantaneous Stride Length is present.
| bool rscs_meas_val_t::is_run_or_walk |
True: Running, False: Walking.
| uint32_t rscs_meas_val_t::total_distance |
Total Distance.
| bool rscs_meas_val_t::total_distance_present |
If Total Distance is present.