| 构造器和说明 |
|---|
AttitudeTarget() |
AttitudeTarget(byte[] messagePayload) |
AttitudeTarget(long timeBootMs,
short typeMask,
float q,
float bodyRollRate,
float bodyPitchRate,
float bodyYawRate,
float thrust) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
float |
getBodyPitchRate() |
float |
getBodyRollRate() |
float |
getBodyYawRate() |
float |
getQ() |
float |
getThrust() |
long |
getTimeBootMs() |
short |
getTypeMask() |
int |
hashCode() |
String |
hexStringPayload() |
byte[] |
messagePayload() |
void |
messagePayload(byte[] messagePayload) |
AttitudeTarget |
setBodyPitchRate(float bodyPitchRate) |
AttitudeTarget |
setBodyRollRate(float bodyRollRate) |
AttitudeTarget |
setBodyYawRate(float bodyYawRate) |
AttitudeTarget |
setQ(float q) |
AttitudeTarget |
setThrust(float thrust) |
AttitudeTarget |
setTimeBootMs(long timeBootMs) |
AttitudeTarget |
setTypeMask(short typeMask) |
String |
toString() |
public AttitudeTarget(long timeBootMs,
short typeMask,
float q,
float bodyRollRate,
float bodyPitchRate,
float bodyYawRate,
float thrust)
public AttitudeTarget(byte[] messagePayload)
public AttitudeTarget()
public void messagePayload(byte[] messagePayload)
messagePayload 在接口中 Messagepublic byte[] messagePayload()
messagePayload 在接口中 Messagepublic String hexStringPayload()
hexStringPayload 在接口中 Messagepublic final AttitudeTarget setTimeBootMs(long timeBootMs)
public final long getTimeBootMs()
public final AttitudeTarget setTypeMask(short typeMask)
public final short getTypeMask()
public final AttitudeTarget setQ(float q)
public final float getQ()
public final AttitudeTarget setBodyRollRate(float bodyRollRate)
public final float getBodyRollRate()
public final AttitudeTarget setBodyPitchRate(float bodyPitchRate)
public final float getBodyPitchRate()
public final AttitudeTarget setBodyYawRate(float bodyYawRate)
public final float getBodyYawRate()
public final AttitudeTarget setThrust(float thrust)
public final float getThrust()
Copyright © 2020. All rights reserved.