Uses of Class
org.ros.internal.node.response.Response
Packages that use Response
Package
Description
Provides internal classes for clients.
Provides internal classes for representing RPC results.
-
Uses of Response in org.ros.internal.node.client
Methods in org.ros.internal.node.client that return ResponseModifier and TypeMethodDescriptionParameterClient.deleteParam(GraphName parameterName) SlaveClient.getMasterUri()ParameterClient.getParamNames()SlaveClient.getPid()SlaveClient.getPublications()MasterClient.getPublishedTopics(GraphName callerName, String subgraph) SlaveClient.getSubscriptions()MasterClient.getSystemState(GraphName callerName) MasterClient.getTopicTypes(GraphName callerName) Get aListof allTopicSystemStatemessage types.MasterClient.lookupNode(GraphName slaveName, String nodeName) MasterClient.lookupService(GraphName callerName, String serviceName) SlaveClient.paramUpdate(GraphName name, boolean value) SlaveClient.paramUpdate(GraphName name, char value) SlaveClient.paramUpdate(GraphName name, double value) SlaveClient.paramUpdate(GraphName name, int value) SlaveClient.paramUpdate(GraphName name, String value) SlaveClient.paramUpdate(GraphName name, List<?> value) SlaveClient.paramUpdate(GraphName name, Map<?, ?> value) SlaveClient.publisherUpdate(GraphName topic, Collection<URI> publisherUris) MasterClient.registerPublisher(PublisherDeclaration publisherDeclaration) Registers the specifiedPublisherDeclaration.MasterClient.registerService(NodeIdentifier slave, ServiceServer<?, ?> service) Registers the givenServiceServer.MasterClient.registerSubscriber(NodeIdentifier slave, Subscriber<?> subscriber) Registers the givenSubscriber.SlaveClient.requestTopic(GraphName topic, Collection<String> requestedProtocols) ParameterClient.searchParam(GraphName parameterName) ParameterClient.subscribeParam(GraphName parameterName) MasterClient.unregisterPublisher(PublisherIdentifier publisherIdentifier) Unregisters the specifiedPublisherDeclaration.MasterClient.unregisterService(NodeIdentifier slave, ServiceServer<?, ?> service) Unregisters the specifiedServiceServer.MasterClient.unregisterSubscriber(NodeIdentifier slave, Subscriber<?> subscriber) Unregisters the specifiedSubscriber.ParameterClient.unsubscribeParam(GraphName parameterName) -
Uses of Response in org.ros.internal.node.response
Methods in org.ros.internal.node.response that return ResponseModifier and TypeMethodDescriptionstatic <T> Response<T>Response.fromListChecked(List<Object> response, ResultFactory<T> resultFactory) static <T> Response<T>Response.fromListCheckedFailure(List<Object> response, ResultFactory<T> resultFactory) static <T> Response<T>static <T> Response<T>Response.newFailure(String message, T value) static <T> Response<T>Response.newSuccess(String message, T value)