| Package | Description |
|---|---|
| org.xtce.math | |
| org.xtce.toolkit |
This package is the XTCE Toolkit that provides a convenient and relatively
simple Application Programming Interface (API) to use an XTCE document, from
an end user application, where the developer need not have advanced
knowledge of the intricacies of dealing with the XTCE data model directly.
|
| Constructor and Description |
|---|
PolynomialCalibration(org.omg.space.xtce.PolynomialType polynomialElement,
XTCEValidRange validRange,
int rawSizeInBits,
XTCETypedObject.RawType rawTypeName)
Constructs a Calibration object based on the PolynomialType
element in the XTCE document.
|
| Modifier and Type | Method and Description |
|---|---|
XTCETypedObject.RawType |
XTCETypedObject.getRawType()
Retrieves a short name for the raw encoding type of this named and
typed object in the XTCE data model.
|
static XTCETypedObject.RawType |
XTCETypedObject.RawType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XTCETypedObject.RawType[] |
XTCETypedObject.RawType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2019. All rights reserved.