public enum AttitudeDeterminationKey extends Enum<AttitudeDeterminationKey>
attitude determination data
entries.Enum Constant and Description |
---|
AD_ID
Identification number.
|
AD_METHOD
Attitude determination method.
|
AD_PREV_ID
Identification of previous attitude determination.
|
ATTITUDE_SOURCE
Source of attitude estimate.
|
ATTITUDE_STATES
Attitude states.
|
COMMENT
Comment entry.
|
COV_TYPE
Type of attitude error state.
|
EULER_ROT_SEQ
Rotation sequence entry.
|
NUMBER_STATES
Number of states.
|
RATE_PROCESS_NOISE_STDDEV
Process noise standard deviation if
RATE_STATES is RateElementsType.ANGVEL . |
RATE_STATES
Attitude rate states.
|
REF_FRAME_A
Reference frame defining the starting point of the transformation.
|
REF_FRAME_B
Reference frame defining the end point of the transformation.
|
SENSOR
Sensor block sub-structure.
|
SIGMA_U
Rate random walk if
RATE_STATES is RateElementsType.GYRO_BIAS . |
SIGMA_V
Angle random walk if
RATE_STATES is RateElementsType.GYRO_BIAS . |
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
AcmParser parser,
ContextBinding context,
AttitudeDetermination container)
Process an token.
|
static AttitudeDeterminationKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttitudeDeterminationKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttitudeDeterminationKey COMMENT
public static final AttitudeDeterminationKey AD_ID
public static final AttitudeDeterminationKey AD_PREV_ID
public static final AttitudeDeterminationKey AD_METHOD
public static final AttitudeDeterminationKey ATTITUDE_SOURCE
public static final AttitudeDeterminationKey EULER_ROT_SEQ
public static final AttitudeDeterminationKey NUMBER_STATES
public static final AttitudeDeterminationKey ATTITUDE_STATES
public static final AttitudeDeterminationKey COV_TYPE
public static final AttitudeDeterminationKey REF_FRAME_A
public static final AttitudeDeterminationKey REF_FRAME_B
public static final AttitudeDeterminationKey RATE_STATES
public static final AttitudeDeterminationKey SIGMA_U
RATE_STATES
is RateElementsType.GYRO_BIAS
.public static final AttitudeDeterminationKey SIGMA_V
RATE_STATES
is RateElementsType.GYRO_BIAS
.public static final AttitudeDeterminationKey RATE_PROCESS_NOISE_STDDEV
RATE_STATES
is RateElementsType.ANGVEL
.public static final AttitudeDeterminationKey SENSOR
public static AttitudeDeterminationKey[] values()
for (AttitudeDeterminationKey c : AttitudeDeterminationKey.values()) System.out.println(c);
public static AttitudeDeterminationKey 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, AcmParser parser, ContextBinding context, AttitudeDetermination container)
token
- token to processparser
- ACM file parsercontext
- context bindingcontainer
- container to fillCopyright © 2002-2023 CS GROUP. All rights reserved.