VPI - Vision Programming Interface

0.1.0 Release

Status.h File Reference
#include "Export.h"
#include "Types.h"
+ Include dependency graph for Status.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

const char * vpiStatusGetName (VPIStatus code)
 Returns a string representation of the status code. More...
 

Detailed Description

Functions and VPI status codes.

Definition in file Status.h.

Function Documentation

◆ vpiStatusGetName()

const char* vpiStatusGetName ( VPIStatus  code)

Returns a string representation of the status code.

Parameters
[in]codeStatus code whose string representation is to be returned.
Returns
The string representation of the code. The returned pointer points to a static string, hence it must not be freed.