Class ReceiverdGrpc
java.lang.Object
de.serosystems.proto.v3.grx.receiverd.ReceiverdGrpc
@Generated(value="by gRPC proto compiler (version 1.56.1)",
comments="Source: Receiverd.proto")
public final class ReceiverdGrpc
extends Object
Receiver daemon service definition. Port 5303.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Receiver daemon service definition.static final class
A stub to allow clients to do synchronous rpc calls to service Receiverd.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service Receiverd.static class
Base class for the server implementation of the service Receiverd.static final class
A stub to allow clients to do asynchronous rpc calls to service Receiverd. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
bindService
(ReceiverdGrpc.AsyncService service) static io.grpc.MethodDescriptor<ReceiverDProto.GetModeACDownlinkFramesRequest,
ReceiverDProto.ModeACDownlinkBinnedFrameWithStreamInfo> static io.grpc.MethodDescriptor<ReceiverDProto.GetModeSDownlinkFramesRequest,
ReceiverDProto.ModeSDownlinkFrameWithStreamInfo> static io.grpc.MethodDescriptor<ReceiverDProto.GetModeSUplinkFramesRequest,
ReceiverDProto.ModeSUplinkFrameWithStreamInfo> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
ReceiverDProto.GetRadioFrontEndStatusReply> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
ReceiverDProto.RangeChart> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
ReceiverDProto.SamplesStatistics> static io.grpc.MethodDescriptor<ReceiverDProto.GetStateVectorHistoryRequest,
ReceiverDProto.StateVectorHistory> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
ReceiverDProto.StateVectorList> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
ReceiverDProto.Statistics> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
com.google.protobuf.Empty> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,
com.google.protobuf.Empty> static io.grpc.ServiceDescriptor
newBlockingStub
(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub
(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ReceiverdGrpc.ReceiverdStub
newStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getGetStateVectorsMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,ReceiverDProto.StateVectorList> getGetStateVectorsMethod() -
getGetStateVectorHistoryMethod
public static io.grpc.MethodDescriptor<ReceiverDProto.GetStateVectorHistoryRequest,ReceiverDProto.StateVectorHistory> getGetStateVectorHistoryMethod() -
getGetRangeChartMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,ReceiverDProto.RangeChart> getGetRangeChartMethod() -
getResetRangeChartMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> getResetRangeChartMethod() -
getGetStatisticsMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,ReceiverDProto.Statistics> getGetStatisticsMethod() -
getGetSamplesStatisticsMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,ReceiverDProto.SamplesStatistics> getGetSamplesStatisticsMethod() -
getGetRadioFrontEndStatusMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,ReceiverDProto.GetRadioFrontEndStatusReply> getGetRadioFrontEndStatusMethod() -
getRecalibrateDCOffsetMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> getRecalibrateDCOffsetMethod() -
getGetModeSDownlinkFramesMethod
public static io.grpc.MethodDescriptor<ReceiverDProto.GetModeSDownlinkFramesRequest,ReceiverDProto.ModeSDownlinkFrameWithStreamInfo> getGetModeSDownlinkFramesMethod() -
getGetModeSUplinkFramesMethod
public static io.grpc.MethodDescriptor<ReceiverDProto.GetModeSUplinkFramesRequest,ReceiverDProto.ModeSUplinkFrameWithStreamInfo> getGetModeSUplinkFramesMethod() -
getGetModeACDownlinkFramesMethod
public static io.grpc.MethodDescriptor<ReceiverDProto.GetModeACDownlinkFramesRequest,ReceiverDProto.ModeACDownlinkBinnedFrameWithStreamInfo> getGetModeACDownlinkFramesMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-