Package com.viam.component.arm.v1
Class ArmServiceGrpc
java.lang.Object
com.viam.component.arm.v1.ArmServiceGrpc
An ArmService services all arms associated with a robot
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A stub to allow clients to do synchronous rpc calls to service ArmService.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service ArmService.static class
Base class for the server implementation of the service ArmService.static final class
A stub to allow clients to do asynchronous rpc calls to service ArmService.static interface
An ArmService services all arms associated with a robot -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
bindService
(ArmServiceGrpc.AsyncService service) static io.grpc.MethodDescriptor<Common.DoCommandRequest,
Common.DoCommandResponse> static io.grpc.MethodDescriptor<Arm.GetEndPositionRequest,
Arm.GetEndPositionResponse> static io.grpc.MethodDescriptor<Common.GetGeometriesRequest,
Common.GetGeometriesResponse> static io.grpc.MethodDescriptor<Arm.GetJointPositionsRequest,
Arm.GetJointPositionsResponse> static io.grpc.MethodDescriptor<Common.GetKinematicsRequest,
Common.GetKinematicsResponse> static io.grpc.MethodDescriptor<Arm.IsMovingRequest,
Arm.IsMovingResponse> static io.grpc.MethodDescriptor<Arm.MoveThroughJointPositionsRequest,
Arm.MoveThroughJointPositionsResponse> static io.grpc.MethodDescriptor<Arm.MoveToJointPositionsRequest,
Arm.MoveToJointPositionsResponse> static io.grpc.MethodDescriptor<Arm.MoveToPositionRequest,
Arm.MoveToPositionResponse> static io.grpc.ServiceDescriptor
static io.grpc.MethodDescriptor<Arm.StopRequest,
Arm.StopResponse> 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 servicenewStub
(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
-
getGetEndPositionMethod
public static io.grpc.MethodDescriptor<Arm.GetEndPositionRequest,Arm.GetEndPositionResponse> getGetEndPositionMethod() -
getMoveToPositionMethod
public static io.grpc.MethodDescriptor<Arm.MoveToPositionRequest,Arm.MoveToPositionResponse> getMoveToPositionMethod() -
getGetJointPositionsMethod
public static io.grpc.MethodDescriptor<Arm.GetJointPositionsRequest,Arm.GetJointPositionsResponse> getGetJointPositionsMethod() -
getMoveToJointPositionsMethod
public static io.grpc.MethodDescriptor<Arm.MoveToJointPositionsRequest,Arm.MoveToJointPositionsResponse> getMoveToJointPositionsMethod() -
getMoveThroughJointPositionsMethod
public static io.grpc.MethodDescriptor<Arm.MoveThroughJointPositionsRequest,Arm.MoveThroughJointPositionsResponse> getMoveThroughJointPositionsMethod() -
getStopMethod
-
getIsMovingMethod
public static io.grpc.MethodDescriptor<Arm.IsMovingRequest,Arm.IsMovingResponse> getIsMovingMethod() -
getDoCommandMethod
public static io.grpc.MethodDescriptor<Common.DoCommandRequest,Common.DoCommandResponse> getDoCommandMethod() -
getGetKinematicsMethod
public static io.grpc.MethodDescriptor<Common.GetKinematicsRequest,Common.GetKinematicsResponse> getGetKinematicsMethod() -
getGetGeometriesMethod
public static io.grpc.MethodDescriptor<Common.GetGeometriesRequest,Common.GetGeometriesResponse> getGetGeometriesMethod() -
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
public static final io.grpc.ServerServiceDefinition bindService(ArmServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-