include
ecl
devices
serial.hpp
Go to the documentation of this file.
1
9
/*****************************************************************************
10
** Ifdefs
11
*****************************************************************************/
12
13
#ifndef ECL_DEVICES_SERIAL_HPP_
14
#define ECL_DEVICES_SERIAL_HPP_
15
16
/*****************************************************************************
17
** Cross Platform Functionality
18
*****************************************************************************/
19
20
#include <ecl/config/ecl.hpp>
21
22
/*****************************************************************************
23
** Includes
24
*****************************************************************************/
25
26
#include "
serial_parameters.hpp
"
27
#if defined(ECL_IS_POSIX)
28
#include "
serial_pos.hpp
"
29
#elif defined(ECL_IS_WIN32)
30
#include "
serial_w32.hpp
"
31
#endif
32
33
#endif
/* ECL_DEVICES_SERIAL_HPP_ */
serial_parameters.hpp
Cross-platform abstractions for the serial class.
serial_pos.hpp
Posix interface for serial (RS232) devices.
serial_w32.hpp
Win32 interface for serial (RS232) devices.
ecl_devices
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:16:45