| Package | Description |
|---|---|
| org.xtce.apps.editor.dialogs | |
| 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 |
|---|
XTCEViewerEncodeDecodeItemDialog(Frame parent,
boolean modal,
XTCETypedObject item,
String aliases)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
XTCEArgument
This class serves as a convenient container for representing Telecommand
Arguments in the XTCE data model by abstracting the mechanics of assembling
Argument attributes that are derived from XTCE related rules of processing,
which can include processing of Argument, Member, and Type elements.
|
class |
XTCEParameter
This class serves as a convenient container for representing TM and TC
Parameters in the XTCE data model by abstracting the mechanics of assembling
Parameter attributes that are derived from XTCE related rules of processing,
which can include processing of Parameter, Member, and Type elements.
|
| Constructor and Description |
|---|
XTCEContainerEntryValue(XTCETypedObject item,
BitSet rawValue)
Constructor
This constructs an instance of the class to represent a binary decoded
value from a binary stream BitSet, which is always a raw value.
|
XTCEContainerEntryValue(XTCETypedObject item,
BitSet rawValue,
org.omg.space.xtce.CalibratorType calibrator)
Constructor
This constructs an instance of the class to represent a binary decoded
value from a binary stream BitSet, which is always a raw value.
|
XTCEContainerEntryValue(XTCETypedObject item,
String value,
String operator,
String form)
Constructor
This constructs an instance of the class to represent an assigned or
chosen value for an XTCEParameter and whether or not it is Calibrated.
|
XTCEItemValue(XTCETypedObject item)
Constructor
|
XTCEItemValue(XTCETypedObject item,
org.omg.space.xtce.CalibratorType calibrator)
Constructor
|
Copyright © 2015–2019. All rights reserved.