RSB
0.7.0
|
#include <string>
#include <boost/enable_shared_from_this.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"
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 | |
namespace | rsb |
namespace | rsb::transport |
namespace | rsb::transport::socket |
Typedefs | |
typedef boost::shared_ptr< Bus > | rsb::transport::socket::BusPtr |
typedef boost::shared_ptr < BusConnection > | rsb::transport::socket::BusConnectionPtr |