RSB
0.7.0
|
#include "Factory.h"
#include <stdexcept>
#include <boost/thread.hpp>
#include "inprocess/InPullConnector.h"
#include "inprocess/InPushConnector.h"
#include "inprocess/OutConnector.h"
#include "transports.h"
Go to the source code of this file.
Namespaces | |
namespace | rsb |
namespace | rsb::transport |
Functions | |
void | rsb::transport::registerDefaultTransports () |
bool | rsb::transport::isRemote (const string &transportName) |
Variables | |
static bool | rsb::transport::registered = false |
static boost::mutex | rsb::transport::registrationMutex |