MPISynqNetPacketCfgCaptureModule

Declaration

typedef struct MPISynqNetPacketCfgCaptureModule {
	MPISynqNetResourceCaptureEngineCount    engineCount;
	MPISynqNetPacketCfgCaptureEngine        engine[MPISynqNetResourceCaptureEngineCountMAX];
} MPISynqNetPacketCfgCaptureModule;

 

Required Header: stdmpi.h
Change History: Added in 04.00.

Description

MPISynqNetPacketCfgCaptureModule is a structure containing the number of capture engines and buffer depths for each engine. A capture engine represents the hardware capture logic block in the SynqNet node hardware. The number of capture modules per node and capture engines per module supported by the hardware is dependent on the size of FPGA resources. For more information, consult the SynqNet FPGA feature table.

engineCount The number of capture engines per module.
engine[ ] An array containing the capture buffer depth for each capture engine.