Interface ReceiverDProto.ModeACDownlinkBinnedFrameOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReceiverDProto.ModeACDownlinkBinnedFrame
,ReceiverDProto.ModeACDownlinkBinnedFrame.Builder
- Enclosing class:
- ReceiverDProto
public static interface ReceiverDProto.ModeACDownlinkBinnedFrameOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
getCode()
Mode A/C code without X bit (number between 0 and 4095).getReceptions
(int index) Array of receptions, at least one.int
Array of receptions, at least one.Array of receptions, at least one.getReceptionsOrBuilder
(int index) Array of receptions, at least one.Array of receptions, at least one.long
Timestamp [ns] of the primary reception, i.e.Time base for all receptions within this message.int
Time base for all receptions within this message.Synchronization source for all receptions within this message.int
Synchronization source for all receptions within this message.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 primary reception, i.e. the same as the timestamp of the first reception within this message. Also look at timing_base and timing_sync_source to know how to interpret the timestamp.
fixed64 timestamp = 1;
- Returns:
- The timestamp.
-
getTimingBaseValue
int getTimingBaseValue()Time base for all receptions within this message.
.serosystems.proto.v3.grx.receiverd.TimingBase timing_base = 2;
- Returns:
- The enum numeric value on the wire for timingBase.
-
getTimingBase
ReceiverDProto.TimingBase getTimingBase()Time base for all receptions within this message.
.serosystems.proto.v3.grx.receiverd.TimingBase timing_base = 2;
- Returns:
- The timingBase.
-
getTimingSyncSourceValue
int getTimingSyncSourceValue()Synchronization source for all receptions within this message.
.serosystems.proto.v3.grx.receiverd.TimingSyncSource timing_sync_source = 3;
- Returns:
- The enum numeric value on the wire for timingSyncSource.
-
getTimingSyncSource
ReceiverDProto.TimingSyncSource getTimingSyncSource()Synchronization source for all receptions within this message.
.serosystems.proto.v3.grx.receiverd.TimingSyncSource timing_sync_source = 3;
- Returns:
- The timingSyncSource.
-
getCode
int getCode()Mode A/C code without X bit (number between 0 and 4095).
fixed32 code = 4;
- Returns:
- The code.
-
getReceptionsList
List<ReceiverDProto.ModeACDownlinkBinnedFrame.Reception> getReceptionsList()Array of receptions, at least one.
repeated .serosystems.proto.v3.grx.receiverd.ModeACDownlinkBinnedFrame.Reception receptions = 5;
-
getReceptions
Array of receptions, at least one.
repeated .serosystems.proto.v3.grx.receiverd.ModeACDownlinkBinnedFrame.Reception receptions = 5;
-
getReceptionsCount
int getReceptionsCount()Array of receptions, at least one.
repeated .serosystems.proto.v3.grx.receiverd.ModeACDownlinkBinnedFrame.Reception receptions = 5;
-
getReceptionsOrBuilderList
List<? extends ReceiverDProto.ModeACDownlinkBinnedFrame.ReceptionOrBuilder> getReceptionsOrBuilderList()Array of receptions, at least one.
repeated .serosystems.proto.v3.grx.receiverd.ModeACDownlinkBinnedFrame.Reception receptions = 5;
-
getReceptionsOrBuilder
Array of receptions, at least one.
repeated .serosystems.proto.v3.grx.receiverd.ModeACDownlinkBinnedFrame.Reception receptions = 5;
-