public enum MavCmdDoSetMode extends Enum<MavCmdDoSetMode>
| 枚举常量和说明 |
|---|
PARAM_1
Mode, as defined by ENUM MAV_MODE
|
PARAM_2
Custom mode - this is system specific, please refer to the individual autopilot specifications for details.
|
PARAM_3
Empty
|
PARAM_4
Empty
|
PARAM_5
Empty
|
PARAM_6
Empty
|
PARAM_7
Empty
|
public static final MavCmdDoSetMode PARAM_1
public static final MavCmdDoSetMode PARAM_2
public static final MavCmdDoSetMode PARAM_3
public static final MavCmdDoSetMode PARAM_4
public static final MavCmdDoSetMode PARAM_5
public static final MavCmdDoSetMode PARAM_6
public static final MavCmdDoSetMode PARAM_7
public static MavCmdDoSetMode[] values()
for (MavCmdDoSetMode c : MavCmdDoSetMode.values()) System.out.println(c);
public static MavCmdDoSetMode valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020. All rights reserved.