NSUKit 1.4.0
板卡级统一交互接口
载入中...
搜索中...
未找到
config.h 文件参考
#include <iostream>
#include <string>
#include <any>
#include <map>
#include <vector>
#include <cmath>
#include <cstring>
#include <thread>
#include <mutex>
#include <chrono>
#include <cstdarg>
#include <cstdint>
#include <iomanip>
#include <ctime>
#include "type.h"
#include "version.h"

浏览源代码.

struct  nsukit::StandardCmdFeedback
 

命名空间

namespace  nsukit
 

宏定义

#define DEBUG_ENABLED   true
 
#define NSU_REG_BWIDTH   4
 
#define DEBUG_PRINT(message)   debugPrint("func", __func__, message)
 
#define DEBUG_PRINT_CLASS(message)   debugPrint(typeid(*this).name(), __func__, message)
 

函数

std::string NSU_DLLEXPORT nsukit::api_info ()
 
std::string NSU_DLLEXPORT nsukit::status2_string (nsukitStatus_t status)
 
void debugPrint (const std::string &className, const std::string &functionName, const std::string &message)
 

宏定义说明

◆ DEBUG_ENABLED

#define DEBUG_ENABLED   true

在文件 config.h36 行定义.

◆ DEBUG_PRINT

#define DEBUG_PRINT (   message)    debugPrint("func", __func__, message)

在文件 config.h41 行定义.

◆ DEBUG_PRINT_CLASS

#define DEBUG_PRINT_CLASS (   message)    debugPrint(typeid(*this).name(), __func__, message)

在文件 config.h42 行定义.

◆ NSU_REG_BWIDTH

#define NSU_REG_BWIDTH   4

在文件 config.h39 行定义.

函数说明

◆ debugPrint()

void debugPrint ( const std::string &  className,
const std::string &  functionName,
const std::string &  message 
)
inline

在文件 config.h62 行定义.