$search
#include "publisher_link.h"
#include "ros/common.h"
#include "ros/transport_hints.h"
#include "ros/header.h"
#include <boost/thread/mutex.hpp>
#include <boost/shared_array.hpp>
#include <boost/weak_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <queue>
#include <boost/thread/recursive_mutex.hpp>
Go to the source code of this file.
Classes | |
class | ros::IntraProcessPublisherLink |
Handles a connection to a single publisher on a given topic. Receives messages from a publisher and hands them off to its parent Subscription. More... | |
Namespaces | |
namespace | ros |
Typedefs | |
typedef boost::shared_ptr < IntraProcessPublisherLink > | ros::IntraProcessPublisherLinkPtr |
typedef boost::shared_ptr < IntraProcessSubscriberLink > | ros::IntraProcessSubscriberLinkPtr |