GeNN
4.9.0
GPU enhanced Neuronal Networks (GeNN)
|
Go to the source code of this file.
Macros | |
#define | PRIVATE_H |
Functions | |
clrngStatus | clrngSetErrorString (cl_int err, const char *msg,...) |
Set the current error string. More... | |
#define PRIVATE_H |
clrngStatus clrngSetErrorString | ( | cl_int | err, |
const char * | msg, | ||
... | |||
) |
Set the current error string.
The error string will be constructed based on the error code err
and on the optional message msg
.
[in] | err | Error code. |
[in] | msg | Additional error message (format string). Can be NULL . |
[in] | ... | Additional arguments for the format string. |