Uses of Interface
org.yamcs.xtce.DataType
-
Packages that use DataType Package Description org.yamcs.xtce org.yamcs.xtce.util -
-
Uses of DataType in org.yamcs.xtce
Subinterfaces of DataType in org.yamcs.xtce Modifier and Type Interface Description interfaceArgumentTypeInterface to be implemented by all the argument typesinterfaceNumericParameterTypeinterfaceParameterTypeInterface implemented by all the parameters types.Classes in org.yamcs.xtce that implement DataType Modifier and Type Class Description classAbsoluteTimeArgumentTypeclassAbsoluteTimeDataTypeUsed to contain an absolute time.classAbsoluteTimeParameterTypeclassAggregateArgumentTypeclassAggregateDataTypeclassAggregateParameterTypeAggegateParameters are analogous to a C struct, they are an aggregation of related data items.classArrayArgumentTypeDescribe an array parameter type.classArrayDataTypeAn array of values of the type referenced inArrayDataType.typeand have the number of array dimensions as specified inArrayDataType.numberOfDimensionsclassArrayParameterTypeDescribe an array parameter type.classBaseDataTypeBase class for all simple XTCE types - tha is all types exceptAggregateDataTypeandArrayDataTypeclassBaseTimeDataTypeclassBinaryArgumentTypeclassBinaryDataTypeclassBinaryParameterTypeclassBooleanArgumentTypeclassBooleanDataTypeclassBooleanParameterTypeclassEnumeratedArgumentTypeclassEnumeratedDataTypeclassEnumeratedParameterTypeclassFloatArgumentTypeRepresent aspects of an float, probably using IntegerDataEncoding with a calibrator or FloatDataEncoding.classFloatDataTypeclassFloatParameterTypeclassIntegerArgumentTypeclassIntegerDataTypeContains an integral value.classIntegerParameterTypeclassNumericDataTypeclassStringArgumentTypeclassStringDataTypeclassStringParameterTypeMethods in org.yamcs.xtce that return DataType Modifier and Type Method Description DataTypeDataType.Builder. build()DataTypeArrayDataType. getElementType()returns the type of the elements of the arrayDataTypeMember. getType()Methods in org.yamcs.xtce with parameters of type DataType Modifier and Type Method Description voidMember. setDataType(DataType dtype)voidArrayDataType.Builder. setElementType(DataType type)Sets the type of the elements of the array -
Uses of DataType in org.yamcs.xtce.util
Methods in org.yamcs.xtce.util that return DataType Modifier and Type Method Description static 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 DataType Modifier and Type Method Description static DataTypeDataTypeUtil. getMemberType(DataType type, PathElement[] path)traverses the type hierarchy to retrieve the type referenced by path
-