public enum MavCmdPanoramaCreate extends Enum<MavCmdPanoramaCreate>
| 枚举常量和说明 |
|---|
PARAM_1
Viewing angle horizontal of the panorama (in degrees, +- 0.5 the total angle)
|
PARAM_2
Viewing angle vertical of panorama (in degrees)
|
PARAM_3
Speed of the horizontal rotation (in degrees per second)
|
PARAM_4
Speed of the vertical rotation (in degrees per second)
|
public static final MavCmdPanoramaCreate PARAM_1
public static final MavCmdPanoramaCreate PARAM_2
public static final MavCmdPanoramaCreate PARAM_3
public static final MavCmdPanoramaCreate PARAM_4
public static MavCmdPanoramaCreate[] values()
for (MavCmdPanoramaCreate c : MavCmdPanoramaCreate.values()) System.out.println(c);
public static MavCmdPanoramaCreate valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020. All rights reserved.