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_ */


xbot_node
Author(s): Roc, wangpeng@droid.ac.cn
autogenerated on Sat Oct 10 2020 03:28:13