serial.hpp
Go to the documentation of this file.
00001 
00009 /*****************************************************************************
00010 ** Ifdefs
00011 *****************************************************************************/
00012 
00013 #ifndef ECL_DEVICES_SERIAL_HPP_
00014 #define ECL_DEVICES_SERIAL_HPP_
00015 
00016 /*****************************************************************************
00017 ** Cross Platform Functionality
00018 *****************************************************************************/
00019 
00020 #include <ecl/config/ecl.hpp>
00021 
00022 /*****************************************************************************
00023 ** Includes
00024 *****************************************************************************/
00025 
00026 #include "serial_parameters.hpp"
00027 #if defined(ECL_IS_POSIX)
00028   #include "serial_pos.hpp"
00029 #elif defined(ECL_IS_WIN32)
00030   #include "serial_w32.hpp"
00031 #endif
00032 
00033 #endif /* ECL_DEVICES_SERIAL_HPP_ */


ecl_devices
Author(s): Daniel Stonier
autogenerated on Sun Oct 5 2014 23:35:57