public enum AttitudeManeuverKey extends Enum<AttitudeManeuverKey>
attitude maneuver
entries.Enum Constant and Description |
---|
ACTUATOR_USED
Actuator used.
|
COMMENT
Comment entry.
|
MAN_BEGIN_TIME
Start time of actual maneuver, relative to t₀.
|
MAN_DURATION
Duration.
|
MAN_END_TIME
End time of actual maneuver, relative to t₀.
|
MAN_ID
Maneuver identification number.
|
MAN_PREV_ID
Identification number of previous maneuver.
|
MAN_PURPOSE
Purpose of the maneuver.
|
TARGET_ATTITUDE
Target attitude.
|
TARGET_MOM_FRAME
Target momentum frame.
|
TARGET_MOMENTUM
Target momentum.
|
TARGET_SPINRATE
Target spin rate.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
AttitudeManeuver data)
Process an token.
|
static AttitudeManeuverKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttitudeManeuverKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean process(ParseToken token, ContextBinding context, AttitudeManeuver data)
token
- token to processcontext
- context bindingdata
- data to fillCopyright © 2002-2023 CS GROUP. All rights reserved.