Class ReceiverdGrpc.ReceiverdImplBase
java.lang.Object
de.serosystems.proto.v3.grx.receiverd.ReceiverdGrpc.ReceiverdImplBase
- All Implemented Interfaces:
ReceiverdGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ReceiverdGrpc
public abstract static class ReceiverdGrpc.ReceiverdImplBase
extends Object
implements io.grpc.BindableService, ReceiverdGrpc.AsyncService
Base class for the server implementation of the service Receiverd.
Receiver daemon service definition. Port 5303.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.serosystems.proto.v3.grx.receiverd.ReceiverdGrpc.AsyncService
getModeACDownlinkFrames, getModeSDownlinkFrames, getModeSUplinkFrames, getRadioFrontEndStatus, getRangeChart, getSamplesStatistics, getStateVectorHistory, getStateVectors, getStatistics, recalibrateDCOffset, resetRangeChart
-
Constructor Details
-
ReceiverdImplBase
public ReceiverdImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-