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