Uses of Interface
org.yamcs.xtce.ArgumentType
Packages that use ArgumentType
-
Uses of ArgumentType in org.yamcs.xtce
Classes in org.yamcs.xtce that implement ArgumentTypeModifier and TypeClassDescriptionclassclassclassDescribe an array parameter type.classclassclassclassRepresent aspects of an float, probably using IntegerDataEncoding with a calibrator or FloatDataEncoding.classclassMethods in org.yamcs.xtce with type parameters of type ArgumentTypeModifier and TypeMethodDescription<T extends ArgumentType>
ArgumentType.Builder<?>ArgumentType.toBuilder()Create a shallow copy of the data type - the object itself (and the primitive fields) are new but the other fields reference to the same object like the originalMethods in org.yamcs.xtce that return ArgumentTypeModifier and TypeMethodDescriptionArgumentType.Builder.build()BooleanArgumentType.Builder.build()Argument.getArgumentType()SpaceSystem.getArgumentType(String typeName) Methods in org.yamcs.xtce that return types with arguments of type ArgumentTypeMethods in org.yamcs.xtce with parameters of type ArgumentTypeModifier and TypeMethodDescriptionvoidSpaceSystem.addArgumentType(ArgumentType argumentType) voidArgument.setArgumentType(ArgumentType argumentType)