public enum AttitudeDeterminationSensorKey extends Enum<AttitudeDeterminationSensorKey>
attitude determination data
sensor entries.Enum Constant and Description |
---|
NUMBER_SENSOR_NOISE_COVARIANCE
Number of noise elements.
|
SENSOR_FREQUENCY
Frequency of sensor data.
|
SENSOR_NOISE_STDDEV
Standard deviation of sensor noises.
|
SENSOR_NUMBER
Sensor number.
|
SENSOR_USED
Sensor used.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
AttitudeDeterminationSensor container)
Process an token.
|
static AttitudeDeterminationSensorKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttitudeDeterminationSensorKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttitudeDeterminationSensorKey SENSOR_NUMBER
public static final AttitudeDeterminationSensorKey SENSOR_USED
public static final AttitudeDeterminationSensorKey NUMBER_SENSOR_NOISE_COVARIANCE
public static final AttitudeDeterminationSensorKey SENSOR_NOISE_STDDEV
public static final AttitudeDeterminationSensorKey SENSOR_FREQUENCY
public static AttitudeDeterminationSensorKey[] values()
for (AttitudeDeterminationSensorKey c : AttitudeDeterminationSensorKey.values()) System.out.println(c);
public static AttitudeDeterminationSensorKey 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, AttitudeDeterminationSensor container)
token
- token to processcontext
- context bindingcontainer
- container to fillCopyright © 2002-2023 CS GROUP. All rights reserved.