All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.xtce.toolkit.package-info Maven / Gradle / Ivy

Go to download

This project contains software to support the Object Management Group (OMG) Space Domain Task Force (SDTF) maintained XML Telemetry and Command Exchange (XTCE) specification.

There is a newer version: 1.1.6
Show newest version
/** 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.
 *
 * 

This package is generally used by first instantiating an XTCEDatabase object * from an existing file or using the new database file constructor. Once the * database has been loaded and optionally validated against the schema, the * user may then read and write to TM/TC Parameters, Telecommand, and * Containers/Packets within the data model. Examples can be found in the * org.omg.space.xtce.examples package.

* *

This package provides the core functionality to the XTCE Graphical User * Interface in the "ui" package as well.

* */ package org.xtce.toolkit;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy