public enum MavCmdDoMountConfigure extends Enum<MavCmdDoMountConfigure>
| 枚举常量和说明 |
|---|
PARAM_1
Mount operation mode (see MAV_MOUNT_MODE enum)
|
PARAM_2
stabilize roll?
|
PARAM_3
stabilize pitch?
|
PARAM_4
stabilize yaw?
|
PARAM_5
Empty
|
PARAM_6
Empty
|
PARAM_7
Empty
|
public static final MavCmdDoMountConfigure PARAM_1
public static final MavCmdDoMountConfigure PARAM_2
public static final MavCmdDoMountConfigure PARAM_3
public static final MavCmdDoMountConfigure PARAM_4
public static final MavCmdDoMountConfigure PARAM_5
public static final MavCmdDoMountConfigure PARAM_6
public static final MavCmdDoMountConfigure PARAM_7
public static MavCmdDoMountConfigure[] values()
for (MavCmdDoMountConfigure c : MavCmdDoMountConfigure.values()) System.out.println(c);
public static MavCmdDoMountConfigure valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020. All rights reserved.