Main Page
Modules
Namespaces
Classes
Files
File List
File Members
include
ecl
devices
socket.hpp
Go to the documentation of this file.
1
8
/*****************************************************************************
9
** Ifdefs
10
*****************************************************************************/
11
12
#ifndef ECL_DEVICES_SOCKET_HPP_
13
#define ECL_DEVICES_SOCKET_HPP_
14
15
/*****************************************************************************
16
** Cross Platform Functionality
17
*****************************************************************************/
18
19
#include <ecl/config/ecl.hpp>
20
21
/*****************************************************************************
22
** Includes
23
*****************************************************************************/
24
25
#include "
socket_connection_status.hpp
"
26
27
#if defined(ECL_IS_POSIX)
28
#ifndef ECL_IS_APPLE
29
#include "socket_client_pos.hpp"
30
#include "socket_server_pos.hpp"
31
#endif
32
#endif
33
34
#endif
/* ECL_DEVICES_SOCKET_SERVER_HPP_ */
socket_connection_status.hpp
xbot_node
Author(s): Roc, wangpeng@droid.ac.cn
autogenerated on Sat Oct 10 2020 03:28:13