Package org.ros.internal.node.client
Class ParameterClient
java.lang.Object
org.ros.internal.node.client.ParameterClient
Provide access to the XML-RPC API for a ROS
ParameterServer.- Author:
- kwc@willowgarage.com (Ken Conley), damonkohler@google.com (Damon Kohler)
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParameterClient(NodeIdentifier nodeIdentifier, URI uri) Create a newParameterClientconnected to the specifiedParameterServerURI. -
Method Summary
Modifier and TypeMethodDescriptiondeleteParam(GraphName parameterName) searchParam(GraphName parameterName) subscribeParam(GraphName parameterName) unsubscribeParam(GraphName parameterName)
-
Field Details
-
xmlRpcEndpoint
-
-
Constructor Details
-
ParameterClient
Create a newParameterClientconnected to the specifiedParameterServerURI.- Parameters:
uri- theURIof theParameterServerto connect to
-
-
Method Details
-
getParam
-
setParam
-
setParam
-
setParam
-
setParam
-
setParam
-
setParam
-
searchParam
-
subscribeParam
-
unsubscribeParam
-
hasParam
-
deleteParam
-
getParamNames
-
getRemoteUri
- Returns:
- the
URIof the remoteXmlRpcServer
-