public class ScStdData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
short |
mA
rotation around the x-axis
|
short |
mB
rotation around the y-axis
|
short |
mC
rotation around the z-axis
|
int |
mEvent
flag to signal special events, e.g.
|
int |
mRotLmh
bitmask with the low-, mid- and high-flags of rotation
|
int |
mTraLmh
bitmask with the low-, mid- and high-flags of translation
|
int |
mTvSec
time the message was generated by the driver: seconds elapsed since jan 01 1970 UTC
|
int |
mTvUsec
time the message was generated by the driver: additional microseconds since mTvSec
|
short |
mX
x-translation coordinate
|
short |
mY
y-translation coordinate
|
short |
mZ
z-translation coordinate
|
Constructor and Description |
---|
ScStdData() |
public short mX
public short mY
public short mZ
public short mA
public short mB
public short mC
public int mTraLmh
public int mRotLmh
public int mEvent
public int mTvSec
public int mTvUsec