Uses of Class
org.yamcs.xtce.MetaCommand
Packages that use MetaCommand
-
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(org.yamcs.protobuf.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 TypeMethodDescriptionvoidSpaceSystem.addMetaCommand(MetaCommand command) voidXtceDb.addMetaCommand(MetaCommand c) Adds a new command definition to the XTCE db.voidMetaCommand.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 ArgumentReferenceArgumentReference.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)