Package com.viam.service.sensors.v1
Class SensorsServiceGrpc.SensorsServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<SensorsServiceGrpc.SensorsServiceBlockingStub>
com.viam.service.sensors.v1.SensorsServiceGrpc.SensorsServiceBlockingStub
- Enclosing class:
- SensorsServiceGrpc
public static final class SensorsServiceGrpc.SensorsServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<SensorsServiceGrpc.SensorsServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service SensorsService.
A SensorsService services keeps track of all sensors associated with a robot This service is deprecated
-
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 TypeMethodDescriptionbuild
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) doCommand
(Common.DoCommandRequest request) Deprecated.getReadings
(Sensors.GetReadingsRequest request) Deprecated.getSensors
(Sensors.GetSensorsRequest request) Deprecated.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, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected SensorsServiceGrpc.SensorsServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<SensorsServiceGrpc.SensorsServiceBlockingStub>
-
getSensors
Deprecated.GetSensors returns the list of all sensors.
-
getReadings
Deprecated.GetReadings returns the list of readings for all sensors specified.
-
doCommand
Deprecated.DoCommand sends/receives arbitrary commands
-