Go to the source code of this file.
Functions | |
void | LLRP_Error_clear (LLRP_tSErrorDetails *pError) |
void | LLRP_Error_missingParameter (LLRP_tSErrorDetails *pError, const LLRP_tSTypeDescriptor *pRefType) |
void | LLRP_Error_resultCodeAndWhatStr (LLRP_tSErrorDetails *pError, LLRP_tResultCode eResultCode, const char *pWhatStr) |
void | LLRP_Error_unexpectedParameter (LLRP_tSErrorDetails *pError, const LLRP_tSParameter *pParameter) |
void LLRP_Error_clear | ( | LLRP_tSErrorDetails * | pError | ) |
Definition at line 28 of file ltkc_error.c.
void LLRP_Error_missingParameter | ( | LLRP_tSErrorDetails * | pError, |
const LLRP_tSTypeDescriptor * | pRefType | ||
) |
Definition at line 35 of file ltkc_error.c.
void LLRP_Error_resultCodeAndWhatStr | ( | LLRP_tSErrorDetails * | pError, |
LLRP_tResultCode | eResultCode, | ||
const char * | pWhatStr | ||
) |
Definition at line 61 of file ltkc_error.c.
void LLRP_Error_unexpectedParameter | ( | LLRP_tSErrorDetails * | pError, |
const LLRP_tSParameter * | pParameter | ||
) |
Definition at line 48 of file ltkc_error.c.