Package org.ros.internal.node.client
Class SlaveClient
java.lang.Object
org.ros.internal.node.client.SlaveClient
- Author:
- damonkohler@google.com (Damon Kohler)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPid()paramUpdate(GraphName name, boolean value) paramUpdate(GraphName name, char value) paramUpdate(GraphName name, double value) paramUpdate(GraphName name, int value) paramUpdate(GraphName name, String value) paramUpdate(GraphName name, List<?> value) paramUpdate(GraphName name, Map<?, ?> value) publisherUpdate(GraphName topic, Collection<URI> publisherUris) requestTopic(GraphName topic, Collection<String> requestedProtocols)
-
Field Details
-
xmlRpcEndpoint
-
-
Constructor Details
-
SlaveClient
-
-
Method Details
-
getBusStats
-
getBusInfo
-
getMasterUri
-
shutdown
-
getPid
-
getSubscriptions
-
getPublications
-
paramUpdate
-
paramUpdate
-
paramUpdate
-
paramUpdate
-
paramUpdate
-
paramUpdate
-
paramUpdate
-
publisherUpdate
-
requestTopic
public Response<ProtocolDescription> requestTopic(GraphName topic, Collection<String> requestedProtocols) -
getRemoteUri
- Returns:
- the
URIof the remoteXmlRpcServer
-