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 
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_ */
Pre-processed macro definitions that define the target platform.


xbot_driver
Author(s): Roc, wangpeng@droid.ac.cn
autogenerated on Sat Oct 10 2020 03:27:38