Interface SpectrumDProto.WaterfallJPEGImageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SpectrumDProto.WaterfallJPEGImage
,SpectrumDProto.WaterfallJPEGImage.Builder
- Enclosing class:
- SpectrumDProto
public static interface SpectrumDProto.WaterfallJPEGImageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString
getImage()
JPEG image for waterfall plot, rendered from top (first block) to bottom (last block).long
Timestamp [s since epoch UTC] for the bottom line in the JPEG.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTimestamp
long getTimestamp()Timestamp [s since epoch UTC] for the bottom line in the JPEG.
uint64 timestamp = 1;
- Returns:
- The timestamp.
-
getImage
com.google.protobuf.ByteString getImage()JPEG image for waterfall plot, rendered from top (first block) to bottom (last block).
bytes image = 2;
- Returns:
- The image.
-