|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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_item * | value |
Key-value pair associating a plot key coordinate with a sequence analysis item, used as the value type in WSCPSeqDataMap.
| WSCPSeqData::WSCPSeqData | ( | double | key, |
| _seq_analysis_item * | value | ||
| ) |
Constructs a WSCPSeqData with the given key and sequence analysis item.
| key | Plot key coordinate (typically a time or sequence value). |
| value | Pointer to the sequence analysis item for this data point. |
| double WSCPSeqData::key |
Plot key coordinate for this data point.
| struct _seq_analysis_item* WSCPSeqData::value |
Sequence analysis item associated with this key.