Uses of Class
org.orekit.files.ccsds.definitions.DutyCycleType
-
Packages that use DutyCycleType Package Description org.orekit.files.ccsds.definitions This package contains definitions for CCSDS objects (frames, time systems...).org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message. -
-
Uses of DutyCycleType in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions that return DutyCycleType Modifier and Type Method Description static DutyCycleTypeDutyCycleType. valueOf(String name)Returns the enum constant of this type with the specified name.static DutyCycleType[]DutyCycleType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DutyCycleType in org.orekit.files.ccsds.ndm.odm.ocm
Fields in org.orekit.files.ccsds.ndm.odm.ocm declared as DutyCycleType Modifier and Type Field Description static DutyCycleTypeOrbitManeuverHistoryMetadata. DEFAULT_DC_TYPEDefault duty cycle type.Methods in org.orekit.files.ccsds.ndm.odm.ocm that return DutyCycleType Modifier and Type Method Description DutyCycleTypeOrbitManeuverHistoryMetadata. getDcType()Get type of duty cycle.Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type DutyCycleType Modifier and Type Method Description voidOrbitManeuverHistoryMetadata. setDcType(DutyCycleType dcType)Set type of duty cycle.
-