the structure of step counter commands. More...
#include <step_counter_command.h>

Public Attributes | |
| SensorCmdHeader | header |
| union { | |
| SensorInitStepCounter init_cmd | |
| SensorExecStepCounter exec_cmd | |
| SensorFlushStepCounter flush_cmd | |
| }; | |
| SensorResultStepCounter | result |
the structure of step counter commands.
| SensorCmdHeader header |
Sensor command header.
| SensorInitStepCounter init_cmd |
Initialization command.
| SensorExecStepCounter exec_cmd |
Execution command.
| SensorFlushStepCounter flush_cmd |
Termination command.
| SensorResultStepCounter result |
Result information.