Package org.yamcs.xtce
Class AncillaryData
java.lang.Object
org.yamcs.xtce.AncillaryData
- All Implemented Interfaces:
Serializable
Used for any other data associated with each named object. May be used to
include administrative data (e.g., version, CM or tags) or potentially any
MIME type. Data may be included or given as an href.
The properties used in yamcs are grouped under the key Yamcs and documented below. Only name and value are used (href and mimeType are ignored).
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Used to specifies that certain inputs for an algorithm are mandatory (the algorithm won't be started if they are not there)static final String
Used to override default CCSDS MAP ID for commandsstatic final String
static final String
Used to configure the SequenceContainers to be used to partition the archive data. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
KEY_YAMCS
- See Also:
-
KEY_ALGO_MANDATORY_INPUT
Used to specifies that certain inputs for an algorithm are mandatory (the algorithm won't be started if they are not there)- See Also:
-
PROP_USE_AS_ARCHIVING_PARTITION
Used to configure the SequenceContainers to be used to partition the archive data. The containers will also be used for histogram building (this is the "pname" column in the tm table).- See Also:
-
KEY_CCSDS_MAP_ID
Used to override default CCSDS MAP ID for commands- See Also:
-
-
Constructor Details
-
AncillaryData
-
-
Method Details