RSB  0.9.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BusConnection.h File Reference
#include <string>
#include <boost/enable_shared_from_this.hpp>
#include <boost/thread/recursive_mutex.hpp>
#include <boost/asio.hpp>
#include <rsc/logging/Logger.h>
#include <rsc/runtime/Printable.h>
#include "../../Event.h"
#include "../../protocol/Notification.h"
#include "rsb/rsbexports.h"
Include dependency graph for BusConnection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rsb::transport::socket::BusConnection
 Instances of this class implement connections to a socket-based bus. More...
 

Namespaces

 rsb
 
 rsb::transport
 
 rsb::transport::socket
 

Typedefs

typedef boost::shared_ptr< Bus > rsb::transport::socket::BusPtr
 
typedef boost::shared_ptr
< BusConnection > 
rsb::transport::socket::BusConnectionPtr