error_handler.hpp
Go to the documentation of this file.
1 
8 /*****************************************************************************
9 ** Ifdefs
10 *****************************************************************************/
11 
12 #ifndef ECL_DEVICES_ERROR_HANDLER_HPP_
13 #define ECL_DEVICES_ERROR_HANDLER_HPP_
14 
15 /*****************************************************************************
16 ** Cross Platform Check
17 *****************************************************************************/
18 
19 #include <ecl/config/ecl.hpp>
20 
21 /*****************************************************************************
22 ** Includes
23 *****************************************************************************/
24 
25 #include <string>
26 #include <ecl/errors/handlers.hpp>
27 
28 /*****************************************************************************
29 ** Namespaces
30 *****************************************************************************/
31 
32 namespace ecl {
33 namespace devices {
34 
35 /*****************************************************************************
36 ** Methods
37 *****************************************************************************/
38 
64 
65 } // namespace devices
66 } // namespace ecl
67 
68 #endif /* ECL_DEVICES_ERROR_HANDLER_HPP_ */
ecl::Error read_error()
Embedded control libraries.
ecl::Error write_error()
ecl::Error open_error()
ecl::Error sync_error()
ecl::Error close_error()


ecl_devices
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:45