Declaration of VPI status codes handling functions. More...
#include "Export.h"
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | VPI_MAX_STATUS_MESSAGE_LENGTH 256 |
Maximum status message length in bytes. More... | |
Enumerations | |
enum | VPIStatus |
Status codes. More... | |
Functions | |
const char * | vpiStatusGetName (VPIStatus code) |
Returns a string representation of the status code. More... | |
VPIStatus | vpiGetLastStatus () |
Returns and resets the status of the last VPI function call in current thread. More... | |
VPIStatus | vpiGetLastStatusMessage (char *msgBuffer, int32_t lenBuffer) |
Returns and resets the status code and message of the last VPI function call in current thread. More... | |
VPIStatus | vpiPeekAtLastStatus () |
Returns the status of the last VPI function call in current thread. More... | |
VPIStatus | vpiPeekAtLastStatusMessage (char *msgBuffer, int32_t lenBuffer) |
Returns and status code and message of the last VPI function call in current thread. More... | |
Declaration of VPI status codes handling functions.
Definition in file Status.h.