| Package | Description |
|---|---|
| org.xtce.apps.editor.ui |
This package is the XTCE Viewer/Browser graphical user interface tool,
which is launched from main() at org.xtce.apps.editor.ui.XTCEViewer.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
XTCETelecommandContentModel |
XTCEViewerTelecommandTreeNode.getContentModel()
Accessor to retrieve a reference to the evaluated container content for
this tree node, or null if it has not been evaluated before.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XTCEViewerTelecommandTreeNode.setContentModel(XTCETelecommandContentModel contentModel)
Setter to update the internal container model object when the container
for this tree node is evaluated.
|
| Modifier and Type | Method and Description |
|---|---|
XTCETelecommandContentModel |
XTCEDatabase.processTelecommand(XTCETelecommand telecommand,
BitSet binaryData)
Function to decompose an XTCETelecommand object into a simple array of
entries that an application can iterate over without the need to
resolve XTCE data model references, included additional containers,
base containers, and conditional processing.
|
XTCETelecommandContentModel |
XTCEDatabase.processTelecommand(XTCETelecommand telecommand,
byte[] bytes)
Function to decompose an XTCETelecommand object into a simple array of
entries that an application can iterate over without the need to
resolve XTCE data model references, included additional containers,
base containers, and conditional processing.
|
XTCETelecommandContentModel |
XTCEDatabase.processTelecommand(XTCETelecommand telecommand,
InputStream stream)
Function to decompose an XTCETelecommand object into a simple array of
entries that an application can iterate over without the need to
resolve XTCE data model references, included additional containers,
base containers, and conditional processing.
|
XTCETelecommandContentModel |
XTCEDatabase.processTelecommand(XTCETelecommand tcObject,
List<XTCEContainerEntryValue> userValues,
boolean showAllConditions)
Function to decompose an XTCETelecommand object into a simple array of
entries that an application can iterate over without the need to
resolve XTCE data model references, included additional containers,
base containers, and conditional processing.
|
Copyright © 2015–2019. All rights reserved.