the structure of arm gesture commands. More...
#include <arm_gesture_command.h>
Public Attributes | |
SensorCmdHeader | header |
union { | |
SensorInitGesture init_cmd | |
SensorExecGesture exec_cmd | |
SensorFlushGesture flush_cmd | |
}; | |
SensorResultArmGesture | result |
the structure of arm gesture commands.
SensorCmdHeader header |
Sensor command header.
SensorInitGesture init_cmd |
Initialization command.
SensorExecGesture exec_cmd |
Execution command.
SensorFlushGesture flush_cmd |
Termination command.
SensorResultArmGesture result |
Result information.