![]() |
dfx 0.1.0
Linux-based dynamic dataflow executor
|
Minimal node identity used for PCAPNG metadata. More...
#include <dfx-pcapng/Writer.hpp>
Public Attributes | |
| Core::Node::Id | id |
| Stable node identifier. | |
| std::string | name |
| Human-readable node name. | |
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.
| Core::Node::Id dfx::Pcapng::Writer::NodeInfo::id |
Stable node identifier.
| std::string dfx::Pcapng::Writer::NodeInfo::name |
Human-readable node name.