Uses of Interface
org.yamcs.xtce.ParameterType
Packages that use ParameterType
-
Uses of ParameterType in org.yamcs.xtce
Subinterfaces of ParameterType in org.yamcs.xtceClasses in org.yamcs.xtce that implement ParameterTypeModifier and TypeClassDescriptionclassclassAggegateParameters are analogous to a C struct, they are an aggregation of related data items.classDescribe an array parameter type.classclassclassclassclassclassFields in org.yamcs.xtce with type parameters of type ParameterTypeMethods in org.yamcs.xtce with type parameters of type ParameterTypeModifier and TypeMethodDescription<T extends ParameterType>
ParameterType.Builder<?>ParameterType.toBuilder()Create a builder that can be used to make shallow copy of the parameter typeMethods in org.yamcs.xtce that return ParameterTypeModifier and TypeMethodDescriptionParameterType.Builder.build()Parameter.getParameterType()SpaceSystem.getParameterType(String typeName) XtceDb.getParameterType(String qualifiedName) XtceDb.getParameterType(String namespace, String name) XtceDb.getParameterType(org.yamcs.protobuf.Yamcs.NamedObjectId id) Methods in org.yamcs.xtce that return types with arguments of type ParameterTypeMethods in org.yamcs.xtce with parameters of type ParameterTypeModifier and TypeMethodDescriptionvoidSpaceSystem.addParameterType(ParameterType parameterType) booleanSpaceSystem.removeParameterType(ParameterType ptype) voidParameter.setParameterType(ParameterType pm) Method parameters in org.yamcs.xtce with type arguments of type ParameterTypeModifier and TypeMethodDescriptionprotected voidXtceDb.doAddParameterType(List<ParameterType> ptypeList, boolean createSpaceSystem) Adds a new parameter type to the XTCE db. -
Uses of ParameterType in org.yamcs.xtce.util
Methods in org.yamcs.xtce.util that return ParameterTypeModifier and TypeMethodDescriptionstatic ParameterTypeAggregateTypeUtil.getMemberType(ParameterType parameterType, PathElement[] path) Methods in org.yamcs.xtce.util with parameters of type ParameterTypeModifier and TypeMethodDescriptionstatic ParameterTypeAggregateTypeUtil.getMemberType(ParameterType parameterType, PathElement[] path) static booleanAggregateTypeUtil.verifyPath(ParameterType parameterType, PathElement[] path) Verify that the path exists in the parameter type