#include "base-precomp.h"#include <mrpt/utils/CClientTCPSocket.h>#include <mrpt/utils/CMessage.h>#include <mrpt/utils/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::utils::CServerTCPSocket::accept(), mrpt::utils::CClientTCPSocket::CClientTCPSocket(), mrpt::utils::CClientTCPSocket::close(), mrpt::utils::CClientTCPSocket::connect(), mrpt::utils::CClientTCPSocket::getReadPendingBytes(), mrpt::utils::CClientTCPSocket::isConnected(), mrpt::utils::CServerTCPSocket::isListening(), mrpt::utils::CClientTCPSocket::readAsync(), mrpt::utils::CServerTCPSocket::setupSocket(), and mrpt::utils::CClientTCPSocket::writeAsync().
| Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019 |