the structure of STEP_COUNTER results. More...
#include <step_counter_command.h>
Public Attributes | |
float | tempo |
float | stride |
float | speed |
float | distance |
uint32_t | step |
StepCounterMovementType | movement_type |
uint64_t | time_stamp |
the structure of STEP_COUNTER results.
float tempo |
Indicates tempo of walking / jogging calculated from the input acceleration data. The unit is [Hz].
float stride |
Indicates stride calculated from input acceleration data. The unit is [cm].
float speed |
Indicates speed of walking / jogging calculated from the input acceleration data. The unit is [m/s].
float distance |
Indicates cumulative travel distance calculated from the input acceleration data. The unit is [m].
uint32_t step |
Indicates the number of steps calculated from the input acceleration data. The unit is [step].
StepCounterMovementType movement_type |
Indicates the walking type calculated from the input acceleration data.
uint64_t time_stamp |
Indicates latest timestamp of the acceleration sensor data used.