#include "sick_scan/sick_scan_base.h"
#include <stdint.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <sys/mman.h>
#include <arpa/inet.h>
Go to the source code of this file.
Classes | |
class | sick_scan_xd::ServerSocket |
Namespaces | |
sick_scan_xd | |
Macros | |
#define | __SERVER_SOCKET_H_INCLUDED |
#define | INVALID_SOCKET (-1) |
Typedefs | |
typedef int32_t | socket_t |
#define __SERVER_SOCKET_H_INCLUDED |
Definition at line 57 of file server_socket.h.
#define INVALID_SOCKET (-1) |
Definition at line 71 of file server_socket.h.
typedef int32_t socket_t |
Definition at line 70 of file server_socket.h.