public enum MavCmdNavRoi extends Enum<MavCmdNavRoi>
| 枚举常量和说明 |
|---|
PARAM_1
Region of intereset mode.
|
PARAM_2
MISSION index/ target ID.
|
PARAM_3
ROI index (allows a vehicle to manage multiple ROI's)
|
PARAM_4
Empty
|
PARAM_5
x the location of the fixed ROI (see MAV_FRAME)
|
PARAM_6
y
|
PARAM_7
z
|
public static final MavCmdNavRoi PARAM_1
public static final MavCmdNavRoi PARAM_2
public static final MavCmdNavRoi PARAM_3
public static final MavCmdNavRoi PARAM_4
public static final MavCmdNavRoi PARAM_5
public static final MavCmdNavRoi PARAM_6
public static final MavCmdNavRoi PARAM_7
public static MavCmdNavRoi[] values()
for (MavCmdNavRoi c : MavCmdNavRoi.values()) System.out.println(c);
public static MavCmdNavRoi valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020. All rights reserved.