VLink  2.0.0
A high-performance communication middleware
vlink::ProxyAPI::Process Struct Referencefinal

Description of 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). More...
 
std::string host
 Hostname of the machine running the process. More...
 
uint32_t pid {0}
 Operating-system process ID. More...
 
std::string name
 Human-readable process name. More...
 
std::string ip
 IP address of the network interface in use. More...
 

Detailed Description

Description of 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 in use.

◆ 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: