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

Minimal endpoint identifier for message routing metadata. More...

#include <dfx-pcapng/Writer.hpp>

Public Attributes

Core::Node::Id nodeId = 0
 Node identifier.
Core::Port::Id portId = 0
 Port identifier within the node.

Detailed Description

Minimal endpoint identifier for message routing metadata.

Identifies a port endpoint by (nodeId, portId). This is used to describe the source and destination of a captured message event.

Member Data Documentation

◆ nodeId

Core::Node::Id dfx::Pcapng::Writer::Info::nodeId = 0

Node identifier.

◆ portId

Core::Port::Id dfx::Pcapng::Writer::Info::portId = 0

Port identifier within the node.


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