NSUKit 1.4.0
板卡级统一交互接口
载入中...
搜索中...
未找到
nsukit::XDMAOperation_t类 参考

#include <pcie_interface.h>

Public 成员函数

nsukitStatus_t open_xdma_board (int board)
 
nsukitStatus_t close_xdma_board (int board)
 

Protected 属性

std::map< int, int > openedBoard = {}
 
std::mutex OpLock {}
 

详细描述

在文件 pcie_interface.h13 行定义.

成员函数说明

◆ close_xdma_board()

nsukitStatus_t XDMAOperation_t::close_xdma_board ( int  board)

关闭板卡并记录关闭次数,只有最后一次真正关闭

参数
boardxdma板卡号
返回

在文件 pcie_interface.cpp29 行定义.

◆ open_xdma_board()

nsukitStatus_t XDMAOperation_t::open_xdma_board ( int  board)

开启板卡,并记录开启次数,只有第一次真正开启板卡

参数
boardxdma板卡号
返回

在文件 pcie_interface.cpp12 行定义.

类成员变量说明

◆ openedBoard

std::map<int, int> nsukit::XDMAOperation_t::openedBoard = {}
protected

在文件 pcie_interface.h15 行定义.

◆ OpLock

std::mutex nsukit::XDMAOperation_t::OpLock {}
protected

在文件 pcie_interface.h16 行定义.


该类的文档由以下文件生成: