flowmatch_example_ntpl.cpp

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_ntpl.cpp File Reference
flowmatch_example_ntpl.cpp File Reference
#include <nt.h>
#include <iostream>
#include "flowmatch_example_helper.h"
#include "flowmatch_example_ntpl.h"

Go to the source code of this file.

Namespaces

 anonymous_namespace{flowmatch_example_ntpl.cpp}
 

Macros

#define STR_INNER(A)   #A
 
#define STR(A)    STR_INNER(A)
 

Functions

void anonymous_namespace{flowmatch_example_ntpl.cpp}::ntplCall (NtConfigStream_t &hCfgStream, const char *str)
 
void assignNtplFilters ()
 

Macro Definition Documentation

#define STR_INNER (   A)    #A

Definition at line 53 of file flowmatch_example_ntpl.cpp.

#define STR (   A)    STR_INNER(A)

Definition at line 54 of file flowmatch_example_ntpl.cpp.

Referenced by assignNtplFilters().

Function Documentation

void assignNtplFilters ( void  )

Handle all calls to NTPL in this example. If any NTPL call fails, the application will terminate.

Examples:
flowmatch/flowmatch_example_main.cpp.

Definition at line 72 of file flowmatch_example_ntpl.cpp.

Referenced by main().