#include <execinfo.h>
#include <signal.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <unistd.h>
#include <fcntl.h>
#include "b-Cap.h"
#include <boost/thread.hpp>
Go to the source code of this file.
|
template<typename T > |
std::ostream & | operator<< (std::ostream &out, const std::vector< T > &v) |
|
#define DEFAULT_SERVER_IP_ADDRESS "133.11.216.196" /* Your controller IP address */ |
#define DEFAULT_SERVER_PORT_NUM 5007 |
#define DEFAULT_UDP_TIMEOUT (10 * 1000) |
template<typename T >
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const std::vector< T > & |
v |
|
) |
| |