#include <ngcppInt.h>
Public Attributes | |
| int | numDev |
| int | inputMode [ngcppMAX_DEV] |
| unsigned int | dmaStat [ngcppMAX_DEV] |
| int | bufSize [ngcppMAX_DEV] |
| int | maxDataClients |
| int | dataClients |
| int | rcnt [ngcppMAX_DATA_CON] |
| int | fcnt [ngcppMAX_DATA_CON] |
| char | dataHost [ngcppMAX_DATA_CON][256] |
| int | numFilePub |
| int | maxCmdClients |
| int | cmdClients |
| char | cmdHost [ngcppCI_MAX_CON][256] |
| int | frameTypes |
| int | simTime |
Configuration (for get-config command)
| int ngcpp_cfg_t::bufSize[ngcppMAX_DEV] |
DMA buffer sizes
| int ngcpp_cfg_t::cmdClients |
Number of command clients
| char ngcpp_cfg_t::cmdHost[ngcppCI_MAX_CON][256] |
Command client host info
| int ngcpp_cfg_t::dataClients |
Number of data clients
| char ngcpp_cfg_t::dataHost[ngcppMAX_DATA_CON][256] |
Data client host info
| unsigned int ngcpp_cfg_t::dmaStat[ngcppMAX_DEV] |
DMA done counters
| int ngcpp_cfg_t::fcnt[ngcppMAX_DATA_CON] |
Frame counters
| int ngcpp_cfg_t::frameTypes |
Available frame types
| int ngcpp_cfg_t::inputMode[ngcppMAX_DEV] |
Input modes for each device
| int ngcpp_cfg_t::maxCmdClients |
Maximum number of cmd clients
| int ngcpp_cfg_t::maxDataClients |
Maximum number of data clients
| int ngcpp_cfg_t::numDev |
Number of DMA devices
| int ngcpp_cfg_t::numFilePub |
Number of file publishers
| int ngcpp_cfg_t::rcnt[ngcppMAX_DATA_CON] |
Request counters
| int ngcpp_cfg_t::simTime |
Simulation interval