public class SpacecraftBodyFrame extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SpacecraftBodyFrame.BaseEquipment
Equipment on which the frame is located.
|
Constructor and Description |
---|
SpacecraftBodyFrame(SpacecraftBodyFrame.BaseEquipment baseEquipment,
String label)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
SpacecraftBodyFrame.BaseEquipment |
getBaseEquipment()
Get the quipment on which the frame is located.
|
String |
getLabel()
Get the frame label.
|
static SpacecraftBodyFrame |
parse(String descriptor)
Build an instance from a normalized descriptor.
|
String |
toString() |
public SpacecraftBodyFrame(SpacecraftBodyFrame.BaseEquipment baseEquipment, String label)
baseEquipment
- equipment on which the frame is locatedlabel
- frame labelpublic SpacecraftBodyFrame.BaseEquipment getBaseEquipment()
public String getLabel()
public String toString()
The CCSDS composite name combines the base equipment
and the getLabel()
public static SpacecraftBodyFrame parse(String descriptor)
Normalized strings have '_' characters replaced by spaces, and multiple spaces collapsed as one space only.
descriptor
- normalized descriptorCopyright © 2002-2022 CS GROUP. All rights reserved.