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.
-
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.ReceiverdBlockingStub
build
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) Request a stream of Mode AC downlink frames (matching the request) from the server.Request a stream of Mode S downlink frames (matching the request) from the server.Request a stream of Mode S uplink frames (matching the request) from the server.getRadioFrontEndStatus
(com.google.protobuf.Empty request) Get radio frontend status.getRangeChart
(com.google.protobuf.Empty request) Get a range chart.getSamplesStatistics
(com.google.protobuf.Empty request) Get samples statistics.Get a history of state vectors for some target.getStateVectors
(com.google.protobuf.Empty request) Get a list of state vectors.getStatistics
(com.google.protobuf.Empty request) Get received signal counters and rates.com.google.protobuf.Empty
recalibrateDCOffset
(com.google.protobuf.Empty request) Recalibrate DC offset.com.google.protobuf.Empty
resetRangeChart
(com.google.protobuf.Empty request) Reset range chart.Methods inherited from class io.grpc.stub.AbstractBlockingStub
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.ReceiverdBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<ReceiverdGrpc.ReceiverdBlockingStub>
-
getStateVectors
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 ReceiverDProto.StateVectorHistory getStateVectorHistory(ReceiverDProto.GetStateVectorHistoryRequest request) 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
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
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
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
public Iterator<ReceiverDProto.ModeSDownlinkFrameWithStreamInfo> getModeSDownlinkFrames(ReceiverDProto.GetModeSDownlinkFramesRequest request) 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 Iterator<ReceiverDProto.ModeSUplinkFrameWithStreamInfo> getModeSUplinkFrames(ReceiverDProto.GetModeSUplinkFramesRequest request) 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 Iterator<ReceiverDProto.ModeACDownlinkBinnedFrameWithStreamInfo> getModeACDownlinkFrames(ReceiverDProto.GetModeACDownlinkFramesRequest request) 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
-