| 构造器和说明 |
|---|
Attitude() |
Attitude(byte[] messagePayload) |
Attitude(long timeBootMs,
float roll,
float pitch,
float yaw,
float rollspeed,
float pitchspeed,
float yawspeed) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
float |
getPitch() |
float |
getPitchspeed() |
float |
getRoll() |
float |
getRollspeed() |
long |
getTimeBootMs() |
float |
getYaw() |
float |
getYawspeed() |
int |
hashCode() |
String |
hexStringPayload() |
byte[] |
messagePayload() |
void |
messagePayload(byte[] messagePayload) |
Attitude |
setPitch(float pitch) |
Attitude |
setPitchspeed(float pitchspeed) |
Attitude |
setRoll(float roll) |
Attitude |
setRollspeed(float rollspeed) |
Attitude |
setTimeBootMs(long timeBootMs) |
Attitude |
setYaw(float yaw) |
Attitude |
setYawspeed(float yawspeed) |
String |
toString() |
public Attitude(long timeBootMs,
float roll,
float pitch,
float yaw,
float rollspeed,
float pitchspeed,
float yawspeed)
public Attitude(byte[] messagePayload)
public Attitude()
public void messagePayload(byte[] messagePayload)
messagePayload 在接口中 Messagepublic byte[] messagePayload()
messagePayload 在接口中 Messagepublic String hexStringPayload()
hexStringPayload 在接口中 Messagepublic final Attitude setTimeBootMs(long timeBootMs)
public final long getTimeBootMs()
public final Attitude setRoll(float roll)
public final float getRoll()
public final Attitude setPitch(float pitch)
public final float getPitch()
public final Attitude setYaw(float yaw)
public final float getYaw()
public final Attitude setRollspeed(float rollspeed)
public final float getRollspeed()
public final Attitude setPitchspeed(float pitchspeed)
public final float getPitchspeed()
public final Attitude setYawspeed(float yawspeed)
public final float getYawspeed()
Copyright © 2020. All rights reserved.