Interface ReceiverDProto.ModeACDownlinkBinnedFrame.ReceptionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReceiverDProto.ModeACDownlinkBinnedFrame.Reception
,ReceiverDProto.ModeACDownlinkBinnedFrame.Reception.Builder
- Enclosing class:
- ReceiverDProto.ModeACDownlinkBinnedFrame
public static interface ReceiverDProto.ModeACDownlinkBinnedFrame.ReceptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionfloat
Signal level of this reception [dBm].long
Timestamp [ns] of the reception.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 [ns] of the reception. Also look at timing_base and timing_sync_source of outer message to know how to interpret the timestamp.
fixed64 timestamp = 1;
- Returns:
- The timestamp.
-
getSignalLevel
float getSignalLevel()Signal level of this reception [dBm].
float signal_level = 2;
- Returns:
- The signalLevel.
-