Function nvcvStatusGetName

Function Documentation

const char *nvcvStatusGetName(NVCVStatus code)

Returns a string representation of the status code.

Parameters:

code[in] Status code whose string representation is to be returned.

Returns:

The string representation of the status code. Returned string is valid until next call of this function from the same calling thread. Returned pointer must not be freed.