MAVConn TCP link classes. More...
#include <cassert>
#include <console_bridge/console.h>
#include <mavconn/thread_utils.h>
#include <mavconn/tcp.h>
Go to the source code of this file.
Namespaces | |
namespace | mavconn |
Defines | |
#define | ADD_IOSTAT(_field) iostat._field += inst_iostat._field |
#define | ADD_STATUS(_field) status._field += inst_status._field |
#define | PFXd "mavconn: tcp%d: " |
Functions | |
static bool | mavconn::resolve_address_tcp (io_service &io, int chan, std::string host, unsigned short port, tcp::endpoint &ep) |
MAVConn TCP link classes.
Definition in file tcp.cpp.
#define ADD_IOSTAT | ( | _field | ) | iostat._field += inst_iostat._field |
#define ADD_STATUS | ( | _field | ) | status._field += inst_status._field |