VLink 2.0.0
A high-performance communication middleware
Loading...
Searching...
No Matches
vlink::ProxyAPI::Process Struct Referencefinal

Describes a VLink node process attached to a topic endpoint. More...

#include <proxy_api.h>

Collaboration diagram for vlink::ProxyAPI::Process:

Public Attributes

uint32_t type {0}
 Node type bitmask (kPublisher / kSubscriber / kServer / kClient / kSetter / kGetter).
std::string host
 Hostname of the machine running the process.
uint32_t pid {0}
 Operating-system process ID.
std::string name
 Human-readable process name.
std::string ip
 IP address of the network interface.

Detailed Description

Describes a VLink node process attached to a topic endpoint.

Member Data Documentation

◆ host

std::string vlink::ProxyAPI::Process::host

Hostname of the machine running the process.

◆ ip

std::string vlink::ProxyAPI::Process::ip

IP address of the network interface.

◆ name

std::string vlink::ProxyAPI::Process::name

Human-readable process name.

◆ pid

uint32_t vlink::ProxyAPI::Process::pid {0}

Operating-system process ID.

◆ type

uint32_t vlink::ProxyAPI::Process::type {0}

Node type bitmask (kPublisher / kSubscriber / kServer / kClient / kSetter / kGetter).


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