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

motionType

Paddleboat_Motion_Type Paddleboat_Motion_Data::motionType

The type of motion event data.

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.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2023年03月10日 UTC.