Package | Description |
---|---|
org.orekit.files.ccsds.ndm.adm.acm |
This package contains class managing CCSDS Attitude Comprehensive Message.
|
Modifier and Type | Method and Description |
---|---|
static AcmElements |
AcmElements.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcmElements[] |
AcmElements.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<AcmElements> |
AcmMetadata.getAcmDataElements()
Get the list of elements of information data blocks included in this message.
|
Modifier and Type | Method and Description |
---|---|
void |
AcmMetadata.setAcmDataElements(List<AcmElements> acmDataElements)
Set the list of elements of information data blocks included in this message.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.