Enum Class SpacecraftBodyFrame.BaseEquipment
java.lang.Object
java.lang.Enum<SpacecraftBodyFrame.BaseEquipment>
org.orekit.files.ccsds.definitions.SpacecraftBodyFrame.BaseEquipment
- All Implemented Interfaces:
Serializable,Comparable<SpacecraftBodyFrame.BaseEquipment>,Constable
- Enclosing class:
SpacecraftBodyFrame
public static enum SpacecraftBodyFrame.BaseEquipment
extends Enum<SpacecraftBodyFrame.BaseEquipment>
Equipment on which the frame is located.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAccelerometer.Actuator: could denote reaction wheels, solar arrays, thrusters, etc..Autonomous Star Tracker.Coarse Sun Sensor.Digital Sun Sensor.Earth Sensor Assembly.Gyro reference frame (this name was used in ADM V1.0 (CCSDS 504.0-B-1).Gyro reference frame (this name is used in SANA registry https://sanaregistry.org/r/spacecraft_body_reference_frames/).Inertial Measurement Unit.Instrument.Magnetic Torque Assembly.Reaction Wheel.Solar Array.Spacecraft Body.Sensor.Star Tracker.Three Axis Magnetometer. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SpacecraftBodyFrame.BaseEquipment[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACC
Accelerometer. -
ACTUATOR
Actuator: could denote reaction wheels, solar arrays, thrusters, etc.. -
AST
Autonomous Star Tracker. -
CSS
Coarse Sun Sensor. -
DSS
Digital Sun Sensor. -
ESA
Earth Sensor Assembly. -
GYRO_FRAME
Gyro reference frame (this name is used in SANA registry https://sanaregistry.org/r/spacecraft_body_reference_frames/). -
GYRO
Gyro reference frame (this name was used in ADM V1.0 (CCSDS 504.0-B-1). -
IMU_FRAME
Inertial Measurement Unit. -
INSTRUMENT
Instrument. -
MTA
Magnetic Torque Assembly. -
RW
Reaction Wheel. -
SA
Solar Array. -
SC_BODY
Spacecraft Body. -
SENSOR
Sensor. -
STARTRACKER
Star Tracker. -
TAM
Three Axis Magnetometer.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-