Uses of Class
org.yamcs.protobuf.Pvalue.Ranges
-
Packages that use Pvalue.Ranges Package Description org.yamcs.protobuf -
-
Uses of Pvalue.Ranges in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type Pvalue.Ranges Modifier and Type Field Description static com.google.protobuf.Parser<Pvalue.Ranges>Pvalue.Ranges. PARSERDeprecated.Methods in org.yamcs.protobuf that return Pvalue.Ranges Modifier and Type Method Description Pvalue.RangesPvalue.Ranges.Builder. build()Pvalue.RangesPvalue.Ranges.Builder. buildPartial()static Pvalue.RangesPvalue.Ranges. getDefaultInstance()Pvalue.RangesPvalue.Ranges.Builder. getDefaultInstanceForType()Pvalue.RangesPvalue.Ranges. getDefaultInstanceForType()static Pvalue.RangesPvalue.Ranges. parseDelimitedFrom(InputStream input)static Pvalue.RangesPvalue.Ranges. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Pvalue.RangesPvalue.Ranges. parseFrom(byte[] data)static Pvalue.RangesPvalue.Ranges. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Pvalue.RangesPvalue.Ranges. parseFrom(com.google.protobuf.ByteString data)static Pvalue.RangesPvalue.Ranges. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Pvalue.RangesPvalue.Ranges. parseFrom(com.google.protobuf.CodedInputStream input)static Pvalue.RangesPvalue.Ranges. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Pvalue.RangesPvalue.Ranges. parseFrom(InputStream input)static Pvalue.RangesPvalue.Ranges. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Pvalue.RangesPvalue.Ranges. parseFrom(ByteBuffer data)static Pvalue.RangesPvalue.Ranges. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type Pvalue.Ranges Modifier and Type Method Description com.google.protobuf.Parser<Pvalue.Ranges>Pvalue.Ranges. getParserForType()static com.google.protobuf.Parser<Pvalue.Ranges>Pvalue.Ranges. parser()Methods in org.yamcs.protobuf with parameters of type Pvalue.Ranges Modifier and Type Method Description Pvalue.Ranges.BuilderPvalue.Ranges.Builder. mergeFrom(Pvalue.Ranges other)static Pvalue.Ranges.BuilderPvalue.Ranges. newBuilder(Pvalue.Ranges prototype)Method parameters in org.yamcs.protobuf with type arguments of type Pvalue.Ranges Modifier and Type Method Description abstract voidAbstractParameterArchiveApi. getParameterRanges(T ctx, GetParameterRangesRequest request, Observer<Pvalue.Ranges> observer)Get parameter ranges A range is a tuple ``(start, stop, value, count)`` that represents the time interval for which the parameter has been steadily coming in with the same value.voidParameterArchiveApiClient. getParameterRanges(Void ctx, GetParameterRangesRequest request, Observer<Pvalue.Ranges> observer)Get parameter ranges A range is a tuple ``(start, stop, value, count)`` that represents the time interval for which the parameter has been steadily coming in with the same value.
-