Package com.viam.component.gantry.v1
Class GantryServiceGrpc.GantryServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<GantryServiceGrpc.GantryServiceBlockingStub>
com.viam.component.gantry.v1.GantryServiceGrpc.GantryServiceBlockingStub
- Enclosing class:
- GantryServiceGrpc
public static final class GantryServiceGrpc.GantryServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<GantryServiceGrpc.GantryServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service GantryService.
An GantryService services all gantries associated with a robot
-
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) DoCommand sends/receives arbitrary commandsgetGeometries
(Common.GetGeometriesRequest request) GetGeometries returns the geometries of the component in their current configurationgetLengths
(Gantry.GetLengthsRequest request) GetLengths gets the lengths of a gantry of the underlying robot.getPosition
(Gantry.GetPositionRequest request) GetPosition gets the current position of a gantry of the underlying robot.home
(Gantry.HomeRequest request) Home runs the homing sequence of a gantry and returns true once it's completed.isMoving
(Gantry.IsMovingRequest request) IsMoving reports if a component is in motionMoveToPosition moves a gantry of the underlying robot to the requested position.stop
(Gantry.StopRequest request) Stop stops a robot's gantryMethods 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 GantryServiceGrpc.GantryServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<GantryServiceGrpc.GantryServiceBlockingStub>
-
getPosition
GetPosition gets the current position of a gantry of the underlying robot.
-
moveToPosition
MoveToPosition moves a gantry of the underlying robot to the requested position.
-
home
Home runs the homing sequence of a gantry and returns true once it's completed.
-
getLengths
GetLengths gets the lengths of a gantry of the underlying robot.
-
stop
Stop stops a robot's gantry
-
isMoving
IsMoving reports if a component is in motion
-
doCommand
DoCommand sends/receives arbitrary commands
-
getGeometries
GetGeometries returns the geometries of the component in their current configuration
-