Uses of Class
org.yamcs.xtce.MetaCommand
Packages that use MetaCommand
Package
Description
-
Uses of MetaCommand in org.yamcs.activities
Methods in org.yamcs.activities that return MetaCommandMethods in org.yamcs.activities with parameters of type MetaCommand -
Uses of MetaCommand in org.yamcs.commanding
Methods in org.yamcs.commanding that return MetaCommandModifier and TypeMethodDescriptionActiveCommand.getMetaCommand()
PreparedCommand.getMetaCommand()
Methods in org.yamcs.commanding with parameters of type MetaCommandModifier and TypeMethodDescriptionCommandingManager.buildCommand
(MetaCommand mc, Map<String, Object> argAssignmentList, String origin, int seq, User user) Creates a newPreparedCommand
where the binary is created by processing the provided arguments and matching it against the MDB definition.CommandingManager.buildRawCommand
(MetaCommand mc, byte[] binary, String origin, int seq, User user) Creates a newPreparedCommand
with raw provided binary.boolean
CommandQueue.matches
(User user, MetaCommand metaCmd) void
PreparedCommand.setMetaCommand
(MetaCommand cmd) -
Uses of MetaCommand in org.yamcs.http.api
Methods in org.yamcs.http.api with parameters of type MetaCommandModifier and TypeMethodDescriptionstatic Mdb.CommandInfo
XtceToGpbAssembler.toCommandInfo
(MetaCommand cmd, XtceToGpbAssembler.DetailLevel detail) -
Uses of MetaCommand in org.yamcs.mdb
Methods in org.yamcs.mdb that return MetaCommandModifier and TypeMethodDescriptionTcProcessingContext.getCommand()
returns the size in bytes of the encoded commandMethods in org.yamcs.mdb with parameters of type MetaCommandModifier and TypeMethodDescriptionMetaCommandProcessor.buildCommand
(ProcessorData pdata, MetaCommand mc, Map<String, Object> argAssignmentList, long missionTime) MetaCommandProcessor.buildCommand
(MetaCommand mc, Map<String, Object> argAssignmentList, long missionTime) void
MetaCommandContainerProcessor.encode
(MetaCommand metaCommand) Constructors in org.yamcs.mdb with parameters of type MetaCommandModifierConstructorDescriptionTcProcessingContext
(MetaCommand metaCmd, ProcessorData pdata, Map<Parameter, Value> paramValues, BitBuffer bitbuf, int bitPosition, long generationTime) -
Uses of MetaCommand in org.yamcs.xtce
Fields in org.yamcs.xtce with type parameters of type MetaCommandMethods in org.yamcs.xtce that return MetaCommandModifier and TypeMethodDescriptionMetaCommand.getBaseMetaCommand()
SpaceSystem.getMetaCommand
(String refName) XtceDb.getMetaCommand
(String qualifiedName) Returns a meta command by fully qualified name.XtceDb.getMetaCommand
(String namespace, String name) Returns a command based on a name in a namespaceXtceDb.getMetaCommand
(Yamcs.NamedObjectId id) Methods in org.yamcs.xtce that return types with arguments of type MetaCommandModifier and TypeMethodDescriptionSpaceSystem.getMetaCommandByAlias
(String alias) SpaceSystem.getMetaCommands()
XtceDb.getMetaCommands()
Returns the list of MetaCommmands in the XTCE databaseMethods in org.yamcs.xtce with parameters of type MetaCommandModifier and TypeMethodDescriptionvoid
SpaceSystem.addMetaCommand
(MetaCommand command) void
XtceDb.addMetaCommand
(MetaCommand c) void
XtceDb.addMetaCommand
(MetaCommand c, boolean addSpacesystem) Adds a new command definition to the XTCE db.void
MetaCommand.setBaseMetaCommand
(MetaCommand mc) -
Uses of MetaCommand in org.yamcs.xtce.util
Methods in org.yamcs.xtce.util that return MetaCommandMethods in org.yamcs.xtce.util with parameters of type MetaCommandModifier and TypeMethodDescriptionstatic ArgumentReference
ArgumentReference.getReference
(MetaCommand metaCmd, String argRef) Constructors in org.yamcs.xtce.util with parameters of type MetaCommandModifierConstructorDescriptionArgumentReference
(MetaCommand metaCmd, String argName, PathElement[] path) ArgumentReference
(MetaCommand metaCmd, Argument arg, PathElement[] path)