Uses of Interface
org.yamcs.xtce.DataType
Packages that use DataType
-
Uses of DataType in org.yamcs.xtce
Subinterfaces of DataType in org.yamcs.xtceModifier and TypeInterfaceDescriptioninterfaceInterface to be implemented by all the argument typesinterfaceinterfaceInterface implemented by all the parameters types.Classes in org.yamcs.xtce that implement DataTypeModifier and TypeClassDescriptionclassclassUsed to contain an absolute time.classclassclassclassAggegateParameters are analogous to a C struct, they are an aggregation of related data items.classDescribe an array parameter type.classAn array of values of the type referenced inArrayDataType.typeand have the number of array dimensions as specified inArrayDataType.numberOfDimensionsclassDescribe an array parameter type.classBase class for all simple XTCE types - tha is all types exceptAggregateDataTypeandArrayDataTypeclassclassclassclassclassclassclassclassclassclassclassRepresent aspects of an float, probably using IntegerDataEncoding with a calibrator or FloatDataEncoding.classclassclassclassContains an integral value.classclassclassclassclassMethods in org.yamcs.xtce that return DataTypeModifier and TypeMethodDescriptionDataType.Builder.build()ArgumentInstanceRef.getDataType()ParameterInstanceRef.getDataType()abstract DataTypeParameterOrArgumentRef.getDataType()ArrayDataType.getElementType()returns the type of the elements of the arrayMember.getType()Methods in org.yamcs.xtce with parameters of type DataTypeModifier and TypeMethodDescriptionvoidMember.setDataType(DataType dtype) ArrayDataType.Builder.setElementType(DataType type) Sets the type of the elements of the arrayConstructors in org.yamcs.xtce with parameters of type DataType -
Uses of DataType in org.yamcs.xtce.util
Methods in org.yamcs.xtce.util that return DataTypeModifier and TypeMethodDescriptionstatic DataTypeDataTypeUtil.getMemberType(DataType type, PathElement[] path) traverses the type hierarchy to retrieve the type referenced by pathMethods in org.yamcs.xtce.util with parameters of type DataTypeModifier and TypeMethodDescriptionstatic DataTypeDataTypeUtil.getMemberType(DataType type, PathElement[] path) traverses the type hierarchy to retrieve the type referenced by pathstatic booleanReferenceFinder.verifyPath(DataType dataType, PathElement[] path)