public class MyoData
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
currentPose |
double |
pitch |
double |
roll |
long |
timestamp |
double |
yaw |
Constructor and Description |
---|
MyoData() |
MyoData(long timestamp,
double roll,
double pitch,
double yaw,
java.lang.String currentPose) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public long timestamp
public double roll
public double pitch
public double yaw
public java.lang.String currentPose