public class MavlinkType extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getArrayLength() |
int |
getLength() |
String |
getMavlinkType() |
int |
getStreamLength() |
Class<?> |
getType() |
String |
getTypeName() |
boolean |
isArray() |
boolean |
isUnsigned() |
static MavlinkType |
of(String mavlinkType) |
public static MavlinkType of(String mavlinkType)
public Class<?> getType()
public String getTypeName()
public String getMavlinkType()
public boolean isArray()
public boolean isUnsigned()
public int getArrayLength()
public int getLength()
public int getStreamLength()
Copyright © 2020. All rights reserved.