Uses of Class
org.orekit.files.ccsds.ndm.adm.apm.ApmQuaternion
-
Packages that use ApmQuaternion Package Description org.orekit.files.ccsds.ndm.adm.apm This package contains class managing CCSDS Attitude Parameter Message. -
-
Uses of ApmQuaternion in org.orekit.files.ccsds.ndm.adm.apm
Methods in org.orekit.files.ccsds.ndm.adm.apm that return ApmQuaternion Modifier and Type Method Description ApmQuaternion
ApmData. getQuaternionBlock()
Get the quaternion logical block.Methods in org.orekit.files.ccsds.ndm.adm.apm with parameters of type ApmQuaternion Modifier and Type Method Description boolean
ApmQuaternionKey. process(ParseToken token, ContextBinding context, ApmQuaternion container, ParseToken.DateConsumer epochSetter)
Process one token.Constructors in org.orekit.files.ccsds.ndm.adm.apm with parameters of type ApmQuaternion Constructor Description ApmData(CommentsContainer commentsBlock, AbsoluteDate epoch, ApmQuaternion quaternionBlock, Euler eulerBlock, AngularVelocity angularVelocityBlock, SpinStabilized spinStabilizedBlock, Inertia inertia)
Simple constructor.
-