Uses of Class
org.yamcs.xtce.SequenceEntry
Packages that use SequenceEntry
-
Uses of SequenceEntry in org.yamcs.xtce
Subclasses of SequenceEntry in org.yamcs.xtceModifier and TypeClassDescriptionclassAn entry that is a single ArgumentclassDescribe an entry that is an array parameter.classEntry from a container that makes reference to another container.classHolds an optional attributes name, bitOrder, byteOrderList, required attributes binaryValue, sizeInBits and optional LocationInContainerInBits, RepeatEntry and IncludeCondition.classAn entry whose name is given by the value of a ParamameterInstance.classAn entry that is a single ParameterMethods in org.yamcs.xtce that return types with arguments of type SequenceEntryModifier and TypeMethodDescriptionCommandContainer.getEntryList()returns the list of entriesabstract List<SequenceEntry>Container.getEntryList()SequenceContainer.getEntryList()Returns the list of the entries in the sequence container.Methods in org.yamcs.xtce with parameters of type SequenceEntryModifier and TypeMethodDescriptionvoidCommandContainer.addEntry(SequenceEntry se) abstract voidContainer.addEntry(SequenceEntry se) voidSequenceContainer.addEntry(SequenceEntry entry) Add single entry to list of entriesintSequenceEntry.compareTo(SequenceEntry se) voidSequenceContainer.insertEntry(int idx, SequenceEntry entry) Insert the given entry in position idx.Method parameters in org.yamcs.xtce with type arguments of type SequenceEntryModifier and TypeMethodDescriptionvoidSequenceContainer.setEntryList(List<SequenceEntry> entryList)