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