Package com.viam.component.board.v1
Class BoardServiceGrpc
java.lang.Object
com.viam.component.board.v1.BoardServiceGrpc
BoardService services all Boards associated with a robot
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBoardService services all Boards associated with a robotstatic final classA stub to allow clients to do limited synchronous rpc calls to service BoardService.static final classA stub to allow clients to do synchronous rpc calls to service BoardService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service BoardService.static classBase class for the server implementation of the service BoardService.static final classA stub to allow clients to do asynchronous rpc calls to service BoardService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(BoardServiceGrpc.AsyncService service) static io.grpc.MethodDescriptor<Common.DoCommandRequest, Common.DoCommandResponse> static io.grpc.MethodDescriptor<Board.GetDigitalInterruptValueRequest, Board.GetDigitalInterruptValueResponse> static io.grpc.MethodDescriptor<Common.GetGeometriesRequest, Common.GetGeometriesResponse> static io.grpc.MethodDescriptor<Board.GetGPIORequest, Board.GetGPIOResponse> static io.grpc.MethodDescriptor<Board.PWMFrequencyRequest, Board.PWMFrequencyResponse> static io.grpc.MethodDescriptor<Board.PWMRequest, Board.PWMResponse> static io.grpc.MethodDescriptor<Board.ReadAnalogReaderRequest, Board.ReadAnalogReaderResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<Board.SetGPIORequest, Board.SetGPIOResponse> static io.grpc.MethodDescriptor<Board.SetPowerModeRequest, Board.SetPowerModeResponse> static io.grpc.MethodDescriptor<Board.SetPWMFrequencyRequest, Board.SetPWMFrequencyResponse> static io.grpc.MethodDescriptor<Board.SetPWMRequest, Board.SetPWMResponse> static io.grpc.MethodDescriptor<Board.StreamTicksRequest, Board.StreamTicksResponse> static io.grpc.MethodDescriptor<Board.WriteAnalogRequest, Board.WriteAnalogResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewBlockingV2Stub(io.grpc.Channel channel) Creates a new blocking-style stub that supports all types of 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
-
getSetGPIOMethod
public static io.grpc.MethodDescriptor<Board.SetGPIORequest,Board.SetGPIOResponse> getSetGPIOMethod() -
getGetGPIOMethod
public static io.grpc.MethodDescriptor<Board.GetGPIORequest,Board.GetGPIOResponse> getGetGPIOMethod() -
getPWMMethod
-
getSetPWMMethod
-
getPWMFrequencyMethod
public static io.grpc.MethodDescriptor<Board.PWMFrequencyRequest,Board.PWMFrequencyResponse> getPWMFrequencyMethod() -
getSetPWMFrequencyMethod
public static io.grpc.MethodDescriptor<Board.SetPWMFrequencyRequest,Board.SetPWMFrequencyResponse> getSetPWMFrequencyMethod() -
getDoCommandMethod
public static io.grpc.MethodDescriptor<Common.DoCommandRequest,Common.DoCommandResponse> getDoCommandMethod() -
getReadAnalogReaderMethod
public static io.grpc.MethodDescriptor<Board.ReadAnalogReaderRequest,Board.ReadAnalogReaderResponse> getReadAnalogReaderMethod() -
getWriteAnalogMethod
public static io.grpc.MethodDescriptor<Board.WriteAnalogRequest,Board.WriteAnalogResponse> getWriteAnalogMethod() -
getGetDigitalInterruptValueMethod
public static io.grpc.MethodDescriptor<Board.GetDigitalInterruptValueRequest,Board.GetDigitalInterruptValueResponse> getGetDigitalInterruptValueMethod() -
getStreamTicksMethod
public static io.grpc.MethodDescriptor<Board.StreamTicksRequest,Board.StreamTicksResponse> getStreamTicksMethod() -
getSetPowerModeMethod
public static io.grpc.MethodDescriptor<Board.SetPowerModeRequest,Board.SetPowerModeResponse> getSetPowerModeMethod() -
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 -
newBlockingV2Stub
public static BoardServiceGrpc.BoardServiceBlockingV2Stub newBlockingV2Stub(io.grpc.Channel channel) Creates a new blocking-style stub that supports all types of calls on 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(BoardServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-