flowmatch_example_transmitter.h

Reference Documentation

Platform
Intel® PAC
Napatech SmartNIC
Content Type
Reference Information
Capture Software Version
Link™ Capture Software 12.10
Napatech Software Suite: examples/flowmatch/flowmatch_example_transmitter.h File Reference
flowmatch_example_transmitter.h File Reference
#include <cstdint>

Go to the source code of this file.

Functions

void taskTransmitter (uint32_t port, const uint8_t *package, size_t packageSize, size_t frameSize, int numPackages, uint64_t perPackageDelay, bool swapIp)
 

Function Documentation

void taskTransmitter ( uint32_t  port,
const uint8_t *  package,
size_t  packageSize,
size_t  frameSize,
int  numPackages,
uint64_t  perPackageDelay,
bool  swapIp 
)

Transmitter function needed for this example to send packages to itself. However, do look at the net/transmit examples instead, as they explain tx functionality better than this.

Definition at line 93 of file flowmatch_example_transmitter.cpp.

Referenced by main().