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_ */
Posix interface for a simple tcp/ip client.
Various connection status flags.
Posix interface for a simple tcp/ip server.


ecl_devices
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:45