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


ecl_devices
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:16:45