Package | Description |
---|---|
org.orekit.files.ccsds.ndm.adm.acm |
This package contains class managing CCSDS Attitude Comprehensive Message.
|
Modifier and Type | Method and Description |
---|---|
List<AttitudeStateHistory> |
AcmData.getAttitudeBlocks()
Get attitude state histories logical blocks.
|
List<AttitudeStateHistory> |
AcmSatelliteEphemeris.getSegments()
Get the segments of the attitude ephemeris.
|
Constructor and Description |
---|
AcmData(List<AttitudeStateHistory> attitudeBlocks,
AttitudePhysicalProperties physicBlock,
List<AttitudeCovarianceHistory> covarianceBlocks,
List<AttitudeManeuver> maneuverBlocks,
AttitudeDetermination attitudeDeterminationBlock,
UserDefined userDefinedBlock)
Simple constructor.
|
AcmSatelliteEphemeris(String name,
List<AttitudeStateHistory> blocks)
Create a container for the set of ephemeris blocks in the file that pertain to
a single satellite.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.