RSB
0.7.0
|
#include "SpreadConnection.h"
#include <iostream>
#include <string.h>
#include <boost/lexical_cast.hpp>
#include <boost/format.hpp>
#include <rsc/misc/IllegalStateException.h>
#include <sp.h>
#include "../../CommException.h"
Go to the source code of this file.
Namespaces | |
namespace | rsb |
namespace | rsb::spread |
Macros | |
#define | SPREAD_MAX_GROUPS 100 |
#define | SPREAD_MAX_MESSLEN 180000 |
Functions | |
string | rsb::spread::defaultHost () |
unsigned int | rsb::spread::defaultPort () |
#define SPREAD_MAX_GROUPS 100 |
Definition at line 50 of file SpreadConnection.cpp.
Referenced by rsb::spread::SpreadConnection::receive().
#define SPREAD_MAX_MESSLEN 180000 |
Definition at line 51 of file SpreadConnection.cpp.
Referenced by rsb::spread::SpreadConnection::receive().