public enum ManeuverHistoryMetadataKey extends Enum<ManeuverHistoryMetadataKey>
maneuver history container
entries.Enum Constant and Description |
---|
COMMENT
Comment entry.
|
DC_BODY_FRAME
Spacecraft body frame in which
DC_BODY_TRIGGER is specified. |
DC_BODY_TRIGGER
Direction in
body frame for triggering duty cycle. |
DC_EXEC_START
Start time of initial duty cycle-based maneuver execution.
|
DC_EXEC_STOP
End time of final duty cycle-based maneuver execution.
|
DC_MAX_CYCLES
Maximum number of "ON" duty cycles.
|
DC_MIN_CYCLES
Minimum number of "ON" duty cycles.
|
DC_PA_START_ANGLE
Phase angle of pulse start.
|
DC_PA_STOP_ANGLE
Phase angle of pulse stop.
|
DC_REF_DIR
Reference direction for triggering duty cycle.
|
DC_REF_TIME
Duty cycle thrust reference time.
|
DC_TIME_PULSE_DURATION
Duty cycle pulse "ON" duration.
|
DC_TIME_PULSE_PERIOD
Duty cycle elapsed time between start of a pulse and start of next pulse.
|
DC_TYPE
Type of duty cycle.
|
DC_WIN_CLOSE
Start time of duty cycle-based maneuver window.
|
DC_WIN_OPEN
Start time of duty cycle-based maneuver window.
|
GRAV_ASSIST_NAME
Origin of maneuver gravitational assist body.
|
MAN_BASIS
Basis of this maneuver history data.
|
MAN_BASIS_ID
Identification number of the orbit determination or simulation upon which this maneuver is based.
|
MAN_COMPOSITION
Maneuver elements of information.
|
MAN_DEVICE_ID
Identifier of the device used for this maneuver.
|
MAN_FRAME_EPOCH
Epoch of the
maneuver reference frame . |
MAN_ID
Maneuver identification number.
|
MAN_NEXT_EPOCH
Start time of next maneuver.
|
MAN_NEXT_ID
Identification number of next maneuver.
|
MAN_PRED_SOURCE
Prediction source on which this maneuver is based.
|
MAN_PREV_EPOCH
Completion time of previous maneuver.
|
MAN_PREV_ID
Identification number of previous maneuver.
|
MAN_PURPOSE
Purposes of the maneuver.
|
MAN_REF_FRAME
Reference frame of the maneuver.
|
MAN_UNITS
SI units for each elements of the maneuver.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
ManeuverHistoryMetadata container)
Process an token.
|
static ManeuverHistoryMetadataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManeuverHistoryMetadataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManeuverHistoryMetadataKey COMMENT
public static final ManeuverHistoryMetadataKey MAN_ID
public static final ManeuverHistoryMetadataKey MAN_PREV_ID
public static final ManeuverHistoryMetadataKey MAN_NEXT_ID
public static final ManeuverHistoryMetadataKey MAN_BASIS
public static final ManeuverHistoryMetadataKey MAN_BASIS_ID
public static final ManeuverHistoryMetadataKey MAN_DEVICE_ID
public static final ManeuverHistoryMetadataKey MAN_PREV_EPOCH
public static final ManeuverHistoryMetadataKey MAN_NEXT_EPOCH
public static final ManeuverHistoryMetadataKey MAN_PURPOSE
public static final ManeuverHistoryMetadataKey MAN_PRED_SOURCE
public static final ManeuverHistoryMetadataKey MAN_REF_FRAME
public static final ManeuverHistoryMetadataKey MAN_FRAME_EPOCH
maneuver reference frame
.public static final ManeuverHistoryMetadataKey GRAV_ASSIST_NAME
public static final ManeuverHistoryMetadataKey DC_TYPE
public static final ManeuverHistoryMetadataKey DC_WIN_OPEN
public static final ManeuverHistoryMetadataKey DC_WIN_CLOSE
public static final ManeuverHistoryMetadataKey DC_MIN_CYCLES
public static final ManeuverHistoryMetadataKey DC_MAX_CYCLES
public static final ManeuverHistoryMetadataKey DC_EXEC_START
public static final ManeuverHistoryMetadataKey DC_EXEC_STOP
public static final ManeuverHistoryMetadataKey DC_REF_TIME
public static final ManeuverHistoryMetadataKey DC_TIME_PULSE_DURATION
public static final ManeuverHistoryMetadataKey DC_TIME_PULSE_PERIOD
public static final ManeuverHistoryMetadataKey DC_REF_DIR
public static final ManeuverHistoryMetadataKey DC_BODY_FRAME
DC_BODY_TRIGGER
is specified.public static final ManeuverHistoryMetadataKey DC_BODY_TRIGGER
body frame
for triggering duty cycle.public static final ManeuverHistoryMetadataKey DC_PA_START_ANGLE
public static final ManeuverHistoryMetadataKey DC_PA_STOP_ANGLE
public static final ManeuverHistoryMetadataKey MAN_COMPOSITION
public static final ManeuverHistoryMetadataKey MAN_UNITS
public static ManeuverHistoryMetadataKey[] values()
for (ManeuverHistoryMetadataKey c : ManeuverHistoryMetadataKey.values()) System.out.println(c);
public static ManeuverHistoryMetadataKey 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, ManeuverHistoryMetadata container)
token
- token to processcontext
- context bindingcontainer
- container to fillCopyright © 2002-2022 CS GROUP. All rights reserved.