Class SpectrumDProto.GetWaterfallJPEGRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
de.serosystems.proto.v3.grx.spectrumd.SpectrumDProto.GetWaterfallJPEGRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, SpectrumDProto.GetWaterfallJPEGRequestOrBuilder, Serializable
Enclosing class:
SpectrumDProto

public static final class SpectrumDProto.GetWaterfallJPEGRequest extends com.google.protobuf.GeneratedMessageV3 implements SpectrumDProto.GetWaterfallJPEGRequestOrBuilder

 Request of GetWaterfallJPEG() and GetWaterfallJPEGStream() calls.
 
Protobuf type serosystems.proto.v3.grx.spectrumd.GetWaterfallJPEGRequest
See Also:
  • Field Details

    • NUM_LINES_FIELD_NUMBER

      public static final int NUM_LINES_FIELD_NUMBER
      See Also:
    • MIN_LEVEL_FIELD_NUMBER

      public static final int MIN_LEVEL_FIELD_NUMBER
      See Also:
    • MAX_LEVEL_FIELD_NUMBER

      public static final int MAX_LEVEL_FIELD_NUMBER
      See Also:
    • JPEG_QUALITY_FIELD_NUMBER

      public static final int JPEG_QUALITY_FIELD_NUMBER
      See Also:
    • AGGREGATION_TYPE_FIELD_NUMBER

      public static final int AGGREGATION_TYPE_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getNumLines

      public int getNumLines()
      
       Number of lines of the rendered image, defining the JPEG height [px].
       The service records num_lines aggregated FFT block messages and renders
        them as JPEG. Each line corresponds to one aggregated FFT block.
       The duration shown in the waterfall plot corresponds to
        (lines * aggregation_factor * fft_size / sample_rate)
        which is also the duration needed for the call to return.
       
      uint32 num_lines = 1;
      Specified by:
      getNumLines in interface SpectrumDProto.GetWaterfallJPEGRequestOrBuilder
      Returns:
      The numLines.
    • getMinLevel

      public float getMinLevel()
       Lower limit of the color scale [dBm]. 
       
      float min_level = 2;
      Specified by:
      getMinLevel in interface SpectrumDProto.GetWaterfallJPEGRequestOrBuilder
      Returns:
      The minLevel.
    • getMaxLevel

      public float getMaxLevel()
       Upper limit of the color scale [dBm]. 
       
      float max_level = 3;
      Specified by:
      getMaxLevel in interface SpectrumDProto.GetWaterfallJPEGRequestOrBuilder
      Returns:
      The maxLevel.
    • getJpegQuality

      public int getJpegQuality()
       JPEG quality [%]. 
       
      uint32 jpeg_quality = 4;
      Specified by:
      getJpegQuality in interface SpectrumDProto.GetWaterfallJPEGRequestOrBuilder
      Returns:
      The jpegQuality.
    • getAggregationTypeValue

      public int getAggregationTypeValue()
       Aggregation type for aggregated FFT blocks. 
       
      .serosystems.proto.v3.grx.spectrumd.GetWaterfallJPEGRequest.AggregationType aggregation_type = 5;
      Specified by:
      getAggregationTypeValue in interface SpectrumDProto.GetWaterfallJPEGRequestOrBuilder
      Returns:
      The enum numeric value on the wire for aggregationType.
    • getAggregationType

       Aggregation type for aggregated FFT blocks. 
       
      .serosystems.proto.v3.grx.spectrumd.GetWaterfallJPEGRequest.AggregationType aggregation_type = 5;
      Specified by:
      getAggregationType in interface SpectrumDProto.GetWaterfallJPEGRequestOrBuilder
      Returns:
      The aggregationType.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static SpectrumDProto.GetWaterfallJPEGRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SpectrumDProto.GetWaterfallJPEGRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SpectrumDProto.GetWaterfallJPEGRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SpectrumDProto.GetWaterfallJPEGRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SpectrumDProto.GetWaterfallJPEGRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SpectrumDProto.GetWaterfallJPEGRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SpectrumDProto.GetWaterfallJPEGRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SpectrumDProto.GetWaterfallJPEGRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static SpectrumDProto.GetWaterfallJPEGRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static SpectrumDProto.GetWaterfallJPEGRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SpectrumDProto.GetWaterfallJPEGRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SpectrumDProto.GetWaterfallJPEGRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected SpectrumDProto.GetWaterfallJPEGRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static SpectrumDProto.GetWaterfallJPEGRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<SpectrumDProto.GetWaterfallJPEGRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<SpectrumDProto.GetWaterfallJPEGRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public SpectrumDProto.GetWaterfallJPEGRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder