dfx 0.1.0
Linux-based dynamic dataflow executor
Loading...
Searching...
No Matches
dfx::Pcapng::Writer::NodeInfo Struct Reference

Minimal node identity used for PCAPNG metadata. More...

#include <dfx-pcapng/Writer.hpp>

Collaboration diagram for dfx::Pcapng::Writer::NodeInfo:
[legend]

Public Attributes

Core::Node::Id id
 Stable node identifier.
std::string name
 Human-readable node name.

Detailed Description

Minimal node identity used for PCAPNG metadata.

Provides a stable numeric id and a human-readable name for a node. This is typically used when emitting metadata blocks that describe the graph. Currently the name isn't stored inside PCAPNG metadata.

Member Data Documentation

◆ id

Core::Node::Id dfx::Pcapng::Writer::NodeInfo::id

Stable node identifier.

◆ name

std::string dfx::Pcapng::Writer::NodeInfo::name

Human-readable node name.


The documentation for this struct was generated from the following file: