Class ReceiverdGrpc.ReceiverdStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<ReceiverdGrpc.ReceiverdStub>
de.serosystems.proto.v3.grx.receiverd.ReceiverdGrpc.ReceiverdStub
- Enclosing class:
- ReceiverdGrpc
public static final class ReceiverdGrpc.ReceiverdStub
extends io.grpc.stub.AbstractAsyncStub<ReceiverdGrpc.ReceiverdStub>
A stub to allow clients to do asynchronous rpc calls to service Receiverd.
Receiver daemon service definition. Port 5303.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
-
Method Summary
Modifier and TypeMethodDescriptionprotected ReceiverdGrpc.ReceiverdStub
build
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) 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.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.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.void
getRadioFrontEndStatus
(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<ReceiverDProto.GetRadioFrontEndStatusReply> responseObserver) Get radio frontend status.void
getRangeChart
(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<ReceiverDProto.RangeChart> responseObserver) Get a range chart.void
getSamplesStatistics
(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<ReceiverDProto.SamplesStatistics> responseObserver) Get samples statistics.void
getStateVectorHistory
(ReceiverDProto.GetStateVectorHistoryRequest request, io.grpc.stub.StreamObserver<ReceiverDProto.StateVectorHistory> responseObserver) Get a history of state vectors for some target.void
getStateVectors
(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<ReceiverDProto.StateVectorList> responseObserver) Get a list of state vectors.void
getStatistics
(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<ReceiverDProto.Statistics> responseObserver) Get received signal counters and rates.void
recalibrateDCOffset
(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Recalibrate DC offset.void
resetRangeChart
(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Reset range chart.Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected ReceiverdGrpc.ReceiverdStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<ReceiverdGrpc.ReceiverdStub>
-
getStateVectors
public 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
public 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
public 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
public 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
public 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
public 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
public 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
public 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
public 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
public 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
public 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
-