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

#include <cscs.h>

Data Fields

bool wheel_rev_data_present
 
bool 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
 

Detailed Description

Cycling Speed and Cadence Measurement Character value structure.

Field Documentation

◆ crank_rev_data_present

bool cscs_meas_val_t::crank_rev_data_present

If Crank Revolution Data is present.

◆ cumulative_crank_revs

uint16_t cscs_meas_val_t::cumulative_crank_revs

Cumulative Crank Revolutions.

◆ cumulative_wheel_revs

uint32_t cscs_meas_val_t::cumulative_wheel_revs

Cumulative Wheel Revolutions.

◆ last_crank_event_time

uint16_t cscs_meas_val_t::last_crank_event_time

Last Crank Event Time.

◆ last_wheel_event_time

uint16_t cscs_meas_val_t::last_wheel_event_time

Last Wheel Event Time.

◆ wheel_rev_data_present

bool cscs_meas_val_t::wheel_rev_data_present

If Wheel Revolution Data is present.


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