Public Types | |
typedef std::vector < Publisher::ImplWPtr > | V_PubImpl |
typedef std::vector < ServiceClient::ImplWPtr > | V_SrvCImpl |
typedef std::vector < ServiceServer::ImplWPtr > | V_SrvImpl |
typedef std::vector < Subscriber::ImplWPtr > | V_SubImpl |
Public Attributes | |
boost::mutex | mutex_ |
V_PubImpl | pubs_ |
V_SrvCImpl | srv_cs_ |
V_SrvImpl | srvs_ |
V_SubImpl | subs_ |
Definition at line 55 of file node_handle.cpp.
typedef std::vector<Publisher::ImplWPtr> ros::NodeHandleBackingCollection::V_PubImpl |
Definition at line 58 of file node_handle.cpp.
typedef std::vector<ServiceClient::ImplWPtr> ros::NodeHandleBackingCollection::V_SrvCImpl |
Definition at line 61 of file node_handle.cpp.
typedef std::vector<ServiceServer::ImplWPtr> ros::NodeHandleBackingCollection::V_SrvImpl |
Definition at line 59 of file node_handle.cpp.
typedef std::vector<Subscriber::ImplWPtr> ros::NodeHandleBackingCollection::V_SubImpl |
Definition at line 60 of file node_handle.cpp.
boost::mutex ros::NodeHandleBackingCollection::mutex_ |
Definition at line 67 of file node_handle.cpp.
Definition at line 62 of file node_handle.cpp.
Definition at line 65 of file node_handle.cpp.
Definition at line 63 of file node_handle.cpp.
Definition at line 64 of file node_handle.cpp.