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::devices::sync_error
ecl::Error sync_error()
Definition: error_handler.cpp:99
ecl::devices::close_error
ecl::Error close_error()
Definition: error_handler.cpp:109
ecl::Error
ecl::devices::read_error
ecl::Error read_error()
Definition: error_handler.cpp:86
handlers.hpp
ecl::devices::write_error
ecl::Error write_error()
Definition: error_handler.cpp:69
ecl
Embedded control libraries.
ecl::devices::open_error
ecl::Error open_error()
Definition: error_handler.cpp:46


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