![]() |
RTEMS 6.1
|
RTEMS Error exception. More...
Go to the source code of this file.
Data Structures | |
| class | rtems::runtime_error |
Functions | |
| void | rtems::runtime_error_check (const rtems_status_code sc) |
| void | rtems::runtime_error_check (const rtems_status_code sc, const std::string &what) |
| void | rtems::runtime_error_check (const rtems_status_code sc, const char *what) |
RTEMS Error exception.
++
Provide an error exception for RTEMS errors.
| void rtems::runtime_error_check | ( | const rtems_status_code | sc | ) |
Throw a rtems::runtime_error exception if the RTEMS status code is not RTEMS_SUCCESSFUL.