- AbstractNamedChannelHandler - Class in org.ros.internal.transport.tcp
-
- AbstractNamedChannelHandler() - Constructor for class org.ros.internal.transport.tcp.AbstractNamedChannelHandler
-
- AbstractNodeMain - Class in org.ros.node
-
A
NodeMain
which provides empty defaults for all signals.
- AbstractNodeMain() - Constructor for class org.ros.node.AbstractNodeMain
-
- add(T, int) - Method in class org.ros.concurrent.ListenerGroup
-
- add(T) - Method in class org.ros.concurrent.ListenerGroup
-
- add(T) - Method in class org.ros.internal.transport.queue.OutgoingMessageQueue
-
- add(Vector3) - Method in class org.ros.rosjava_geometry.Vector3
-
- addAll(Collection<T>, int) - Method in class org.ros.concurrent.ListenerGroup
-
- addAll(Collection<T>) - Method in class org.ros.concurrent.ListenerGroup
-
Adds all the specified listeners to the
ListenerGroup
with the
queue capacity for each set to
Integer.MAX_VALUE
.
- addAllNamedChannelHandlers(List<NamedChannelHandler>) - Method in class org.ros.internal.transport.tcp.TcpClient
-
- addAllNamedChannelHandlers(List<NamedChannelHandler>) - Method in class org.ros.internal.transport.tcp.TcpClientManager
-
- addChannel(Channel) - Method in class org.ros.internal.transport.queue.OutgoingMessageQueue
-
- addClient(DefaultServiceClient<?, ?>) - Method in class org.ros.internal.node.service.ServiceManager
-
- addField(String, String) - Method in class org.ros.internal.transport.ConnectionHeader
-
- addFirst(T) - Method in class org.ros.concurrent.CircularBlockingDeque
-
Adds the specified entry to the tail of the queue, overwriting older
entries if necessary.
- addLast(T) - Method in class org.ros.concurrent.CircularBlockingDeque
-
Adds the specified entry to the tail of the queue, overwriting older
entries if necessary.
- addListener(NodeListener) - Method in class org.ros.internal.node.DefaultNode
-
- addListener(GraphName, ParameterListener) - Method in class org.ros.internal.node.parameter.ParameterManager
-
- addListener(ServiceServerListener<T, S>) - Method in class org.ros.internal.node.service.DefaultServiceServer
-
- addListener(PublisherListener<T>) - Method in class org.ros.internal.node.topic.DefaultPublisher
-
- addListener(ClientHandshakeListener) - Method in class org.ros.internal.transport.BaseClientHandshakeHandler
-
- addListener(MessageListener<T>, int) - Method in class org.ros.internal.transport.queue.IncomingMessageQueue
-
- addListener(MessageListener<T>, int) - Method in class org.ros.internal.transport.queue.MessageDispatcher
-
Adds the specified
MessageListener
to the internal
ListenerGroup
.
- addListener(NodeListener) - Method in interface org.ros.node.Node
-
- addListener(ServiceServerListener<T, S>) - Method in interface org.ros.node.service.ServiceServer
-
- addListener(PublisherListener<T>) - Method in interface org.ros.node.topic.Publisher
-
Add a new lifecycle listener to the
Publisher
.
- addMessageListener(MessageListener<T>, int) - Method in class org.ros.internal.node.topic.DefaultSubscriber
-
- addMessageListener(MessageListener<T>) - Method in class org.ros.internal.node.topic.DefaultSubscriber
-
- addMessageListener(MessageListener<T>, int) - Method in interface org.ros.node.topic.Subscriber
-
Adds a MessageListener
to be called when new messages are received.
- addMessageListener(MessageListener<T>) - Method in interface org.ros.node.topic.Subscriber
-
Adds a MessageListener
with a limit of 1.
- addNamedChannelHandler(NamedChannelHandler) - Method in class org.ros.internal.transport.tcp.TcpClient
-
- addNamedChannelHandler(NamedChannelHandler) - Method in class org.ros.internal.transport.tcp.TcpClientManager
-
- addParameterListener(GraphName, ParameterListener) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- addParameterListener(String, ParameterListener) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- addParameterListener(GraphName, ParameterListener) - Method in class org.ros.node.AnonymousParmeterTree
-
- addParameterListener(String, ParameterListener) - Method in class org.ros.node.AnonymousParmeterTree
-
- addParameterListener(GraphName, ParameterListener) - Method in interface org.ros.node.parameter.ParameterTree
-
Subscribes to changes to the specified parameter.
- addParameterListener(String, ParameterListener) - Method in interface org.ros.node.parameter.ParameterTree
-
- addPublisher(TopicRegistrationInfo) - Method in class org.ros.internal.node.server.master.NodeRegistrationInfo
-
Add a new publisher to the node.
- addPublisher(NodeRegistrationInfo, String) - Method in class org.ros.internal.node.server.master.TopicRegistrationInfo
-
Add a new publisher to the topic.
- addPublisher(PublisherIdentifier, InetSocketAddress) - Method in class org.ros.internal.node.topic.DefaultSubscriber
-
- addPublisher(DefaultPublisher<?>) - Method in class org.ros.internal.node.topic.TopicParticipantManager
-
- addPublisherConnection(DefaultPublisher<?>, SubscriberIdentifier) - Method in class org.ros.internal.node.topic.TopicParticipantManager
-
- Address - Interface in org.ros.address
-
- addServer(DefaultServiceServer<?, ?>) - Method in class org.ros.internal.node.service.ServiceManager
-
- addService(ServiceRegistrationInfo) - Method in class org.ros.internal.node.server.master.NodeRegistrationInfo
-
Add a new service to the node.
- addSubscriber(TopicRegistrationInfo) - Method in class org.ros.internal.node.server.master.NodeRegistrationInfo
-
Add a new subscriber to the node.
- addSubscriber(NodeRegistrationInfo, String) - Method in class org.ros.internal.node.server.master.TopicRegistrationInfo
-
Add a new subscriber to the topic.
- addSubscriber(SubscriberIdentifier, Channel) - Method in class org.ros.internal.node.topic.DefaultPublisher
-
- addSubscriber(DefaultSubscriber<?>) - Method in class org.ros.internal.node.topic.TopicParticipantManager
-
- addSubscriberConnection(DefaultSubscriber<?>, PublisherIdentifier) - Method in class org.ros.internal.node.topic.TopicParticipantManager
-
- addSubscriberListener(SubscriberListener<T>) - Method in class org.ros.internal.node.topic.DefaultSubscriber
-
- addSubscriberListener(SubscriberListener<T>) - Method in interface org.ros.node.topic.Subscriber
-
Add a new lifecycle listener to the subscriber.
- AdvertiseAddress - Class in org.ros.address
-
A wrapper for InetSocketAddress
that emphasizes the difference
between an address that should be used for binding a server port and one that
should be advertised to external entities.
- AdvertiseAddress(String) - Constructor for class org.ros.address.AdvertiseAddress
-
- AdvertiseAddressFactory - Interface in org.ros.address
-
- almostEquals(Quaternion, double) - Method in class org.ros.rosjava_geometry.Quaternion
-
- almostEquals(Transform, double) - Method in class org.ros.rosjava_geometry.Transform
-
- almostEquals(Vector3, double) - Method in class org.ros.rosjava_geometry.Vector3
-
- AnonymousParmeterTree - Class in org.ros.node
-
- AnonymousParmeterTree(URI) - Constructor for class org.ros.node.AnonymousParmeterTree
-
- apply(Vector3) - Method in class org.ros.rosjava_geometry.Transform
-
- apply(Quaternion) - Method in class org.ros.rosjava_geometry.Transform
-
- await() - Method in class org.ros.concurrent.Holder
-
- await(long, TimeUnit) - Method in class org.ros.concurrent.Holder
-
- awaitMasterRegistrationFailure() - Method in class org.ros.internal.node.CountDownRegistrantListener
-
Wait for the requested number of failed registrations.
- awaitMasterRegistrationFailure(long, TimeUnit) - Method in class org.ros.internal.node.CountDownRegistrantListener
-
Wait for the requested number of failed registrations within the given time
period.
- awaitMasterRegistrationSuccess() - Method in class org.ros.internal.node.CountDownRegistrantListener
-
Wait for the requested number of successful registrations.
- awaitMasterRegistrationSuccess(long, TimeUnit) - Method in class org.ros.internal.node.CountDownRegistrantListener
-
Wait for the requested number of successful registrations within the given
time period.
- awaitMasterUnregistrationFailure() - Method in class org.ros.internal.node.CountDownRegistrantListener
-
Wait for the requested number of failed unregistrations.
- awaitMasterUnregistrationFailure(long, TimeUnit) - Method in class org.ros.internal.node.CountDownRegistrantListener
-
Wait for the requested number of failed unregistrations within the given
time period.
- awaitMasterUnregistrationSuccess() - Method in class org.ros.internal.node.CountDownRegistrantListener
-
Wait for the requested number of successful unregistrations.
- awaitMasterUnregistrationSuccess(long, TimeUnit) - Method in class org.ros.internal.node.CountDownRegistrantListener
-
Wait for the requested number of successful unregistrations within the
given time period.
- awaitNewPublisher() - Method in class org.ros.node.topic.CountDownSubscriberListener
-
Wait for the requested number of new publishers.
- awaitNewPublisher(long, TimeUnit) - Method in class org.ros.node.topic.CountDownSubscriberListener
-
Wait for the requested number of new publishers within the given time
period.
- awaitNewSubscriber() - Method in class org.ros.node.topic.CountDownPublisherListener
-
Wait for the requested number of shutdowns.
- awaitNewSubscriber(long, TimeUnit) - Method in class org.ros.node.topic.CountDownPublisherListener
-
Wait for the requested number of new subscribers within the given time
period.
- awaitShutdown() - Method in class org.ros.node.service.CountDownServiceServerListener
-
Wait for shutdown.
- awaitShutdown(long, TimeUnit) - Method in class org.ros.node.service.CountDownServiceServerListener
-
Wait for shutdown within the given time period.
- awaitShutdown() - Method in class org.ros.node.topic.CountDownPublisherListener
-
Wait for for shutdown.
- awaitShutdown(long, TimeUnit) - Method in class org.ros.node.topic.CountDownPublisherListener
-
Wait for shutdown within the given time period.
- awaitShutdown() - Method in class org.ros.node.topic.CountDownSubscriberListener
-
Wait for shutdown.
- awaitShutdown(long, TimeUnit) - Method in class org.ros.node.topic.CountDownSubscriberListener
-
Wait for shutdown within the given time period.
- awaitStart() - Method in class org.ros.internal.node.server.XmlRpcServer
-
- awaitStart(long, TimeUnit) - Method in class org.ros.internal.node.server.XmlRpcServer
-
- awaitStart() - Method in class org.ros.RosCore
-
- awaitStart(long, TimeUnit) - Method in class org.ros.RosCore
-
- awaitTermination(long, TimeUnit) - Method in class org.ros.concurrent.DefaultScheduledExecutorService
-
- awaitTermination(long, TimeUnit) - Method in class org.ros.concurrent.SharedScheduledExecutorService
-
- get() - Method in class org.ros.concurrent.Holder
-
- get(GraphName) - Method in class org.ros.internal.node.server.ParameterServer
-
- get() - Method in class org.ros.internal.transport.queue.LazyMessage
-
- get(String) - Method in class org.ros.rosjava_geometry.FrameTransformTree
-
- get(String, Time) - Method in class org.ros.rosjava_geometry.FrameTransformTree
-
- get() - Method in class org.ros.rosjava_geometry.LazyFrameTransform
-
- getAddress() - Method in class org.ros.internal.node.server.XmlRpcServer
-
- getAddress() - Method in class org.ros.internal.transport.ProtocolDescription
-
- getAddress() - Method in class org.ros.internal.transport.tcp.TcpRosServer
-
- getAdverstiseAddress() - Method in class org.ros.internal.transport.ProtocolDescription
-
- getAdvertiseAddress() - Method in class org.ros.internal.node.server.XmlRpcServer
-
- getAdvertiseAddress() - Method in class org.ros.internal.transport.tcp.TcpRosServer
-
- getAllServices() - Method in class org.ros.internal.node.server.master.MasterRegistrationManagerImpl
-
Get all services registered.
- getAllTopics() - Method in class org.ros.internal.node.server.master.MasterRegistrationManagerImpl
-
Get all topics registered.
- getBasename() - Method in class org.ros.namespace.GraphName
-
- getBoolean(GraphName) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getBoolean(String) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getBoolean(GraphName, boolean) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getBoolean(String, boolean) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getBoolean(GraphName) - Method in class org.ros.node.AnonymousParmeterTree
-
- getBoolean(String) - Method in class org.ros.node.AnonymousParmeterTree
-
- getBoolean(GraphName, boolean) - Method in class org.ros.node.AnonymousParmeterTree
-
- getBoolean(String, boolean) - Method in class org.ros.node.AnonymousParmeterTree
-
- getBoolean(GraphName) - Method in interface org.ros.node.parameter.ParameterTree
-
- getBoolean(String) - Method in interface org.ros.node.parameter.ParameterTree
-
- getBoolean(GraphName, boolean) - Method in interface org.ros.node.parameter.ParameterTree
-
- getBoolean(String, boolean) - Method in interface org.ros.node.parameter.ParameterTree
-
- getBusInfo() - Method in class org.ros.internal.node.client.SlaveClient
-
- getBusInfo(String) - Method in class org.ros.internal.node.server.SlaveServer
-
- getBusInfo(String) - Method in interface org.ros.internal.node.xmlrpc.SlaveXmlRpcEndpoint
-
Retrieve transport/topic connection information.
- getBusInfo(String) - Method in class org.ros.internal.node.xmlrpc.SlaveXmlRpcEndpointImpl
-
- getBusStats() - Method in class org.ros.internal.node.client.SlaveClient
-
- getBusStats(String) - Method in class org.ros.internal.node.server.SlaveServer
-
- getBusStats(String) - Method in interface org.ros.internal.node.xmlrpc.SlaveXmlRpcEndpoint
-
Retrieve transport/topic statistics.
- getBusStats(String) - Method in class org.ros.internal.node.xmlrpc.SlaveXmlRpcEndpointImpl
-
- getChannelGroup() - Method in class org.ros.internal.transport.queue.OutgoingMessageQueue
-
- getClient(GraphName) - Method in class org.ros.internal.node.service.ServiceManager
-
- getClient() - Method in class org.ros.internal.node.xmlrpc.XmlRpcClientFactory
-
Returns the factories client.
- getClients() - Method in class org.ros.internal.node.service.ServiceManager
-
- getCurrentTime() - Method in class org.ros.internal.node.DefaultNode
-
- getCurrentTime() - Method in interface org.ros.node.ConnectedNode
-
In ROS, time can be wallclock (actual) or simulated, so it is important to
use
ConnectedNode.getCurrentTime()
instead of using the standard
Java routines for determining the current time.
- getCurrentTime() - Method in class org.ros.time.ClockTopicTimeProvider
-
- getCurrentTime() - Method in class org.ros.time.NtpTimeProvider
-
- getCurrentTime() - Method in interface org.ros.time.TimeProvider
-
- getCurrentTime() - Method in class org.ros.time.WallTimeProvider
-
- getDefaultNodeName() - Method in class org.ros.MessageSerializationTestNode
-
- getDefaultNodeName() - Method in interface org.ros.node.NodeMain
-
- getDefaultNodeName() - Method in class org.ros.ParameterServerTestNode
-
- getDefaultNodeName() - Method in class org.ros.PassthroughTestNode
-
- getDefaultNodeName() - Method in class org.ros.rosjava_benchmarks.MessagesBenchmark
-
- getDefaultNodeName() - Method in class org.ros.rosjava_benchmarks.PubsubBenchmark
-
- getDefaultNodeName() - Method in class org.ros.rosjava_benchmarks.TransformBenchmark
-
- getDefaultNodeName() - Method in class org.ros.rosjava_tutorial_pubsub.Listener
-
- getDefaultNodeName() - Method in class org.ros.rosjava_tutorial_pubsub.Talker
-
- getDefaultNodeName() - Method in class org.ros.rosjava_tutorial_right_hand_rule.RightHandRule
-
- getDefaultNodeName() - Method in class org.ros.rosjava_tutorial_services.Client
-
- getDefaultNodeName() - Method in class org.ros.rosjava_tutorial_services.Server
-
- getDefaultNodeName() - Method in class org.ros.SlaveApiTestNode
-
- getDefinition() - Method in class org.ros.internal.node.service.ServiceDeclaration
-
- getDouble(GraphName) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getDouble(String) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getDouble(GraphName, double) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getDouble(String, double) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getDouble(GraphName) - Method in class org.ros.node.AnonymousParmeterTree
-
- getDouble(String) - Method in class org.ros.node.AnonymousParmeterTree
-
- getDouble(GraphName, double) - Method in class org.ros.node.AnonymousParmeterTree
-
- getDouble(String, double) - Method in class org.ros.node.AnonymousParmeterTree
-
- getDouble(GraphName) - Method in interface org.ros.node.parameter.ParameterTree
-
- getDouble(String) - Method in interface org.ros.node.parameter.ParameterTree
-
- getDouble(GraphName, double) - Method in interface org.ros.node.parameter.ParameterTree
-
- getDouble(String, double) - Method in interface org.ros.node.parameter.ParameterTree
-
- getErrorMessage() - Method in class org.ros.internal.node.BaseClientHandshake
-
- getErrorMessage() - Method in interface org.ros.internal.transport.ClientHandshake
-
- getField(String) - Method in class org.ros.internal.transport.ConnectionHeader
-
- getFields() - Method in class org.ros.internal.transport.ConnectionHeader
-
- getHost() - Method in class org.ros.address.AdvertiseAddress
-
- getIdentifier() - Method in class org.ros.internal.node.topic.DefaultPublisher
-
- getIdentifier() - Method in class org.ros.internal.node.topic.TopicDeclaration
-
- getInteger(GraphName) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getInteger(String) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getInteger(GraphName, int) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getInteger(String, int) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getInteger(GraphName) - Method in class org.ros.node.AnonymousParmeterTree
-
- getInteger(String) - Method in class org.ros.node.AnonymousParmeterTree
-
- getInteger(GraphName, int) - Method in class org.ros.node.AnonymousParmeterTree
-
- getInteger(String, int) - Method in class org.ros.node.AnonymousParmeterTree
-
- getInteger(GraphName) - Method in interface org.ros.node.parameter.ParameterTree
-
- getInteger(String) - Method in interface org.ros.node.parameter.ParameterTree
-
- getInteger(GraphName, int) - Method in interface org.ros.node.parameter.ParameterTree
-
- getInteger(String, int) - Method in interface org.ros.node.parameter.ParameterTree
-
- getLatchMode() - Method in class org.ros.internal.node.topic.DefaultPublisher
-
- getLatchMode() - Method in class org.ros.internal.node.topic.DefaultSubscriber
-
- getLatchMode() - Method in class org.ros.internal.transport.queue.IncomingMessageQueue
-
- getLatchMode() - Method in class org.ros.internal.transport.queue.MessageDispatcher
-
- getLatchMode() - Method in class org.ros.internal.transport.queue.OutgoingMessageQueue
-
- getLatchMode() - Method in interface org.ros.node.topic.Publisher
-
- getLatchMode() - Method in interface org.ros.node.topic.Subscriber
-
- getList(GraphName) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getList(String) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getList(GraphName, List<?>) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getList(String, List<?>) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getList(GraphName) - Method in class org.ros.node.AnonymousParmeterTree
-
- getList(String) - Method in class org.ros.node.AnonymousParmeterTree
-
- getList(GraphName, List<?>) - Method in class org.ros.node.AnonymousParmeterTree
-
- getList(String, List<?>) - Method in class org.ros.node.AnonymousParmeterTree
-
- getList(GraphName) - Method in interface org.ros.node.parameter.ParameterTree
-
- getList(String) - Method in interface org.ros.node.parameter.ParameterTree
-
- getList(GraphName, List<?>) - Method in interface org.ros.node.parameter.ParameterTree
-
- getList(String, List<?>) - Method in interface org.ros.node.parameter.ParameterTree
-
- getLog() - Method in class org.ros.internal.node.DefaultNode
-
- getLog() - Method in interface org.ros.node.Node
-
- getMagnitude() - Method in class org.ros.rosjava_geometry.Quaternion
-
- getMagnitude() - Method in class org.ros.rosjava_geometry.Vector3
-
- getMagnitudeSquared() - Method in class org.ros.rosjava_geometry.Quaternion
-
- getMagnitudeSquared() - Method in class org.ros.rosjava_geometry.Vector3
-
- getMap(GraphName) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getMap(String) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getMap(GraphName, Map<?, ?>) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getMap(String, Map<?, ?>) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getMap(GraphName) - Method in class org.ros.node.AnonymousParmeterTree
-
- getMap(String) - Method in class org.ros.node.AnonymousParmeterTree
-
- getMap(GraphName, Map<?, ?>) - Method in class org.ros.node.AnonymousParmeterTree
-
- getMap(String, Map<?, ?>) - Method in class org.ros.node.AnonymousParmeterTree
-
- getMap(GraphName) - Method in interface org.ros.node.parameter.ParameterTree
-
- getMap(String) - Method in interface org.ros.node.parameter.ParameterTree
-
- getMap(GraphName, Map<?, ?>) - Method in interface org.ros.node.parameter.ParameterTree
-
- getMap(String, Map<?, ?>) - Method in interface org.ros.node.parameter.ParameterTree
-
- getMasterServer() - Method in class org.ros.RosCore
-
- getMasterUri() - Method in class org.ros.internal.node.client.SlaveClient
-
- getMasterUri() - Method in class org.ros.internal.node.DefaultNode
-
- getMasterUri() - Method in class org.ros.internal.node.server.SlaveServer
-
- getMasterUri(String) - Method in interface org.ros.internal.node.xmlrpc.SlaveXmlRpcEndpoint
-
- getMasterUri(String) - Method in class org.ros.internal.node.xmlrpc.SlaveXmlRpcEndpointImpl
-
- getMasterUri() - Method in interface org.ros.master.uri.MasterUriProvider
-
Get a master URI.
- getMasterUri(long, TimeUnit) - Method in interface org.ros.master.uri.MasterUriProvider
-
Get a master URI within a given amount of time.
- getMasterUri() - Method in class org.ros.master.uri.StaticMasterUriProvider
-
- getMasterUri(long, TimeUnit) - Method in class org.ros.master.uri.StaticMasterUriProvider
-
- getMasterUri() - Method in class org.ros.master.uri.SwitchableMasterUriProvider
-
- getMasterUri(long, TimeUnit) - Method in class org.ros.master.uri.SwitchableMasterUriProvider
-
- getMasterUri() - Method in interface org.ros.node.Node
-
- getMasterUri() - Method in class org.ros.node.NodeConfiguration
-
- getMd5Checksum() - Method in class org.ros.internal.node.service.ServiceDeclaration
-
- getMessageReceiver() - Method in class org.ros.internal.transport.queue.IncomingMessageQueue
-
- getMessageSerializationFactory() - Method in class org.ros.internal.node.DefaultNode
-
- getMessageSerializationFactory() - Method in interface org.ros.node.Node
-
- getMessageSerializationFactory() - Method in class org.ros.node.NodeConfiguration
-
- getMessageType() - Method in class org.ros.internal.node.server.master.TopicRegistrationInfo
-
Get the currently known message type of the topic.
- getMessageType() - Method in class org.ros.internal.node.topic.TopicDeclaration
-
- getMessageType() - Method in class org.ros.master.client.TopicType
-
- getName() - Method in class org.ros.internal.node.DefaultNode
-
- getName() - Method in class org.ros.internal.node.server.NodeIdentifier
-
- getName() - Method in class org.ros.internal.node.service.DefaultServiceClient
-
- getName() - Method in class org.ros.internal.node.service.DefaultServiceServer
-
- getName() - Method in class org.ros.internal.node.service.ServiceDeclaration
-
- getName() - Method in class org.ros.internal.node.service.ServiceIdentifier
-
- getName() - Method in class org.ros.internal.node.topic.TopicDeclaration
-
- getName() - Method in class org.ros.internal.node.topic.TopicIdentifier
-
- getName() - Method in class org.ros.internal.transport.ProtocolDescription
-
- getName() - Method in class org.ros.internal.transport.queue.MessageReceiver
-
- getName() - Method in interface org.ros.internal.transport.tcp.NamedChannelHandler
-
- getName() - Method in class org.ros.master.client.TopicType
-
- getName() - Method in interface org.ros.node.Node
-
- getName() - Method in interface org.ros.node.service.ServiceClient
-
- getName() - Method in interface org.ros.node.service.ServiceServer
-
- getNames() - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getNames() - Method in class org.ros.internal.node.server.ParameterServer
-
- getNames() - Method in class org.ros.node.AnonymousParmeterTree
-
- getNames() - Method in interface org.ros.node.parameter.ParameterTree
-
- getNamespace() - Method in class org.ros.namespace.NameResolver
-
- getNode() - Method in class org.ros.internal.node.server.master.ServiceRegistrationInfo
-
Get the information about the node which contains the service.
- getNodeArguments() - Method in class org.ros.internal.loader.CommandLineLoader
-
- getNodeClassName() - Method in class org.ros.internal.loader.CommandLineLoader
-
- getNodeIdentifier() - Method in class org.ros.internal.node.topic.PublisherIdentifier
-
- getNodeIdentifier() - Method in class org.ros.internal.node.topic.SubscriberDeclaration
-
- getNodeIdentifier() - Method in class org.ros.internal.node.topic.SubscriberIdentifier
-
- getNodeName() - Method in class org.ros.internal.node.server.master.NodeRegistrationInfo
-
- getNodeName() - Method in class org.ros.internal.node.topic.PublisherIdentifier
-
- getNodeName() - Method in class org.ros.node.NodeConfiguration
-
- getNodeRegistrationInfo(GraphName) - Method in class org.ros.internal.node.server.master.MasterRegistrationManagerImpl
-
Get the information known about a node.
- getNodeSlaveUri() - Method in class org.ros.internal.node.server.master.NodeRegistrationInfo
-
- getNodeUri() - Method in class org.ros.internal.node.topic.PublisherIdentifier
-
- getNumberOfChannels() - Method in class org.ros.internal.transport.queue.OutgoingMessageQueue
-
- getNumberOfSubscribers() - Method in class org.ros.internal.node.topic.DefaultPublisher
-
- getNumberOfSubscribers() - Method in interface org.ros.node.topic.Publisher
-
- getOutgoingConnectionHeader() - Method in class org.ros.internal.node.BaseClientHandshake
-
- getOutgoingConnectionHeader() - Method in interface org.ros.internal.transport.ClientHandshake
-
- getParam(GraphName) - Method in class org.ros.internal.node.client.ParameterClient
-
- getParam(String, String) - Method in class org.ros.internal.node.xmlrpc.MasterXmlRpcEndpointImpl
-
- getParam(String, String) - Method in interface org.ros.internal.node.xmlrpc.ParameterServerXmlRpcEndpoint
-
Retrieve parameter value from server.
- getParameterTree() - Method in class org.ros.internal.node.DefaultNode
-
- getParameterTree() - Method in interface org.ros.node.ConnectedNode
-
Create a
ParameterTree
to query and set parameters on the ROS
parameter server.
- getParamNames() - Method in class org.ros.internal.node.client.ParameterClient
-
- getParamNames(String) - Method in class org.ros.internal.node.xmlrpc.MasterXmlRpcEndpointImpl
-
- getParamNames(String) - Method in interface org.ros.internal.node.xmlrpc.ParameterServerXmlRpcEndpoint
-
Gets the list of all parameter names stored on this server.
- getParent() - Method in class org.ros.namespace.GraphName
-
- getParentResolver() - Method in class org.ros.node.NodeConfiguration
-
- getPid() - Method in class org.ros.internal.node.client.SlaveClient
-
- getPid() - Method in class org.ros.internal.node.server.SlaveServer
-
- getPid() - Method in class org.ros.internal.node.server.XmlRpcServer
-
- getPid(String) - Method in interface org.ros.internal.node.xmlrpc.MasterXmlRpcEndpoint
-
Get the PID for the master process.
- getPid(String) - Method in class org.ros.internal.node.xmlrpc.MasterXmlRpcEndpointImpl
-
- getPid(String) - Method in interface org.ros.internal.node.xmlrpc.SlaveXmlRpcEndpoint
-
- getPid(String) - Method in class org.ros.internal.node.xmlrpc.SlaveXmlRpcEndpointImpl
-
- getPid() - Static method in class org.ros.internal.system.Process
-
- getPipeline() - Method in class org.ros.internal.transport.tcp.ConnectionTrackingChannelPipelineFactory
-
- getPipeline() - Method in class org.ros.internal.transport.tcp.TcpClientPipelineFactory
-
- getPipeline() - Method in class org.ros.internal.transport.tcp.TcpServerPipelineFactory
-
- getPort() - Method in class org.ros.address.AdvertiseAddress
-
- getPublications() - Method in class org.ros.internal.node.client.SlaveClient
-
- getPublications() - Method in class org.ros.internal.node.server.SlaveServer
-
- getPublications(String) - Method in interface org.ros.internal.node.xmlrpc.SlaveXmlRpcEndpoint
-
Retrieve a list of topics that this node publishes.
- getPublications(String) - Method in class org.ros.internal.node.xmlrpc.SlaveXmlRpcEndpointImpl
-
- getPublishedTopics(GraphName, String) - Method in class org.ros.internal.node.client.MasterClient
-
- getPublishedTopics(GraphName, GraphName) - Method in class org.ros.internal.node.server.master.MasterServer
-
Get a list of all topics published for the give subgraph.
- getPublishedTopics(String, String) - Method in interface org.ros.internal.node.xmlrpc.MasterXmlRpcEndpoint
-
Get list of topics that can be subscribed to.
- getPublishedTopics(String, String) - Method in class org.ros.internal.node.xmlrpc.MasterXmlRpcEndpointImpl
-
- getPublishedTopics(String) - Method in class org.ros.master.client.MasterStateClient
-
- getPublisher(GraphName) - Method in class org.ros.internal.node.topic.TopicParticipantManager
-
- getPublisherConnections(DefaultPublisher<?>) - Method in class org.ros.internal.node.topic.TopicParticipantManager
-
- getPublishers() - Method in class org.ros.internal.node.server.master.NodeRegistrationInfo
-
Get all known topics published by the node.
- getPublishers() - Method in class org.ros.internal.node.server.master.TopicRegistrationInfo
-
Get a list of all known publishers for the topic.
- getPublishers() - Method in class org.ros.internal.node.topic.TopicParticipantManager
-
- getPublishers() - Method in class org.ros.master.client.TopicSystemState
-
Get the set of all nodes that publish the topic.
- getRemappings() - Method in class org.ros.namespace.NameResolver
-
- getRequest() - Method in class org.ros.internal.node.service.Service
-
- getResolver() - Method in class org.ros.internal.node.DefaultNode
-
- getResolver() - Method in interface org.ros.node.Node
-
- getResponse() - Method in class org.ros.internal.node.service.Service
-
- getResult() - Method in class org.ros.internal.node.response.Response
-
- getRosPackagePath() - Method in class org.ros.node.NodeConfiguration
-
These ordered paths tell the ROS system where to search for more ROS
packages.
- getRosRoot() - Method in class org.ros.node.NodeConfiguration
-
- getScale() - Method in class org.ros.rosjava_geometry.Transform
-
- getScheduledExecutorService() - Method in class org.ros.internal.node.DefaultNode
-
- getScheduledExecutorService() - Method in class org.ros.node.DefaultNodeMainExecutor
-
- getScheduledExecutorService() - Method in interface org.ros.node.Node
-
- getScheduledExecutorService() - Method in interface org.ros.node.NodeMainExecutor
-
- getServer(GraphName) - Method in class org.ros.internal.node.service.ServiceFactory
-
- getServer(GraphName) - Method in class org.ros.internal.node.service.ServiceManager
-
- getServers() - Method in class org.ros.internal.node.service.ServiceManager
-
- getServiceDescriptionFactory() - Method in class org.ros.node.NodeConfiguration
-
- getServiceName() - Method in class org.ros.internal.node.server.master.ServiceRegistrationInfo
-
Get the name of the service.
- getServiceRegistrationInfo(GraphName) - Method in class org.ros.internal.node.server.master.MasterRegistrationManagerImpl
-
Get the information known about a service.
- getServiceRequestMessageFactory() - Method in class org.ros.internal.node.DefaultNode
-
- getServiceRequestMessageFactory() - Method in interface org.ros.node.Node
-
- getServiceRequestMessageFactory() - Method in class org.ros.node.NodeConfiguration
-
- getServiceResponseMessageFactory() - Method in class org.ros.internal.node.DefaultNode
-
- getServiceResponseMessageFactory() - Method in interface org.ros.node.Node
-
- getServiceResponseMessageFactory() - Method in class org.ros.node.NodeConfiguration
-
- getServices() - Method in class org.ros.internal.node.server.master.NodeRegistrationInfo
-
Get all known services provided by the node.
- getServiceServer(GraphName) - Method in class org.ros.internal.node.DefaultNode
-
- getServiceServer(String) - Method in class org.ros.internal.node.DefaultNode
-
- getServiceServer(GraphName) - Method in interface org.ros.node.ConnectedNode
-
- getServiceServer(String) - Method in interface org.ros.node.ConnectedNode
-
- getServiceUri() - Method in class org.ros.internal.node.server.master.ServiceRegistrationInfo
-
Get the URI of the service server.
- getSlaveIdentifier() - Method in class org.ros.internal.node.topic.PublisherDeclaration
-
- getSlaveName() - Method in class org.ros.internal.node.topic.PublisherDeclaration
-
- getSlaveUri() - Method in class org.ros.internal.node.topic.PublisherDeclaration
-
- getSlaveUri() - Method in class org.ros.internal.node.topic.SubscriberDeclaration
-
- getSourceFrame() - Method in class org.ros.rosjava_geometry.FrameTransform
-
- getStatusCode() - Method in exception org.ros.exception.RemoteException
-
- getStatusCode() - Method in class org.ros.internal.node.response.Response
-
- getStatusMessage() - Method in class org.ros.internal.node.response.Response
-
- getString(GraphName) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getString(String) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getString(GraphName, String) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getString(String, String) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- getString(GraphName) - Method in class org.ros.node.AnonymousParmeterTree
-
- getString(String) - Method in class org.ros.node.AnonymousParmeterTree
-
- getString(GraphName, String) - Method in class org.ros.node.AnonymousParmeterTree
-
- getString(String, String) - Method in class org.ros.node.AnonymousParmeterTree
-
- getString(GraphName) - Method in interface org.ros.node.parameter.ParameterTree
-
- getString(String) - Method in interface org.ros.node.parameter.ParameterTree
-
- getString(GraphName, String) - Method in interface org.ros.node.parameter.ParameterTree
-
- getString(String, String) - Method in interface org.ros.node.parameter.ParameterTree
-
- getSubscriber(GraphName) - Method in class org.ros.internal.node.topic.TopicParticipantManager
-
- getSubscriber() - Method in class org.ros.time.ClockTopicTimeProvider
-
- getSubscriberConnections(DefaultSubscriber<?>) - Method in class org.ros.internal.node.topic.TopicParticipantManager
-
- getSubscribers() - Method in class org.ros.internal.node.server.master.NodeRegistrationInfo
-
Get all known topics subscribed to by the node.
- getSubscribers() - Method in class org.ros.internal.node.server.master.TopicRegistrationInfo
-
Get a list of all known subscribers for the topic.
- getSubscribers() - Method in class org.ros.internal.node.topic.TopicParticipantManager
-
- getSubscribers() - Method in class org.ros.master.client.TopicSystemState
-
Get the set of all nodes that subscribe to the topic.
- getSubscriptions() - Method in class org.ros.internal.node.client.SlaveClient
-
- getSubscriptions() - Method in class org.ros.internal.node.server.SlaveServer
-
- getSubscriptions(String) - Method in interface org.ros.internal.node.xmlrpc.SlaveXmlRpcEndpoint
-
- getSubscriptions(String) - Method in class org.ros.internal.node.xmlrpc.SlaveXmlRpcEndpointImpl
-
- getSupportedProtocols() - Method in class org.ros.internal.node.topic.DefaultSubscriber
-
- getSystemState(GraphName) - Method in class org.ros.internal.node.client.MasterClient
-
- getSystemState() - Method in class org.ros.internal.node.server.master.MasterServer
-
Get the state of the ROS graph.
- getSystemState(String) - Method in interface org.ros.internal.node.xmlrpc.MasterXmlRpcEndpoint
-
Retrieve list representation of system state (i.e.
- getSystemState(String) - Method in class org.ros.internal.node.xmlrpc.MasterXmlRpcEndpointImpl
-
- getSystemState() - Method in class org.ros.master.client.MasterStateClient
-
- getTargetFrame() - Method in class org.ros.rosjava_geometry.FrameTransform
-
- getTcpRosAdvertiseAddress() - Method in class org.ros.internal.node.server.SlaveServer
-
- getTcpRosAdvertiseAddress() - Method in class org.ros.node.NodeConfiguration
-
- getTcpRosAdvertiseAddressFactory() - Method in class org.ros.node.NodeConfiguration
-
- getTcpRosBindAddress() - Method in class org.ros.node.NodeConfiguration
-
- getTime() - Method in class org.ros.rosjava_geometry.FrameTransform
-
- getTimeProvider() - Method in class org.ros.node.NodeConfiguration
-
- getTopicDeclaration() - Method in class org.ros.internal.node.topic.DefaultTopicParticipant
-
- getTopicDeclarationAsList() - Method in class org.ros.internal.node.topic.DefaultTopicParticipant
-
- getTopicDeclarationHeader() - Method in class org.ros.internal.node.topic.DefaultTopicParticipant
-
- getTopicDescriptionFactory() - Method in class org.ros.node.NodeConfiguration
-
- getTopicIdentifier() - Method in class org.ros.internal.node.topic.PublisherIdentifier
-
- getTopicIdentifier() - Method in class org.ros.internal.node.topic.SubscriberIdentifier
-
- getTopicMessageFactory() - Method in class org.ros.internal.node.DefaultNode
-
- getTopicMessageFactory() - Method in interface org.ros.node.Node
-
- getTopicMessageFactory() - Method in class org.ros.node.NodeConfiguration
-
- getTopicMessageType() - Method in class org.ros.internal.node.topic.DefaultTopicParticipant
-
- getTopicMessageType() - Method in class org.ros.internal.node.topic.PublisherDeclaration
-
- getTopicMessageType() - Method in interface org.ros.internal.node.topic.TopicParticipant
-
- getTopicName() - Method in class org.ros.internal.node.server.master.TopicRegistrationInfo
-
- getTopicName() - Method in class org.ros.internal.node.topic.DefaultTopicParticipant
-
- getTopicName() - Method in class org.ros.internal.node.topic.PublisherDeclaration
-
- getTopicName() - Method in class org.ros.internal.node.topic.PublisherIdentifier
-
- getTopicName() - Method in class org.ros.internal.node.topic.SubscriberDeclaration
-
- getTopicName() - Method in class org.ros.internal.node.topic.SubscriberIdentifier
-
- getTopicName() - Method in interface org.ros.internal.node.topic.TopicParticipant
-
- getTopicName() - Method in class org.ros.master.client.TopicSystemState
-
- getTopicRegistrationInfo(GraphName) - Method in class org.ros.internal.node.server.master.MasterRegistrationManagerImpl
-
Get the information known about a topic.
- getTopics() - Method in class org.ros.master.client.SystemState
-
Get all topics in the system state.
- getTopicTypes(GraphName) - Method in class org.ros.internal.node.client.MasterClient
-
- getTopicTypes(GraphName) - Method in class org.ros.internal.node.server.master.MasterServer
-
- getTopicTypes(String) - Method in interface org.ros.internal.node.xmlrpc.MasterXmlRpcEndpoint
-
Get a list of all topic types.
- getTopicTypes(String) - Method in class org.ros.internal.node.xmlrpc.MasterXmlRpcEndpointImpl
-
- getTopicTypes() - Method in class org.ros.master.client.MasterStateClient
-
- getTransform() - Method in class org.ros.rosjava_geometry.FrameTransform
-
- getType() - Method in class org.ros.internal.node.service.ServiceDeclaration
-
- getUri(GraphName) - Method in class org.ros.internal.node.client.MasterClient
-
- getUri() - Method in class org.ros.internal.node.DefaultNode
-
- getUri() - Method in class org.ros.internal.node.server.NodeIdentifier
-
- getUri() - Method in class org.ros.internal.node.server.XmlRpcServer
-
- getUri() - Method in class org.ros.internal.node.service.DefaultServiceServer
-
- getUri() - Method in class org.ros.internal.node.service.ServiceDeclaration
-
- getUri() - Method in class org.ros.internal.node.service.ServiceIdentifier
-
- getUri() - Method in class org.ros.internal.node.topic.SubscriberIdentifier
-
- getUri(String) - Method in interface org.ros.internal.node.xmlrpc.MasterXmlRpcEndpoint
-
Get the URI of the the master.
- getUri(String) - Method in class org.ros.internal.node.xmlrpc.MasterXmlRpcEndpointImpl
-
- getUri() - Method in class org.ros.master.client.MasterStateClient
-
- getUri() - Method in interface org.ros.node.Node
-
- getUri() - Method in interface org.ros.node.service.ServiceServer
-
- getUri() - Method in class org.ros.RosCore
-
- getW() - Method in class org.ros.rosjava_geometry.Quaternion
-
- getX() - Method in class org.ros.rosjava_geometry.Quaternion
-
- getX() - Method in class org.ros.rosjava_geometry.Vector3
-
- getXmlRpcAdvertiseAddress() - Method in class org.ros.node.NodeConfiguration
-
- getXmlRpcAdvertiseAddressFactory() - Method in class org.ros.node.NodeConfiguration
-
- getXmlRpcBindAddress() - Method in class org.ros.node.NodeConfiguration
-
- getY() - Method in class org.ros.rosjava_geometry.Quaternion
-
- getY() - Method in class org.ros.rosjava_geometry.Vector3
-
- getZ() - Method in class org.ros.rosjava_geometry.Quaternion
-
- getZ() - Method in class org.ros.rosjava_geometry.Vector3
-
- GraphName - Class in org.ros.namespace
-
ROS graph resource name.
- ObjectResultFactory - Class in org.ros.internal.node.response
-
- ObjectResultFactory() - Constructor for class org.ros.internal.node.response.ObjectResultFactory
-
- of(String) - Static method in class org.ros.namespace.GraphName
-
- of(String) - Static method in class org.ros.rosjava_geometry.FrameName
-
- onError(Node, Throwable) - Method in class org.ros.MessageSerializationTestNode
-
- onError(Node, Throwable) - Method in class org.ros.node.AbstractNodeMain
-
- onError(Node, Throwable) - Method in class org.ros.node.DefaultNodeListener
-
- onError(Node, Throwable) - Method in interface org.ros.node.NodeListener
-
Called when the
Node
experiences an unrecoverable error.
- onFailure(String, ChannelHandlerContext, MessageEvent) - Method in class org.ros.internal.transport.BaseClientHandshakeHandler
-
- onFailure(ConnectionHeader, String) - Method in interface org.ros.internal.transport.ClientHandshakeListener
-
- onFailure(RemoteException) - Method in interface org.ros.node.service.ServiceResponseListener
-
Called when a service method fails to return successfully.
- onMasterRegistrationFailure(T) - Method in class org.ros.internal.node.CountDownRegistrantListener
-
- onMasterRegistrationFailure(T) - Method in interface org.ros.internal.node.RegistrantListener
-
The registrant has failed to register with the master.
- onMasterRegistrationFailure(ServiceServer<T, S>) - Method in class org.ros.node.service.DefaultServiceServerListener
-
- onMasterRegistrationFailure(Publisher<T>) - Method in class org.ros.node.topic.DefaultPublisherListener
-
- onMasterRegistrationFailure(Subscriber<T>) - Method in class org.ros.node.topic.DefaultSubscriberListener
-
- onMasterRegistrationSuccess(T) - Method in class org.ros.internal.node.CountDownRegistrantListener
-
- onMasterRegistrationSuccess(T) - Method in interface org.ros.internal.node.RegistrantListener
-
The registrant has been registered with the master.
- onMasterRegistrationSuccess(ServiceServer<T, S>) - Method in class org.ros.node.service.DefaultServiceServerListener
-
- onMasterRegistrationSuccess(Publisher<T>) - Method in class org.ros.node.topic.DefaultPublisherListener
-
- onMasterRegistrationSuccess(Subscriber<T>) - Method in class org.ros.node.topic.DefaultSubscriberListener
-
- onMasterUnregistrationFailure(T) - Method in class org.ros.internal.node.CountDownRegistrantListener
-
- onMasterUnregistrationFailure(T) - Method in interface org.ros.internal.node.RegistrantListener
-
The registrant has failed to unregister with the master.
- onMasterUnregistrationFailure(ServiceServer<T, S>) - Method in class org.ros.node.service.DefaultServiceServerListener
-
- onMasterUnregistrationFailure(Publisher<T>) - Method in class org.ros.node.topic.DefaultPublisherListener
-
- onMasterUnregistrationFailure(Subscriber<T>) - Method in class org.ros.node.topic.DefaultSubscriberListener
-
- onMasterUnregistrationSuccess(T) - Method in class org.ros.internal.node.CountDownRegistrantListener
-
- onMasterUnregistrationSuccess(T) - Method in interface org.ros.internal.node.RegistrantListener
-
The registrant has been unregistered with the master.
- onMasterUnregistrationSuccess(ServiceServer<T, S>) - Method in class org.ros.node.service.DefaultServiceServerListener
-
- onMasterUnregistrationSuccess(Publisher<T>) - Method in class org.ros.node.topic.DefaultPublisherListener
-
- onMasterUnregistrationSuccess(Subscriber<T>) - Method in class org.ros.node.topic.DefaultSubscriberListener
-
- onNewPublisher(Subscriber<T>, PublisherIdentifier) - Method in class org.ros.node.topic.CountDownSubscriberListener
-
- onNewPublisher(Subscriber<T>, PublisherIdentifier) - Method in class org.ros.node.topic.DefaultSubscriberListener
-
- onNewPublisher(Subscriber<T>, PublisherIdentifier) - Method in interface org.ros.node.topic.SubscriberListener
-
- onNewSubscriber(Publisher<T>, SubscriberIdentifier) - Method in class org.ros.node.topic.CountDownPublisherListener
-
- onNewSubscriber(Publisher<T>, SubscriberIdentifier) - Method in class org.ros.node.topic.DefaultPublisherListener
-
- onNewSubscriber(Publisher<T>, SubscriberIdentifier) - Method in interface org.ros.node.topic.PublisherListener
-
- onNewValue(Object) - Method in interface org.ros.node.parameter.ParameterListener
-
- onNodeReplacement(NodeRegistrationInfo) - Method in interface org.ros.internal.node.server.master.MasterRegistrationListener
-
A node is being replaced.
- onNodeReplacement(NodeRegistrationInfo) - Method in class org.ros.internal.node.server.master.MasterServer
-
- onPublisherAdded(DefaultPublisher<?>) - Method in class org.ros.internal.node.client.Registrar
-
- onPublisherAdded(DefaultPublisher<?>) - Method in interface org.ros.internal.node.topic.TopicParticipantManagerListener
-
- onPublisherRemoved(DefaultPublisher<?>) - Method in class org.ros.internal.node.client.Registrar
-
- onPublisherRemoved(DefaultPublisher<?>) - Method in interface org.ros.internal.node.topic.TopicParticipantManagerListener
-
- onServiceServerAdded(DefaultServiceServer<?, ?>) - Method in class org.ros.internal.node.client.Registrar
-
- onServiceServerAdded(DefaultServiceServer<?, ?>) - Method in interface org.ros.internal.node.service.ServiceManagerListener
-
- onServiceServerRemoved(DefaultServiceServer<?, ?>) - Method in class org.ros.internal.node.client.Registrar
-
- onServiceServerRemoved(DefaultServiceServer<?, ?>) - Method in interface org.ros.internal.node.service.ServiceManagerListener
-
- onShutdown(Node) - Method in class org.ros.MessageSerializationTestNode
-
- onShutdown(Node) - Method in class org.ros.node.AbstractNodeMain
-
- onShutdown(Node) - Method in class org.ros.node.DefaultNodeListener
-
- onShutdown(Node) - Method in interface org.ros.node.NodeListener
-
- onShutdown(ServiceServer<T, S>) - Method in class org.ros.node.service.CountDownServiceServerListener
-
- onShutdown(ServiceServer<T, S>) - Method in class org.ros.node.service.DefaultServiceServerListener
-
- onShutdown(ServiceServer<T, S>) - Method in interface org.ros.node.service.ServiceServerListener
-
- onShutdown(Publisher<T>) - Method in class org.ros.node.topic.CountDownPublisherListener
-
- onShutdown(Subscriber<T>) - Method in class org.ros.node.topic.CountDownSubscriberListener
-
- onShutdown(Publisher<T>) - Method in class org.ros.node.topic.DefaultPublisherListener
-
- onShutdown(Subscriber<T>) - Method in class org.ros.node.topic.DefaultSubscriberListener
-
- onShutdown(Publisher<T>) - Method in interface org.ros.node.topic.PublisherListener
-
- onShutdown(Subscriber<T>) - Method in interface org.ros.node.topic.SubscriberListener
-
- onShutdownComplete(Node) - Method in class org.ros.MessageSerializationTestNode
-
- onShutdownComplete(Node) - Method in class org.ros.node.AbstractNodeMain
-
- onShutdownComplete(Node) - Method in class org.ros.node.DefaultNodeListener
-
- onShutdownComplete(Node) - Method in interface org.ros.node.NodeListener
-
Called when the
Node
has shut down.
- onStart(ConnectedNode) - Method in class org.ros.MessageSerializationTestNode
-
- onStart(ConnectedNode) - Method in class org.ros.node.AbstractNodeMain
-
- onStart(ConnectedNode) - Method in class org.ros.node.DefaultNodeListener
-
- onStart(ConnectedNode) - Method in interface org.ros.node.NodeListener
-
Called when the
Node
has started and successfully connected to the
master.
- onStart(ConnectedNode) - Method in class org.ros.ParameterServerTestNode
-
- onStart(ConnectedNode) - Method in class org.ros.PassthroughTestNode
-
- onStart(ConnectedNode) - Method in class org.ros.rosjava_benchmarks.MessagesBenchmark
-
- onStart(ConnectedNode) - Method in class org.ros.rosjava_benchmarks.PubsubBenchmark
-
- onStart(ConnectedNode) - Method in class org.ros.rosjava_benchmarks.TransformBenchmark
-
- onStart(ConnectedNode) - Method in class org.ros.rosjava_tutorial_pubsub.Listener
-
- onStart(ConnectedNode) - Method in class org.ros.rosjava_tutorial_pubsub.Talker
-
- onStart(ConnectedNode) - Method in class org.ros.rosjava_tutorial_right_hand_rule.RightHandRule
-
- onStart(ConnectedNode) - Method in class org.ros.rosjava_tutorial_services.Client
-
- onStart(ConnectedNode) - Method in class org.ros.rosjava_tutorial_services.Server
-
- onStart(ConnectedNode) - Method in class org.ros.SlaveApiTestNode
-
- onSubscriberAdded(DefaultSubscriber<?>) - Method in class org.ros.internal.node.client.Registrar
-
- onSubscriberAdded(DefaultSubscriber<?>) - Method in interface org.ros.internal.node.topic.TopicParticipantManagerListener
-
- onSubscriberRemoved(DefaultSubscriber<?>) - Method in class org.ros.internal.node.client.Registrar
-
- onSubscriberRemoved(DefaultSubscriber<?>) - Method in interface org.ros.internal.node.topic.TopicParticipantManagerListener
-
- onSuccess(ConnectionHeader, ChannelHandlerContext, MessageEvent) - Method in class org.ros.internal.transport.BaseClientHandshakeHandler
-
Called when the
ClientHandshake
succeeds and will block the network
thread until it returns.
- onSuccess(ConnectionHeader, ConnectionHeader) - Method in interface org.ros.internal.transport.ClientHandshakeListener
-
- onSuccess(MessageType) - Method in interface org.ros.node.service.ServiceResponseListener
-
Called when a service method returns successfully.
- org.ros - package org.ros
-
- org.ros.address - package org.ros.address
-
Provides the classes for acquiring and representing network addresses.
- org.ros.concurrent - package org.ros.concurrent
-
Provides utility classes for common concurrent programming operations.
- org.ros.exception - package org.ros.exception
-
- org.ros.internal.loader - package org.ros.internal.loader
-
Provides internal classes for loading node configurations.
- org.ros.internal.node - package org.ros.internal.node
-
Provides internal classes for creating and communicating with nodes in the ROS graph.
- org.ros.internal.node.client - package org.ros.internal.node.client
-
Provides internal classes for clients.
- org.ros.internal.node.parameter - package org.ros.internal.node.parameter
-
Provides internal classes for working with the parameter server.
- org.ros.internal.node.response - package org.ros.internal.node.response
-
Provides internal classes for representing RPC results.
- org.ros.internal.node.server - package org.ros.internal.node.server
-
Provides internal classes for servers.
- org.ros.internal.node.server.master - package org.ros.internal.node.server.master
-
Provides internal classes for the server side of the master.
- org.ros.internal.node.service - package org.ros.internal.node.service
-
Provides internal classes for working with services.
- org.ros.internal.node.topic - package org.ros.internal.node.topic
-
Provides internal classes for working with topics.
- org.ros.internal.node.xmlrpc - package org.ros.internal.node.xmlrpc
-
Provides internal classes for working with the ROS XML-RPC layer.
- org.ros.internal.system - package org.ros.internal.system
-
Provides internal utility classes for system operations.
- org.ros.internal.transport - package org.ros.internal.transport
-
Provides internal classes that are core to the implementation of rosjava.
- org.ros.internal.transport.queue - package org.ros.internal.transport.queue
-
- org.ros.internal.transport.tcp - package org.ros.internal.transport.tcp
-
Provides internal classes for implementing TCPROS.
- org.ros.master.client - package org.ros.master.client
-
Provides the classes for communicating with the master.
- org.ros.master.uri - package org.ros.master.uri
-
Provides the classes for representing master URIs.
- org.ros.math - package org.ros.math
-
Provides utility classes for common mathematical operations.
- org.ros.namespace - package org.ros.namespace
-
Provides the classes for representing names in the ROS graph.
- org.ros.node - package org.ros.node
-
Provides the classes for creating and communicating with nodes in the ROS graph.
- org.ros.node.parameter - package org.ros.node.parameter
-
Provides the classes for accessing and modifying parameters.
- org.ros.node.service - package org.ros.node.service
-
Provides the classes for communicating via services.
- org.ros.node.topic - package org.ros.node.topic
-
Provides the classes for communicating via topics.
- org.ros.rosjava_benchmarks - package org.ros.rosjava_benchmarks
-
- org.ros.rosjava_geometry - package org.ros.rosjava_geometry
-
Provides the classes for common geometry operations and representations (e.g.
- org.ros.rosjava_tutorial_pubsub - package org.ros.rosjava_tutorial_pubsub
-
- org.ros.rosjava_tutorial_right_hand_rule - package org.ros.rosjava_tutorial_right_hand_rule
-
- org.ros.rosjava_tutorial_services - package org.ros.rosjava_tutorial_services
-
- org.ros.time - package org.ros.time
-
Provides the classes for dealing with time and clock synchronization.
- outgoingConnectionHeader - Variable in class org.ros.internal.node.BaseClientHandshake
-
- OutgoingMessageQueue<T> - Class in org.ros.internal.transport.queue
-
- OutgoingMessageQueue(MessageSerializer<T>, ExecutorService) - Constructor for class org.ros.internal.transport.queue.OutgoingMessageQueue
-
- scale(double) - Method in class org.ros.rosjava_geometry.Quaternion
-
- scale(double) - Method in class org.ros.rosjava_geometry.Transform
-
- scale(double) - Method in class org.ros.rosjava_geometry.Vector3
-
- schedule(Runnable, long, TimeUnit) - Method in class org.ros.concurrent.DefaultScheduledExecutorService
-
- schedule(Callable<V>, long, TimeUnit) - Method in class org.ros.concurrent.DefaultScheduledExecutorService
-
- schedule(Callable<V>, long, TimeUnit) - Method in class org.ros.concurrent.SharedScheduledExecutorService
-
- schedule(Runnable, long, TimeUnit) - Method in class org.ros.concurrent.SharedScheduledExecutorService
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.ros.concurrent.DefaultScheduledExecutorService
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.ros.concurrent.SharedScheduledExecutorService
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.ros.concurrent.DefaultScheduledExecutorService
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.ros.concurrent.SharedScheduledExecutorService
-
- search(GraphName) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- search(String) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- search(GraphName) - Method in class org.ros.internal.node.server.ParameterServer
-
- search(GraphName) - Method in class org.ros.node.AnonymousParmeterTree
-
- search(String) - Method in class org.ros.node.AnonymousParmeterTree
-
- search(GraphName) - Method in interface org.ros.node.parameter.ParameterTree
-
Search for parameter key on the Parameter Server.
- search(String) - Method in interface org.ros.node.parameter.ParameterTree
-
- searchParam(GraphName) - Method in class org.ros.internal.node.client.ParameterClient
-
- searchParam(String, String) - Method in class org.ros.internal.node.xmlrpc.MasterXmlRpcEndpointImpl
-
- searchParam(String, String) - Method in interface org.ros.internal.node.xmlrpc.ParameterServerXmlRpcEndpoint
-
- Server - Class in org.ros.rosjava_tutorial_services
-
- Server() - Constructor for class org.ros.rosjava_tutorial_services.Server
-
- ServerException - Exception in org.ros.internal.node.server
-
- ServerException(String) - Constructor for exception org.ros.internal.node.server.ServerException
-
- ServerException(Exception) - Constructor for exception org.ros.internal.node.server.ServerException
-
- Service - Class in org.ros.internal.node.service
-
- Service(Service.Request, Service.Response) - Constructor for class org.ros.internal.node.service.Service
-
- SERVICE - Static variable in interface org.ros.internal.transport.ConnectionHeaderFields
-
- Service.Request - Interface in org.ros.internal.node.service
-
- Service.Response - Interface in org.ros.internal.node.service
-
- ServiceClient<T,S> - Interface in org.ros.node.service
-
Provides a connection to a ROS service.
- ServiceClientHandshake - Class in org.ros.internal.node.service
-
Handshake logic from the client side of a service connection.
- ServiceClientHandshake(ConnectionHeader) - Constructor for class org.ros.internal.node.service.ServiceClientHandshake
-
- ServiceDeclaration - Class in org.ros.internal.node.service
-
- ServiceDeclaration(ServiceIdentifier, ServiceDescription) - Constructor for class org.ros.internal.node.service.ServiceDeclaration
-
- ServiceException - Exception in org.ros.exception
-
- ServiceException(Throwable) - Constructor for exception org.ros.exception.ServiceException
-
- ServiceException(String, Throwable) - Constructor for exception org.ros.exception.ServiceException
-
- ServiceException(String) - Constructor for exception org.ros.exception.ServiceException
-
- ServiceFactory - Class in org.ros.internal.node.service
-
- ServiceFactory(GraphName, SlaveServer, ServiceManager, ScheduledExecutorService) - Constructor for class org.ros.internal.node.service.ServiceFactory
-
- ServiceIdentifier - Class in org.ros.internal.node.service
-
- ServiceIdentifier(GraphName, URI) - Constructor for class org.ros.internal.node.service.ServiceIdentifier
-
- ServiceManager - Class in org.ros.internal.node.service
-
- ServiceManager() - Constructor for class org.ros.internal.node.service.ServiceManager
-
- ServiceManagerListener - Interface in org.ros.internal.node.service
-
- ServiceNotFoundException - Exception in org.ros.exception
-
- ServiceNotFoundException(Throwable) - Constructor for exception org.ros.exception.ServiceNotFoundException
-
- ServiceNotFoundException(String, Throwable) - Constructor for exception org.ros.exception.ServiceNotFoundException
-
- ServiceNotFoundException(String) - Constructor for exception org.ros.exception.ServiceNotFoundException
-
- ServiceRegistrationInfo - Class in org.ros.internal.node.server.master
-
Information a master needs about a service.
- ServiceRegistrationInfo(GraphName, URI, NodeRegistrationInfo) - Constructor for class org.ros.internal.node.server.master.ServiceRegistrationInfo
-
- ServiceResponseBuilder<T,S> - Interface in org.ros.node.service
-
Builds a service response given a service request.
- ServiceResponseEncoder - Class in org.ros.internal.node.service
-
- ServiceResponseEncoder() - Constructor for class org.ros.internal.node.service.ServiceResponseEncoder
-
- ServiceResponseListener<MessageType> - Interface in org.ros.node.service
-
A listener for service responses.
- ServiceServer<T,S> - Interface in org.ros.node.service
-
Provides a ROS service.
- ServiceServerListener<T,S> - Interface in org.ros.node.service
-
- set(T) - Method in class org.ros.concurrent.Holder
-
- set(GraphName, boolean) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- set(String, boolean) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- set(GraphName, int) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- set(String, int) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- set(GraphName, double) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- set(String, double) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- set(GraphName, String) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- set(String, String) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- set(GraphName, List<?>) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- set(String, List<?>) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- set(GraphName, Map<?, ?>) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- set(String, Map<?, ?>) - Method in class org.ros.internal.node.parameter.DefaultParameterTree
-
- set(GraphName, boolean) - Method in class org.ros.internal.node.server.ParameterServer
-
- set(GraphName, int) - Method in class org.ros.internal.node.server.ParameterServer
-
- set(GraphName, double) - Method in class org.ros.internal.node.server.ParameterServer
-
- set(GraphName, String) - Method in class org.ros.internal.node.server.ParameterServer
-
- set(GraphName, List<?>) - Method in class org.ros.internal.node.server.ParameterServer
-
- set(GraphName, Map<?, ?>) - Method in class org.ros.internal.node.server.ParameterServer
-
- set(GraphName, boolean) - Method in class org.ros.node.AnonymousParmeterTree
-
- set(String, boolean) - Method in class org.ros.node.AnonymousParmeterTree
-
- set(GraphName, int) - Method in class org.ros.node.AnonymousParmeterTree
-
- set(String, int) - Method in class org.ros.node.AnonymousParmeterTree
-
- set(GraphName, double) - Method in class org.ros.node.AnonymousParmeterTree
-
- set(String, double) - Method in class org.ros.node.AnonymousParmeterTree
-
- set(GraphName, String) - Method in class org.ros.node.AnonymousParmeterTree
-
- set(String, String) - Method in class org.ros.node.AnonymousParmeterTree
-
- set(GraphName, List<?>) - Method in class org.ros.node.AnonymousParmeterTree
-
- set(String, List<?>) - Method in class org.ros.node.AnonymousParmeterTree
-
- set(GraphName, Map<?, ?>) - Method in class org.ros.node.AnonymousParmeterTree
-
- set(String, Map<?, ?>) - Method in class org.ros.node.AnonymousParmeterTree
-
- set(GraphName, boolean) - Method in interface org.ros.node.parameter.ParameterTree
-
- set(String, boolean) - Method in interface org.ros.node.parameter.ParameterTree
-
- set(GraphName, int) - Method in interface org.ros.node.parameter.ParameterTree
-
- set(String, int) - Method in interface org.ros.node.parameter.ParameterTree
-
- set(GraphName, double) - Method in interface org.ros.node.parameter.ParameterTree
-
- set(String, double) - Method in interface org.ros.node.parameter.ParameterTree
-
- set(GraphName, String) - Method in interface org.ros.node.parameter.ParameterTree
-
- set(String, String) - Method in interface org.ros.node.parameter.ParameterTree
-
- set(GraphName, List<?>) - Method in interface org.ros.node.parameter.ParameterTree
-
- set(String, List<?>) - Method in interface org.ros.node.parameter.ParameterTree
-
- set(GraphName, Map<?, ?>) - Method in interface org.ros.node.parameter.ParameterTree
-
- set(String, Map<?, ?>) - Method in interface org.ros.node.parameter.ParameterTree
-
- setConnectionTimeout(long, TimeUnit) - Method in class org.ros.internal.transport.tcp.TcpClient
-
- setDefaultNodeName(GraphName) - Method in class org.ros.node.NodeConfiguration
-
Sets the name of the
Node
if the name has not already been set.
- setDefaultNodeName(String) - Method in class org.ros.node.NodeConfiguration
-
Sets the name of the
Node
if the name has not already been set.
- setErrorMessage(String) - Method in class org.ros.internal.node.BaseClientHandshake
-
- setKeepAlive(boolean) - Method in class org.ros.internal.transport.tcp.TcpClient
-
- setLatchMode(boolean) - Method in class org.ros.internal.node.topic.DefaultPublisher
-
- setLatchMode(boolean) - Method in class org.ros.internal.transport.queue.IncomingMessageQueue
-
- setLatchMode(boolean) - Method in class org.ros.internal.transport.queue.MessageDispatcher
-
- setLatchMode(boolean) - Method in class org.ros.internal.transport.queue.OutgoingMessageQueue
-
- setLatchMode(boolean) - Method in interface org.ros.node.topic.Publisher
-
- setListener(ServiceManagerListener) - Method in class org.ros.internal.node.service.ServiceManager
-
- setListener(TopicParticipantManagerListener) - Method in class org.ros.internal.node.topic.TopicParticipantManager
-
- setMasterUri(URI) - Method in class org.ros.node.NodeConfiguration
-
- setMessageSerializationFactory(MessageSerializationFactory) - Method in class org.ros.node.NodeConfiguration
-
- setNodeName(GraphName) - Method in class org.ros.node.NodeConfiguration
-
- setNodeName(String) - Method in class org.ros.node.NodeConfiguration
-
- setObjectMethodLocal(boolean) - Method in class org.ros.internal.node.xmlrpc.XmlRpcClientFactory
-
Sets, whether a method declared by the Object class
is
performed by the local object, rather than by the server.
- setParam(GraphName, Boolean) - Method in class org.ros.internal.node.client.ParameterClient
-
- setParam(GraphName, Integer) - Method in class org.ros.internal.node.client.ParameterClient
-
- setParam(GraphName, Double) - Method in class org.ros.internal.node.client.ParameterClient
-
- setParam(GraphName, String) - Method in class org.ros.internal.node.client.ParameterClient
-
- setParam(GraphName, List<?>) - Method in class org.ros.internal.node.client.ParameterClient
-
- setParam(GraphName, Map<?, ?>) - Method in class org.ros.internal.node.client.ParameterClient
-
- setParam(String, String, Boolean) - Method in class org.ros.internal.node.xmlrpc.MasterXmlRpcEndpointImpl
-
- setParam(String, String, Integer) - Method in class org.ros.internal.node.xmlrpc.MasterXmlRpcEndpointImpl
-
- setParam(String, String, Double) - Method in class org.ros.internal.node.xmlrpc.MasterXmlRpcEndpointImpl
-
- setParam(String, String, String) - Method in class org.ros.internal.node.xmlrpc.MasterXmlRpcEndpointImpl
-
- setParam(String, String, List<?>) - Method in class org.ros.internal.node.xmlrpc.MasterXmlRpcEndpointImpl
-
- setParam(String, String, Map<?, ?>) - Method in class org.ros.internal.node.xmlrpc.MasterXmlRpcEndpointImpl
-
- setParam(String, String, Boolean) - Method in interface org.ros.internal.node.xmlrpc.ParameterServerXmlRpcEndpoint
-
Sets a parameter.
- setParam(String, String, Integer) - Method in interface org.ros.internal.node.xmlrpc.ParameterServerXmlRpcEndpoint
-
- setParam(String, String, Double) - Method in interface org.ros.internal.node.xmlrpc.ParameterServerXmlRpcEndpoint
-
- setParam(String, String, String) - Method in interface org.ros.internal.node.xmlrpc.ParameterServerXmlRpcEndpoint
-
- setParam(String, String, List<?>) - Method in interface org.ros.internal.node.xmlrpc.ParameterServerXmlRpcEndpoint
-
- setParam(String, String, Map<?, ?>) - Method in interface org.ros.internal.node.xmlrpc.ParameterServerXmlRpcEndpoint
-
- setParentResolver(NameResolver) - Method in class org.ros.node.NodeConfiguration
-
- setPortCallable(Callable<Integer>) - Method in class org.ros.address.AdvertiseAddress
-
- setRetryDelay(long, TimeUnit) - Method in class org.ros.concurrent.RetryingExecutorService
-
- setRetryDelay(long, TimeUnit) - Method in class org.ros.internal.node.client.Registrar
-
Failed registration actions are retried periodically until they succeed.
- setRosPackagePath(List<File>) - Method in class org.ros.node.NodeConfiguration
-
These ordered paths tell the ROS system where to search for more ROS
packages.
- setRosRoot(File) - Method in class org.ros.node.NodeConfiguration
-
- setServiceDescriptionFactory(ServiceDescriptionFactory) - Method in class org.ros.node.NodeConfiguration
-
- setServiceRequestMessageFactory(ServiceRequestMessageFactory) - Method in class org.ros.node.NodeConfiguration
-
- setServiceResponseMessageFactory(ServiceResponseMessageFactory) - Method in class org.ros.node.NodeConfiguration
-
- setStaticPort(int) - Method in class org.ros.address.AdvertiseAddress
-
- setTcpRosAdvertiseAddressFactory(AdvertiseAddressFactory) - Method in class org.ros.node.NodeConfiguration
-
- setTcpRosBindAddress(BindAddress) - Method in class org.ros.node.NodeConfiguration
-
- setTimeProvider(TimeProvider) - Method in class org.ros.node.NodeConfiguration
-
- setTopicDescriptionFactory(TopicDescriptionFactory) - Method in class org.ros.node.NodeConfiguration
-
- setTopicMessageFactory(MessageFactory) - Method in class org.ros.node.NodeConfiguration
-
- setup() - Method in class org.ros.concurrent.CancellableLoop
-
The setup block for the loop.
- setXmlRpcAdvertiseAddressFactory(AdvertiseAddressFactory) - Method in class org.ros.node.NodeConfiguration
-
- setXmlRpcBindAddress(BindAddress) - Method in class org.ros.node.NodeConfiguration
-
- SharedScheduledExecutorService - Class in org.ros.concurrent
-
A ScheduledExecutorService
which cannot be shut down.
- SharedScheduledExecutorService(ScheduledExecutorService) - Constructor for class org.ros.concurrent.SharedScheduledExecutorService
-
- shortToInt(short) - Static method in class org.ros.math.Unsigned
-
- shutdown() - Method in class org.ros.concurrent.DefaultScheduledExecutorService
-
- shutdown() - Method in class org.ros.concurrent.ListenerGroup
-
- shutdown(long, TimeUnit) - Method in class org.ros.concurrent.RetryingExecutorService
-
Stops accepting new Callable
s and waits for all submitted
Callable
s to finish within the specified timeout.
- shutdown() - Method in class org.ros.concurrent.SharedScheduledExecutorService
-
- shutdown() - Method in class org.ros.internal.node.client.Registrar
-
- shutdown(String) - Method in class org.ros.internal.node.client.SlaveClient
-
- shutdown() - Method in class org.ros.internal.node.DefaultNode
-
- shutdown() - Method in class org.ros.internal.node.server.SlaveServer
-
- shutdown() - Method in class org.ros.internal.node.server.XmlRpcServer
-
Shut the remote call server down.
- shutdown() - Method in class org.ros.internal.node.service.DefaultServiceClient
-
- shutdown() - Method in class org.ros.internal.node.service.DefaultServiceServer
-
- shutdown(long, TimeUnit) - Method in class org.ros.internal.node.topic.DefaultPublisher
-
- shutdown() - Method in class org.ros.internal.node.topic.DefaultPublisher
-
- shutdown(long, TimeUnit) - Method in class org.ros.internal.node.topic.DefaultSubscriber
-
- shutdown() - Method in class org.ros.internal.node.topic.DefaultSubscriber
-
- shutdown(String, String) - Method in interface org.ros.internal.node.xmlrpc.SlaveXmlRpcEndpoint
-
- shutdown(String, String) - Method in class org.ros.internal.node.xmlrpc.SlaveXmlRpcEndpointImpl
-
- shutdown() - Method in class org.ros.internal.transport.queue.IncomingMessageQueue
-
- shutdown() - Method in class org.ros.internal.transport.queue.OutgoingMessageQueue
-
Stop writing messages and close all outgoing connections.
- shutdown() - Method in class org.ros.internal.transport.tcp.TcpClientManager
-
Sets all TcpClientConnection
s as non-persistent and closes all open
Channel
s.
- shutdown() - Method in class org.ros.internal.transport.tcp.TcpRosServer
-
Close all incoming connections and the server socket.
- shutdown() - Method in class org.ros.node.DefaultNodeMainExecutor
-
- shutdown() - Method in interface org.ros.node.Node
-
Shut the node down.
- shutdown() - Method in interface org.ros.node.NodeMainExecutor
-
Shutdown all started
Node
s.
- shutdown() - Method in interface org.ros.node.service.ServiceClient
-
Stops the client (e.g.
- shutdown() - Method in interface org.ros.node.service.ServiceServer
-
Stops the service and unregisters it.
- shutdown(long, TimeUnit) - Method in interface org.ros.node.topic.Publisher
-
- shutdown() - Method in interface org.ros.node.topic.Publisher
-
- shutdown(long, TimeUnit) - Method in interface org.ros.node.topic.Subscriber
-
- shutdown() - Method in interface org.ros.node.topic.Subscriber
-
- shutdown() - Method in class org.ros.RosCore
-
- shutdownNodeMain(NodeMain) - Method in class org.ros.node.DefaultNodeMainExecutor
-
- shutdownNodeMain(NodeMain) - Method in interface org.ros.node.NodeMainExecutor
-
- shutdownNow() - Method in class org.ros.concurrent.DefaultScheduledExecutorService
-
- shutdownNow() - Method in class org.ros.concurrent.SharedScheduledExecutorService
-
- signal(SignalRunnable<T>) - Method in class org.ros.concurrent.EventDispatcher
-
- signal(SignalRunnable<T>) - Method in class org.ros.concurrent.ListenerGroup
-
Signals all listeners.
- signal(SignalRunnable<T>, long, TimeUnit) - Method in class org.ros.concurrent.ListenerGroup
-
Signals all listeners and waits for the result.
- signalOnMasterRegistrationFailure() - Method in class org.ros.internal.node.service.DefaultServiceServer
-
- signalOnMasterRegistrationFailure() - Method in class org.ros.internal.node.topic.DefaultPublisher
-
- signalOnMasterRegistrationFailure() - Method in class org.ros.internal.node.topic.DefaultSubscriber
-
- signalOnMasterRegistrationFailure() - Method in class org.ros.internal.node.topic.DefaultTopicParticipant
-
- signalOnMasterRegistrationSuccess() - Method in class org.ros.internal.node.service.DefaultServiceServer
-
- signalOnMasterRegistrationSuccess() - Method in class org.ros.internal.node.topic.DefaultPublisher
-
- signalOnMasterRegistrationSuccess() - Method in class org.ros.internal.node.topic.DefaultSubscriber
-
- signalOnMasterRegistrationSuccess() - Method in class org.ros.internal.node.topic.DefaultTopicParticipant
-
- signalOnMasterUnregistrationFailure() - Method in class org.ros.internal.node.service.DefaultServiceServer
-
- signalOnMasterUnregistrationFailure() - Method in class org.ros.internal.node.topic.DefaultPublisher
-
- signalOnMasterUnregistrationFailure() - Method in class org.ros.internal.node.topic.DefaultSubscriber
-
- signalOnMasterUnregistrationFailure() - Method in class org.ros.internal.node.topic.DefaultTopicParticipant
-
- signalOnMasterUnregistrationSuccess() - Method in class org.ros.internal.node.service.DefaultServiceServer
-
- signalOnMasterUnregistrationSuccess() - Method in class org.ros.internal.node.topic.DefaultPublisher
-
- signalOnMasterUnregistrationSuccess() - Method in class org.ros.internal.node.topic.DefaultSubscriber
-
- signalOnMasterUnregistrationSuccess() - Method in class org.ros.internal.node.topic.DefaultTopicParticipant
-
- signalOnNewPublisher(PublisherIdentifier) - Method in class org.ros.internal.node.topic.DefaultSubscriber
-
- SignalRunnable<T> - Interface in org.ros.concurrent
-
Decouples specific listener interfaces from the signaling implementation.
- size() - Method in class org.ros.concurrent.ListenerGroup
-
- SlaveApiTestNode - Class in org.ros
-
This node is used to test the slave API externally using rostest.
- SlaveApiTestNode() - Constructor for class org.ros.SlaveApiTestNode
-
- SlaveClient - Class in org.ros.internal.node.client
-
- SlaveClient(GraphName, URI) - Constructor for class org.ros.internal.node.client.SlaveClient
-
- SlaveServer - Class in org.ros.internal.node.server
-
- SlaveServer(GraphName, BindAddress, AdvertiseAddress, BindAddress, AdvertiseAddress, MasterClient, TopicParticipantManager, ServiceManager, ParameterManager, ScheduledExecutorService) - Constructor for class org.ros.internal.node.server.SlaveServer
-
- SlaveXmlRpcEndpoint - Interface in org.ros.internal.node.xmlrpc
-
- SlaveXmlRpcEndpointImpl - Class in org.ros.internal.node.xmlrpc
-
- SlaveXmlRpcEndpointImpl(SlaveServer) - Constructor for class org.ros.internal.node.xmlrpc.SlaveXmlRpcEndpointImpl
-
- sleep() - Method in interface org.ros.concurrent.Rate
-
Sleeps until the configured rate is achieved.
- sleep() - Method in class org.ros.concurrent.WallTimeRate
-
- start() - Method in class org.ros.concurrent.WatchdogTimer
-
- start(NodeIdentifier) - Method in class org.ros.internal.node.client.Registrar
-
- start() - Method in class org.ros.internal.node.server.master.MasterServer
-
- start() - Method in class org.ros.internal.node.server.SlaveServer
-
Start the XML-RPC server.
- start(Class<T>, T) - Method in class org.ros.internal.node.server.XmlRpcServer
-
Start up the remote calling server.
- start() - Method in class org.ros.internal.node.topic.RepeatingPublisher
-
- start() - Method in class org.ros.internal.transport.tcp.TcpRosServer
-
- start() - Method in class org.ros.RosCore
-
- startPeriodicUpdates(long, TimeUnit) - Method in class org.ros.time.NtpTimeProvider
-
Starts periodically updating the current time offset periodically.
- StaticMasterUriProvider - Class in org.ros.master.uri
-
- StaticMasterUriProvider(URI) - Constructor for class org.ros.master.uri.StaticMasterUriProvider
-
- StatusCode - Enum in org.ros.internal.node.response
-
- stopPeriodicUpdates() - Method in class org.ros.time.NtpTimeProvider
-
Stops periodically updating the current time offset.
- StringListResultFactory - Class in org.ros.internal.node.response
-
- StringListResultFactory() - Constructor for class org.ros.internal.node.response.StringListResultFactory
-
- StringResultFactory - Class in org.ros.internal.node.response
-
- StringResultFactory() - Constructor for class org.ros.internal.node.response.StringResultFactory
-
- submit(Callable<T>) - Method in class org.ros.concurrent.DefaultScheduledExecutorService
-
- submit(Runnable, T) - Method in class org.ros.concurrent.DefaultScheduledExecutorService
-
- submit(Runnable) - Method in class org.ros.concurrent.DefaultScheduledExecutorService
-
- submit(Callable<Boolean>) - Method in class org.ros.concurrent.RetryingExecutorService
-
Submit a new Callable
to be executed.
- submit(Callable<T>) - Method in class org.ros.concurrent.SharedScheduledExecutorService
-
- submit(Runnable, T) - Method in class org.ros.concurrent.SharedScheduledExecutorService
-
- submit(Runnable) - Method in class org.ros.concurrent.SharedScheduledExecutorService
-
- subscribe(GraphName, NodeIdentifier) - Method in class org.ros.internal.node.server.ParameterServer
-
- subscribeParam(GraphName) - Method in class org.ros.internal.node.client.ParameterClient
-
- subscribeParam(String, String, String) - Method in class org.ros.internal.node.xmlrpc.MasterXmlRpcEndpointImpl
-
- subscribeParam(String, String, String) - Method in interface org.ros.internal.node.xmlrpc.ParameterServerXmlRpcEndpoint
-
Retrieves the parameter value from server and subscribe to updates to that
param.
- Subscriber<T> - Interface in org.ros.node.topic
-
Subscribes to messages of a given type on a given ROS topic.
- SubscriberDeclaration - Class in org.ros.internal.node.topic
-
- SubscriberDeclaration(SubscriberIdentifier, TopicDeclaration) - Constructor for class org.ros.internal.node.topic.SubscriberDeclaration
-
- SubscriberFactory - Class in org.ros.internal.node.topic
-
- SubscriberFactory(NodeIdentifier, TopicParticipantManager, ScheduledExecutorService) - Constructor for class org.ros.internal.node.topic.SubscriberFactory
-
- SubscriberHandshake - Class in org.ros.internal.node.topic
-
Handshake logic from the subscriber side of a topic connection.
- SubscriberHandshake(ConnectionHeader) - Constructor for class org.ros.internal.node.topic.SubscriberHandshake
-
- SubscriberIdentifier - Class in org.ros.internal.node.topic
-
- SubscriberIdentifier(NodeIdentifier, TopicIdentifier) - Constructor for class org.ros.internal.node.topic.SubscriberIdentifier
-
- SubscriberListener<T> - Interface in org.ros.node.topic
-
- subtract(Vector3) - Method in class org.ros.rosjava_geometry.Vector3
-
- SUPPORTED - Static variable in interface org.ros.internal.transport.ProtocolNames
-
- SwitchableMasterUriProvider - Class in org.ros.master.uri
-
- SwitchableMasterUriProvider(MasterUriProvider) - Constructor for class org.ros.master.uri.SwitchableMasterUriProvider
-
- SwitchableMasterUriProvider.MasterUriProviderSwitcher - Interface in org.ros.master.uri
-
- switchProvider(MasterUriProvider) - Method in interface org.ros.master.uri.SwitchableMasterUriProvider.MasterUriProviderSwitcher
-
Switch the provider in use.
- switchProvider(SwitchableMasterUriProvider.MasterUriProviderSwitcher) - Method in class org.ros.master.uri.SwitchableMasterUriProvider
-
Switch between providers.
- SYSTEM_STATE_PUBLISHERS - Static variable in class org.ros.internal.node.server.master.MasterServer
-
- SYSTEM_STATE_SERVICES - Static variable in class org.ros.internal.node.server.master.MasterServer
-
- SYSTEM_STATE_SUBSCRIBERS - Static variable in class org.ros.internal.node.server.master.MasterServer
-
- SystemState - Class in org.ros.master.client
-
The state of the ROS graph as understood by the master.
- SystemState(Collection<TopicSystemState>) - Constructor for class org.ros.master.client.SystemState
-
- SystemStateResultFactory - Class in org.ros.internal.node.response
-
- SystemStateResultFactory() - Constructor for class org.ros.internal.node.response.SystemStateResultFactory
-