Uses of Class
org.yamcs.xtce.SequenceEntry
Packages that use SequenceEntry
-
Uses of SequenceEntry in org.yamcs.http.api
Methods in org.yamcs.http.api with parameters of type SequenceEntryModifier and TypeMethodDescriptionstatic Mdb.SequenceEntryInfo
XtceToGpbAssembler.toSequenceEntryInfo
(SequenceEntry e, XtceToGpbAssembler.DetailLevel detail) -
Uses of SequenceEntry in org.yamcs.mdb
Methods in org.yamcs.mdb with parameters of type SequenceEntryModifier and TypeMethodDescriptionvoid
SubscribedContainer.addEntry
(SequenceEntry se) void
Subscription.addSequenceEntry
(SequenceEntry se) void
SequenceEntryProcessor.extract
(SequenceEntry se) -
Uses of SequenceEntry in org.yamcs.parameter
Methods in org.yamcs.parameter that return SequenceEntryMethods in org.yamcs.parameter with parameters of type SequenceEntryModifier and TypeMethodDescriptionvoid
ContainerParameterValue.setSequenceEntry
(SequenceEntry entry) -
Uses of SequenceEntry in org.yamcs.xtce
Subclasses of SequenceEntry in org.yamcs.xtceModifier and TypeClassDescriptionclass
An entry that is a single Argumentclass
Describe an entry that is an array parameter.class
Entry from a container that makes reference to another container.class
Holds an optional attributes name, bitOrder, byteOrderList, required attributes binaryValue, sizeInBits and optional LocationInContainerInBits, RepeatEntry and IncludeCondition.class
An entry whose name is given by the value of a ParamameterInstance.class
An 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 TypeMethodDescriptionvoid
CommandContainer.addEntry
(SequenceEntry se) abstract void
Container.addEntry
(SequenceEntry se) void
SequenceContainer.addEntry
(SequenceEntry entry) Add single entry to list of entriesint
SequenceEntry.compareTo
(SequenceEntry se) void
SequenceContainer.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 TypeMethodDescriptionvoid
SequenceContainer.setEntryList
(List<SequenceEntry> entryList)