Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
WSCPSeqData Class Reference

Key-value pair associating a plot key coordinate with a sequence analysis item, used as the value type in WSCPSeqDataMap. More...

#include <sequence_diagram.h>

Public Member Functions

 WSCPSeqData ()
 Constructs a default WSCPSeqData with a zero key and null value.
 WSCPSeqData (double key, _seq_analysis_item *value)
 Constructs a WSCPSeqData with the given key and sequence analysis item.

Public Attributes

double key
struct _seq_analysis_itemvalue

Detailed Description

Key-value pair associating a plot key coordinate with a sequence analysis item, used as the value type in WSCPSeqDataMap.

Constructor & Destructor Documentation

◆ WSCPSeqData()

WSCPSeqData::WSCPSeqData ( double key,
_seq_analysis_item * value )

Constructs a WSCPSeqData with the given key and sequence analysis item.

Parameters
keyPlot key coordinate (typically a time or sequence value).
valuePointer to the sequence analysis item for this data point.

Member Data Documentation

◆ key

double WSCPSeqData::key

Plot key coordinate for this data point.

◆ value

struct _seq_analysis_item* WSCPSeqData::value

Sequence analysis item associated with this key.


The documentation for this class was generated from the following files: