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

#include <rscs_c.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...
 

Detailed Description

Running Speed and Cadence Measurement Character value structure.

Definition at line 161 of file rscs_c.h.

Member Data Documentation

◆ inst_cadence

uint8_t rscs_c_meas_val_t::inst_cadence

Instantaneous Cadence.

Definition at line 167 of file rscs_c.h.

◆ inst_speed

uint16_t rscs_c_meas_val_t::inst_speed

Instantaneous Speed.

Definition at line 166 of file rscs_c.h.

◆ inst_stride_length

uint16_t rscs_c_meas_val_t::inst_stride_length

Instantaneous Stride Length.

Definition at line 168 of file rscs_c.h.

◆ inst_stride_length_present

bool rscs_c_meas_val_t::inst_stride_length_present

If Instantaneous Stride Length is present.

Definition at line 163 of file rscs_c.h.

◆ is_run_or_walk

bool rscs_c_meas_val_t::is_run_or_walk

True: Running, False: Walking.

Definition at line 165 of file rscs_c.h.

◆ total_distance

uint32_t rscs_c_meas_val_t::total_distance

Total Distance.

Definition at line 169 of file rscs_c.h.

◆ total_distance_present

bool rscs_c_meas_val_t::total_distance_present

If Total Distance is present.

Definition at line 164 of file rscs_c.h.


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