Uses of Class
org.yamcs.xtce.BaseDataType
-
Packages that use BaseDataType Package Description org.yamcs.xtce -
-
Uses of BaseDataType in org.yamcs.xtce
Subclasses of BaseDataType in org.yamcs.xtce Modifier and Type Class Description classAbsoluteTimeArgumentTypeclassAbsoluteTimeDataTypeUsed to contain an absolute time.classAbsoluteTimeParameterTypeclassBaseTimeDataTypeclassBinaryArgumentTypeclassBinaryDataTypeclassBinaryParameterTypeclassBooleanArgumentTypeclassBooleanDataTypeclassBooleanParameterTypeclassEnumeratedArgumentTypeclassEnumeratedDataTypeclassEnumeratedParameterTypeclassFloatArgumentTypeRepresent aspects of an float, probably using IntegerDataEncoding with a calibrator or FloatDataEncoding.classFloatDataTypeclassFloatParameterTypeclassIntegerArgumentTypeclassIntegerDataTypeContains an integral value.classIntegerParameterTypeclassNumericDataTypeclassStringArgumentTypeclassStringDataTypeclassStringParameterTypeFields in org.yamcs.xtce declared as BaseDataType Modifier and Type Field Description protected BaseDataTypeBaseDataType.Builder. baseTypeMethods in org.yamcs.xtce with parameters of type BaseDataType Modifier and Type Method Description voidBaseDataType.Builder. setBaseType(BaseDataType type)Constructors in org.yamcs.xtce with parameters of type BaseDataType Constructor Description BaseDataType(BaseDataType t)creates a shallow copy of tBuilder(BaseDataType baseType)
-