public enum AttitudeManeuverKey extends Enum<AttitudeManeuverKey>
Enum Constant and Description |
---|
ACTUATOR_USED
使用的执行器。
|
COMMENT
注释条目。
|
MAN_BEGIN_TIME
实际机动的开始时间,相对于 t₀。
|
MAN_DURATION
持续时间。
|
MAN_END_TIME
实际机动的结束时间,相对于 t₀。
|
MAN_ID
机动识别号。
|
MAN_PREV_ID
前一次机动的识别号。
|
MAN_PURPOSE
机动的目的。
|
TARGET_ATTITUDE
目标姿态。
|
TARGET_MOM_FRAME
目标动量参考系。
|
TARGET_MOMENTUM
目标动量。
|
TARGET_SPINRATE
目标自旋速率。
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token, ContextBinding context, AttitudeManeuver data)
处理一个标记。
|
static AttitudeManeuverKey |
valueOf(String name)
返回具有指定名称的此类型的枚举常量。
|
static AttitudeManeuverKey[] |
values()
返回一个数组,其中包含此枚举类型的常量,按照它们声明的顺序排列。
|
public static final AttitudeManeuverKey COMMENT
public static final AttitudeManeuverKey MAN_ID
public static final AttitudeManeuverKey MAN_PREV_ID
public static final AttitudeManeuverKey MAN_PURPOSE
public static final AttitudeManeuverKey MAN_BEGIN_TIME
public static final AttitudeManeuverKey MAN_END_TIME
public static final AttitudeManeuverKey MAN_DURATION
public static final AttitudeManeuverKey ACTUATOR_USED
public static final AttitudeManeuverKey TARGET_MOMENTUM
public static final AttitudeManeuverKey TARGET_MOM_FRAME
public static final AttitudeManeuverKey TARGET_ATTITUDE
public static final AttitudeManeuverKey TARGET_SPINRATE
public static AttitudeManeuverKey[] values()
for (AttitudeManeuverKey c : AttitudeManeuverKey.values()) System.out.println(c);
public static AttitudeManeuverKey valueOf(String name)
name
- 要返回的枚举常量的名称。
IllegalArgumentException
- 如果此枚举类型没有具有指定名称的常量
NullPointerException
- 如果参数为 null
public boolean process(ParseToken token, ContextBinding context, AttitudeManeuver data)
token
- 要处理的标记
context
- 上下文绑定
data
- 要填充的数据
Copyright © 2002-2023 CS GROUP. All rights reserved.