Implements exception handling for posix devices. More...
#include <ecl/config/ecl.hpp>
#include <sstream>
#include <errno.h>
#include <ecl/exceptions/standard_exception.hpp>
#include "../../../include/ecl/devices/detail/exception_handler_pos.hpp"
Go to the source code of this file.
Namespaces | |
namespace | ecl |
Embedded control libraries. | |
namespace | ecl::devices |
Functions | |
StandardException | ecl::devices::close_exception (const char *loc, const std::string &file_name) |
StandardException | ecl::devices::open_exception (const char *loc, const std::string &file_name) |
StandardException | ecl::devices::read_exception (const char *loc) |
StandardException | ecl::devices::sync_exception (const char *loc, const std::string &file_name) |
StandardException | ecl::devices::write_exception (const char *loc) |
Implements exception handling for posix devices.
Definition in file exception_handler_pos.cpp.