Running Speed and Cadence Measurement Character value structure. More...

#include <rscs.h>

Public Attributes

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
 

Detailed Description

Running Speed and Cadence Measurement Character value structure.

Definition at line 186 of file rscs.h.

Member Data Documentation

◆ inst_cadence

uint8_t rscs_meas_val_t::inst_cadence

Instantaneous Cadence.

Definition at line 192 of file rscs.h.

◆ inst_speed

uint16_t rscs_meas_val_t::inst_speed

Instantaneous Speed.

Definition at line 191 of file rscs.h.

◆ inst_stride_length

uint16_t rscs_meas_val_t::inst_stride_length

Instantaneous Stride Length.

Definition at line 193 of file rscs.h.

◆ inst_stride_length_present

bool rscs_meas_val_t::inst_stride_length_present

If Instantaneous Stride Length is present.

Definition at line 188 of file rscs.h.

◆ is_run_or_walk

bool rscs_meas_val_t::is_run_or_walk

True: Running, False: Walking.

Definition at line 190 of file rscs.h.

◆ total_distance

uint32_t rscs_meas_val_t::total_distance

Total Distance.

Definition at line 194 of file rscs.h.

◆ total_distance_present

bool rscs_meas_val_t::total_distance_present

If Total Distance is present.

Definition at line 189 of file rscs.h.


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