Class ReceiverdGrpc.ReceiverdBlockingStub

java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<ReceiverdGrpc.ReceiverdBlockingStub>
de.serosystems.proto.v3.grx.receiverd.ReceiverdGrpc.ReceiverdBlockingStub
Enclosing class:
ReceiverdGrpc

public static final class ReceiverdGrpc.ReceiverdBlockingStub extends io.grpc.stub.AbstractBlockingStub<ReceiverdGrpc.ReceiverdBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Receiverd.
 Receiver daemon service definition. Port 5303. 
 
  • Method Details

    • build

      protected ReceiverdGrpc.ReceiverdBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
      Specified by:
      build in class io.grpc.stub.AbstractStub<ReceiverdGrpc.ReceiverdBlockingStub>
    • getStateVectors

      public ReceiverDProto.StateVectorList getStateVectors(com.google.protobuf.Empty request)
       Get a list of state vectors.
       Returns UNAVAILABLE if receiverd could not be reached.
       Returns DEADLINE_UNAVAILABLE if receiverd did not reply in time.
       
    • getStateVectorHistory

       Get a history of state vectors for some target.
       Returns UNAVAILABLE if receiverd could not be reached.
       Returns DEADLINE_UNAVAILABLE if receiverd did not reply in time.
       
    • getRangeChart

      public ReceiverDProto.RangeChart getRangeChart(com.google.protobuf.Empty request)
       Get a range chart.
       Returns UNAVAILABLE if receiverd could not be reached.
       Returns DEADLINE_UNAVAILABLE if receiverd did not reply in time.
       
    • resetRangeChart

      public com.google.protobuf.Empty resetRangeChart(com.google.protobuf.Empty request)
       Reset range chart.
       Returns UNAVAILABLE if receiverd could not be reached.
       
    • getStatistics

      public ReceiverDProto.Statistics getStatistics(com.google.protobuf.Empty request)
       Get received signal counters and rates.
       Returns UNAVAILABLE if receiverd could not be reached.
       Returns DEADLINE_UNAVAILABLE if receiverd did not reply in time.
       
    • getSamplesStatistics

      public ReceiverDProto.SamplesStatistics getSamplesStatistics(com.google.protobuf.Empty request)
       Get samples statistics.
       Returns UNAVAILABLE if receiverd could not be reached.
       Returns DEADLINE_UNAVAILABLE if receiverd did not reply in time.
       
    • getRadioFrontEndStatus

      public ReceiverDProto.GetRadioFrontEndStatusReply getRadioFrontEndStatus(com.google.protobuf.Empty request)
       Get radio frontend status.
       Returns UNAVAILABLE if receiverd could not be reached.
       Returns DEADLINE_UNAVAILABLE if receiverd did not reply in time.
       
    • recalibrateDCOffset

      public com.google.protobuf.Empty recalibrateDCOffset(com.google.protobuf.Empty request)
       Recalibrate DC offset.
       Should be done if
        rf.dc_offset_calibration_recalibration_advised or
        rf.dc_offset_calibration_recalibration_required
        for some rf as returned by GetRadioFrontEndStatus() is set.
       Ongoing calibration can be monitored by
        rf.dc_offset_calibration_ongoing, see also
        documentation on the fields in RadioFrontEndStatus.
       Returns UNAVAILABLE if receiverd could not be reached.
       
    • getModeSDownlinkFrames

       Request a stream of Mode S downlink frames (matching the request) from
        the server.
       For reconfiguration, the call has to be cancelled.
       Returns UNAVAILABLE if the service is shutting down.
       Returns INVALID_ARGUMENT if request was invalid, see GetModeSDownlinkFramesRequest
       
    • getModeSUplinkFrames

       Request a stream of Mode S uplink frames (matching the request) from
        the server.
       For reconfiguration, the call has to be cancelled.
       Returns UNAVAILABLE if the service is shutting down.
       Returns INVALID_ARGUMENT if request was invalid, see GetModeSUplinkFramesRequest
       
    • getModeACDownlinkFrames

       Request a stream of Mode AC downlink frames (matching the request) from
        the server.
       For reconfiguration, the call has to be cancelled.
       Returns UNAVAILABLE if the service is shutting down.
       Returns INVALID_ARGUMENT if request was invalid, see GetModeACDownlinkFramesRequest