SmartSnippets DA1459x SDK
Data Fields
cscs_client_measurement_t Struct Reference

#include <cscs_client.h>

Data Fields

bool wheel_revolution_data_present: 1
 
bool crank_revolution_data_present: 1
 
uint32_t cumulative_wheel_revolutions
 
uint16_t last_wheel_event_time
 
uint16_t cumulative_crank_revolutions
 
uint16_t last_crank_event_time
 

Detailed Description

CSC measurement

It corresponds to CSC measurement characteristic value

Field Documentation

◆ crank_revolution_data_present

bool cscs_client_measurement_t::crank_revolution_data_present

Indicates if crank revolution data is present

◆ cumulative_crank_revolutions

uint16_t cscs_client_measurement_t::cumulative_crank_revolutions

Cumulative crank revolutions count. Field exists if crank revolution data present

◆ cumulative_wheel_revolutions

uint32_t cscs_client_measurement_t::cumulative_wheel_revolutions

Cumulative wheel revolutions count. Field exists if wheel revolution data present

◆ last_crank_event_time

uint16_t cscs_client_measurement_t::last_crank_event_time

Last crank event time. Unit: 1/1024 s. Field exists if crank revolution data present

◆ last_wheel_event_time

uint16_t cscs_client_measurement_t::last_wheel_event_time

Last wheel event time. Unit: 1/1024 s. Field exists if wheel revolution data present

◆ wheel_revolution_data_present

bool cscs_client_measurement_t::wheel_revolution_data_present

Indicates if wheel revolution data is present


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