struct tad_recv_pattern_data
Overview
Per-pattern data of the TAD Receiver. More…
#include <tad_recv.h> struct tad_recv_pattern_data { // fields asn_value* nds; unsigned int n_units; unsigned int cur_unit; tad_recv_ptrn_unit_data* units; };
Detailed Documentation
Per-pattern data of the TAD Receiver.
Fields
asn_value* nds
ASN.1 value with traffic pattern
unsigned int n_units
Number of units in the pattern
unsigned int cur_unit
Number of current processing unit in pattern
tad_recv_ptrn_unit_data* units
Array with per-unit unit data