Interface ReceiverdGrpc.AsyncService

All Known Implementing Classes:
ReceiverdGrpc.ReceiverdImplBase
Enclosing class:
ReceiverdGrpc

public static interface ReceiverdGrpc.AsyncService
 Receiver daemon service definition. Port 5303. 
 
  • Method Details

    • getStateVectors

      default void getStateVectors(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<ReceiverDProto.StateVectorList> responseObserver)
       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

      default void getStateVectorHistory(ReceiverDProto.GetStateVectorHistoryRequest request, io.grpc.stub.StreamObserver<ReceiverDProto.StateVectorHistory> responseObserver)
       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

      default void getRangeChart(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<ReceiverDProto.RangeChart> responseObserver)
       Get a range chart.
       Returns UNAVAILABLE if receiverd could not be reached.
       Returns DEADLINE_UNAVAILABLE if receiverd did not reply in time.
       
    • resetRangeChart

      default void resetRangeChart(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
       Reset range chart.
       Returns UNAVAILABLE if receiverd could not be reached.
       
    • getStatistics

      default void getStatistics(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<ReceiverDProto.Statistics> responseObserver)
       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

      default void getSamplesStatistics(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<ReceiverDProto.SamplesStatistics> responseObserver)
       Get samples statistics.
       Returns UNAVAILABLE if receiverd could not be reached.
       Returns DEADLINE_UNAVAILABLE if receiverd did not reply in time.
       
    • getRadioFrontEndStatus

      default void getRadioFrontEndStatus(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<ReceiverDProto.GetRadioFrontEndStatusReply> responseObserver)
       Get radio frontend status.
       Returns UNAVAILABLE if receiverd could not be reached.
       Returns DEADLINE_UNAVAILABLE if receiverd did not reply in time.
       
    • recalibrateDCOffset

      default void recalibrateDCOffset(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
       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

      default void getModeSDownlinkFrames(ReceiverDProto.GetModeSDownlinkFramesRequest request, io.grpc.stub.StreamObserver<ReceiverDProto.ModeSDownlinkFrameWithStreamInfo> responseObserver)
       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

      default void getModeSUplinkFrames(ReceiverDProto.GetModeSUplinkFramesRequest request, io.grpc.stub.StreamObserver<ReceiverDProto.ModeSUplinkFrameWithStreamInfo> responseObserver)
       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

      default void getModeACDownlinkFrames(ReceiverDProto.GetModeACDownlinkFramesRequest request, io.grpc.stub.StreamObserver<ReceiverDProto.ModeACDownlinkBinnedFrameWithStreamInfo> responseObserver)
       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