Class MovementSensorServiceGrpc.MovementSensorServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<MovementSensorServiceGrpc.MovementSensorServiceBlockingStub>
com.viam.component.movementsensor.v1.MovementSensorServiceGrpc.MovementSensorServiceBlockingStub
- Enclosing class:
- MovementSensorServiceGrpc
public static final class MovementSensorServiceGrpc.MovementSensorServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<MovementSensorServiceGrpc.MovementSensorServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service MovementSensorService.
-
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) getGeometries
(Common.GetGeometriesRequest request) GetGeometries returns the geometries of the component in their current configurationgetReadings
(Common.GetReadingsRequest request) GetReadings returns the readings of a sensor of the underlying robot.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 MovementSensorServiceGrpc.MovementSensorServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<MovementSensorServiceGrpc.MovementSensorServiceBlockingStub>
-
getLinearVelocity
public Movementsensor.GetLinearVelocityResponse getLinearVelocity(Movementsensor.GetLinearVelocityRequest request) -
getAngularVelocity
public Movementsensor.GetAngularVelocityResponse getAngularVelocity(Movementsensor.GetAngularVelocityRequest request) -
getCompassHeading
public Movementsensor.GetCompassHeadingResponse getCompassHeading(Movementsensor.GetCompassHeadingRequest request) -
getOrientation
public Movementsensor.GetOrientationResponse getOrientation(Movementsensor.GetOrientationRequest request) -
getPosition
-
getProperties
public Movementsensor.GetPropertiesResponse getProperties(Movementsensor.GetPropertiesRequest request) -
getAccuracy
-
getLinearAcceleration
public Movementsensor.GetLinearAccelerationResponse getLinearAcceleration(Movementsensor.GetLinearAccelerationRequest request) -
doCommand
-
getGeometries
GetGeometries returns the geometries of the component in their current configuration
-
getReadings
GetReadings returns the readings of a sensor of the underlying robot.
-