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 | floatMotion X axis data.  | 
| motionY | floatMotion Y axis data.  | 
| motionZ | floatMotion Z axis data.  | 
| timestamp | uint64_tTimestamp 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.
