Paddleboat_Motion_Data
#include <paddleboat.h>
A structure that contains motion data reported by a controller.
Summary
Public attributes |
|
---|---|
motionType
|
The type of motion event data.
|
motionX
|
float
Motion X axis data.
|
motionY
|
float
Motion Y axis data.
|
motionZ
|
float
Motion Z axis data.
|
timestamp
|
uint64_t
Timestamp of when the motion data event occurred, timestamp is nanoseconds elapsed since clock epoch.
|
Public attributes
motionX
float Paddleboat_Motion_Data::motionX
Motion X axis data.
motionY
float Paddleboat_Motion_Data::motionY
Motion Y axis data.
motionZ
float Paddleboat_Motion_Data::motionZ
Motion Z axis data.
timestamp
uint64_t Paddleboat_Motion_Data::timestamp
Timestamp of when the motion data event occurred, timestamp is nanoseconds elapsed since clock epoch.