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