#include "comms-precomp.h"#include <mrpt/comms/CClientTCPSocket.h>#include <mrpt/utils/CMessage.h>#include <mrpt/comms/net_utils.h>#include <mrpt/system/os.h>#include <cstring>#include <sys/socket.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>#include <sys/types.h>#include <sys/ioctl.h>#include <netdb.h>#include <arpa/inet.h>#include <netinet/in.h>#include <netinet/tcp.h>Go to the source code of this file.
Macros | |
| #define | INVALID_SOCKET (-1) |
| #define INVALID_SOCKET (-1) |
Definition at line 28 of file CClientTCPSocket.cpp.
Referenced by mrpt::comms::CServerTCPSocket::accept(), mrpt::comms::CClientTCPSocket::CClientTCPSocket(), mrpt::comms::CClientTCPSocket::close(), mrpt::comms::CClientTCPSocket::connect(), mrpt::comms::CClientTCPSocket::getReadPendingBytes(), mrpt::comms::CClientTCPSocket::isConnected(), mrpt::comms::CServerTCPSocket::isListening(), mrpt::comms::CClientTCPSocket::readAsync(), mrpt::comms::CServerTCPSocket::setupSocket(), and mrpt::comms::CClientTCPSocket::writeAsync().
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |