|
SmartSnippets DA1459x SDK
|
#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 |
CSC measurement
It corresponds to CSC measurement characteristic value
| bool cscs_client_measurement_t::crank_revolution_data_present |
Indicates if crank revolution data is present
| uint16_t cscs_client_measurement_t::cumulative_crank_revolutions |
Cumulative crank revolutions count. Field exists if crank revolution data present
| uint32_t cscs_client_measurement_t::cumulative_wheel_revolutions |
Cumulative wheel revolutions count. Field exists if wheel revolution data present
| 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
| 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
| bool cscs_client_measurement_t::wheel_revolution_data_present |
Indicates if wheel revolution data is present
1.8.16