exception_handler_pos.hpp
Go to the documentation of this file.
1 
8 /*****************************************************************************
9 ** Ifdefs
10 *****************************************************************************/
11 
12 #ifndef ECL_DEVICES_EXCEPTION_HANDLER_POS_HPP_
13 #define ECL_DEVICES_EXCEPTION_HANDLER_POS_HPP_
14 
15 /*****************************************************************************
16 ** Cross Platform Check
17 *****************************************************************************/
18 
19 #include <ecl/config/ecl.hpp>
20 
21 /*****************************************************************************
22 ** Includes
23 *****************************************************************************/
24 
25 #include <string>
27 
28 /*****************************************************************************
29 ** Namespaces
30 *****************************************************************************/
31 
32 namespace ecl {
33 namespace devices {
34 
35 /*****************************************************************************
36 ** Methods
37 *****************************************************************************/
38 
46 StandardException open_exception(const char* loc, const std::string& file_name);
54 StandardException close_exception(const char* loc, const std::string& file_name);
62 StandardException sync_exception(const char* loc, const std::string& file_name);
69 StandardException write_exception(const char* loc);
76 StandardException read_exception(const char* loc);
77 
78 } // namespace devices
79 } // namespace ecl
80 
81 #endif /* ECL_DEVICES_EXCEPTION_HANDLER_POS_HPP_ */
Embedded control libraries.
StandardException read_exception(const char *loc)
StandardException open_exception(const char *loc, const std::string &file_name)
StandardException sync_exception(const char *loc, const std::string &file_name)
StandardException close_exception(const char *loc, const std::string &file_name)
StandardException write_exception(const char *loc)


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