5 #include <ctu_notify_api.h>
19 #define SEVERITY(ID, NAME) ID,
#define STA_RET_STRING
annotate the return value as a null terminated string
#define IN_DOMAIN(cmp, it)
annotate a parameter as being bounded by the expression of cmp and it
#define STA_FIELD_SIZE(of)
annotate a field as being an array of of elements
#define CT_CONSTFN
mark a function as const, has no side effects and always returns the same value for the same argument...
severity_t
the default severity of a diagnostic
STA_RET_STRING CT_CONSTFN CT_NOTIFY_API const char * severity_string(severity_t severity)
get the name of a severity
size_t count
the number of diagnostics in the list
const diagnostic_t *const * diagnostics
the list of diagnostics
const char * brief
a brief description of the diagnostic a single line description of the diagnostic
const char * id
the id of the diagnostic should be in the format [A-Z]{2,3}[0-9]{4} e.g. CLI0001 this is not enforced...
severity_t severity
the severity of the diagnostic
const char * description
a description of the diagnostic a more involved description of the diagnostic this is optional