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 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

       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;