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