Package com.viam.service.slam.v1
Class SLAMServiceGrpc
java.lang.Object
com.viam.service.slam.v1.SLAMServiceGrpc
A SlamService declares the gRPC contract for a slam service
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
A SlamService declares the gRPC contract for a slam servicestatic final class
A stub to allow clients to do synchronous rpc calls to service SLAMService.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service SLAMService.static class
Base class for the server implementation of the service SLAMService.static final class
A stub to allow clients to do asynchronous rpc calls to service SLAMService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
bindService
(SLAMServiceGrpc.AsyncService service) static io.grpc.MethodDescriptor<Common.DoCommandRequest,
Common.DoCommandResponse> static io.grpc.MethodDescriptor<Slam.GetInternalStateRequest,
Slam.GetInternalStateResponse> static io.grpc.MethodDescriptor<Slam.GetPointCloudMapRequest,
Slam.GetPointCloudMapResponse> static io.grpc.MethodDescriptor<Slam.GetPositionRequest,
Slam.GetPositionResponse> static io.grpc.MethodDescriptor<Slam.GetPropertiesRequest,
Slam.GetPropertiesResponse> static io.grpc.ServiceDescriptor
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
-
getGetPositionMethod
public static io.grpc.MethodDescriptor<Slam.GetPositionRequest,Slam.GetPositionResponse> getGetPositionMethod() -
getGetPointCloudMapMethod
public static io.grpc.MethodDescriptor<Slam.GetPointCloudMapRequest,Slam.GetPointCloudMapResponse> getGetPointCloudMapMethod() -
getGetInternalStateMethod
public static io.grpc.MethodDescriptor<Slam.GetInternalStateRequest,Slam.GetInternalStateResponse> getGetInternalStateMethod() -
getGetPropertiesMethod
public static io.grpc.MethodDescriptor<Slam.GetPropertiesRequest,Slam.GetPropertiesResponse> getGetPropertiesMethod() -
getDoCommandMethod
public static io.grpc.MethodDescriptor<Common.DoCommandRequest,Common.DoCommandResponse> getDoCommandMethod() -
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(SLAMServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-