RSB
0.7.0
|
#include <boost/cstdint.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/asio.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <rsc/logging/Logger.h>
#include "Bus.h"
#include "rsb/rsbexports.h"
Go to the source code of this file.
Classes | |
class | rsb::transport::socket::BusServer |
Instances of this class provide access to a socket-based bus for local and remote bus clients. More... |
Namespaces | |
namespace | rsb |
namespace | rsb::transport |
namespace | rsb::transport::socket |
Typedefs | |
typedef boost::shared_ptr < BusServer > | rsb::transport::socket::BusServerPtr |