VPI 状态码处理函数的声明。 更多...
#include "Export.h"
#include <stdint.h>
宏 | |
#define | VPI_MAX_STATUS_MESSAGE_LENGTH 256 |
状态消息最大长度(字节)。 更多... | |
枚举 | |
enum | VPIStatus |
状态码。 更多... | |
函数 | |
const char * | vpiStatusGetName (VPIStatus code) |
返回状态码的字符串表示形式。 更多... | |
VPIStatus | vpiGetLastStatus () |
返回并重置当前线程中上次 VPI 函数调用的状态。 更多... | |
VPIStatus | vpiGetLastStatusMessage (char *msgBuffer, int32_t lenBuffer) |
返回并重置当前线程中上次 VPI 函数调用的状态码和消息。 更多... | |
VPIStatus | vpiPeekAtLastStatus () |
返回当前线程中上次 VPI 函数调用的状态。 更多... | |
VPIStatus | vpiPeekAtLastStatusMessage (char *msgBuffer, int32_t lenBuffer) |
返回当前线程中上次 VPI 函数调用的状态码和消息。 更多... | |
VPI 状态码处理函数的声明。
在文件 Status.h 中定义。