#include <iostream>
#include <string>
#include <cstring>
#include <any>
#include <cstdarg>
#include <cstdint>
#include <vector>
#include <map>
#include <thread>
#include <mutex>
#include <condition_variable>
浏览源代码.
|
| enum class | nsukitStatus_t {
NSUKIT_STATUS_SUCCESS = 0
, NSUKIT_STATUS_NEED_RELOAD = 1 << 0
, NSUKIT_STATUS_ARCH_MISMATCH = 1 << 1
, NSUKIT_STATUS_ALLOC_FAILED = 1 << 2
,
NSUKIT_STATUS_INVALID_VALUE = 1 << 3
, NSUKIT_STATUS_TEMP_MISMATCH = 1 << 4
, NSUKIT_STATUS_MISMATCH_MIXIN = 1 << 5
, NSUKIT_STATUS_ACCEPT_FAIL = 1 << 6
,
NSUKIT_STATUS_STREAM_FAIL = 1 << 7
, NSUKIT_STATUS_STREAM_RUNNING = 1 << 8
, NSUKIT_STATUS_TIMEOUT = 1 << 9
, NSUKIT_STATUS_MEMBER_NOT_SUPPORT = 1 << 10
,
NSUKIT_STATUS_ITF_FAIL = 1 << 11
, NSUKIT_STATUS_NOT_LINK = 1 << 12
} |
| |
| enum class | nsuBulkMode { LOOP = 0
, INCREMENT = 1
} |
| |
◆ _API_CALL
| #define _API_CALL __stdcall |
◆ DLLEXTERN
| #define DLLEXTERN extern "C" |
◆ NSU_DLLEXPORT
| #define NSU_DLLEXPORT __declspec(dllexport) |
◆ nsuBulkMode
◆ nsukitStatus_t
统一描述接口返回的执行状态
| 枚举值 |
|---|
| NSUKIT_STATUS_SUCCESS | |
| NSUKIT_STATUS_NEED_RELOAD | |
| NSUKIT_STATUS_ARCH_MISMATCH | |
| NSUKIT_STATUS_ALLOC_FAILED | |
| NSUKIT_STATUS_INVALID_VALUE | |
| NSUKIT_STATUS_TEMP_MISMATCH | |
| NSUKIT_STATUS_MISMATCH_MIXIN | |
| NSUKIT_STATUS_ACCEPT_FAIL | |
| NSUKIT_STATUS_STREAM_FAIL | |
| NSUKIT_STATUS_STREAM_RUNNING | |
| NSUKIT_STATUS_TIMEOUT | |
| NSUKIT_STATUS_MEMBER_NOT_SUPPORT | |
| NSUKIT_STATUS_ITF_FAIL | |
| NSUKIT_STATUS_NOT_LINK | |
在文件 type.h 第 53 行定义.
◆ operator|()
◆ operator|=()
◆ nsuBoardNum_t
◆ nsuBytes_t
| DLLEXTERN typedef std::vector<char> nsuBytes_t |
◆ nsuCharBuf_p
◆ nsuChnlNum_t
◆ nsuCSName_t
◆ nsuCSParam_t
◆ nsuMemory_p
◆ nsuRegAddr_t
◆ nsuRegValue_t
◆ nsuSize_t
◆ nsuStatus_p
◆ nsuStatus_t
◆ nsuStreamLen_t
◆ nsuVoidBuf_p