devices.hpp
Go to the documentation of this file.
1 
10 /*****************************************************************************
11 ** Ifdefs
12 *****************************************************************************/
13 
14 #ifndef ECL_DEVICES_HPP_
15 #define ECL_DEVICES_HPP_
16 
17 /*****************************************************************************
18 ** Includes
19 *****************************************************************************/
20 
21 #include "devices/modes.hpp"
22 #include "devices/traits.hpp"
23 #include "devices/ofile.hpp"
24 #include "devices/serial.hpp"
25 #include "devices/socket.hpp"
26 #include "devices/string.hpp"
27 
28 #endif /*ECL_IO_DEVICES_HPP_*/
string.hpp
A virtual string device.
modes.hpp
Device modes.
ofile.hpp
Synchronous and asynchronous file io.
socket.hpp
Cross platform server tcp/ip socket header.
serial.hpp
Serial (RS232) interfaces.
traits.hpp
Traits for devices.


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