![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
Error. More...
#include <nturt/err/err.h>
Public Member Functions | |
TAILQ_ENTRY (err) next | |
Data Fields | |
uint32_t | errcode |
uint32_t | flags |
const char * | name |
const char * | desc |
Error.
err::TAILQ_ENTRY | ( | err | ) |
List entry of the error.
const char* err::desc |
Description of the error.
uint32_t err::errcode |
Code of the error.
uint32_t err::flags |
const char* err::name |
String representation of the error.