RSB  0.17.0
Participant.h File Reference
#include <ostream>
#include <set>
#include <boost/shared_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/noncopyable.hpp>
#include <boost/signals2.hpp>
#include <rsc/misc/UUID.h>
#include <rsc/runtime/Printable.h>
#include "rsb/rsbexports.h"
Include dependency graph for Participant.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rsb::Participant
 Objects of this class participate in the exchange of notifications on one channel of the bus. More...
 

Namespaces

 rsb
 

Typedefs

typedef boost::signals2::signal< void(Participant *)> rsb::SignalParticipantDestroyed
 
typedef boost::shared_ptr< SignalParticipantDestroyed > rsb::SignalParticipantDestroyedPtr
 
typedef boost::shared_ptr< Participant > rsb::ParticipantPtr