VLink  2.0.0
A high-performance communication middleware
vlink::ProxyAPI::Process结构体 参考final

Description of a VLink node process attached to a topic endpoint. 更多...

#include <proxy_api.h>

vlink::ProxyAPI::Process 的协作图:

Public 属性

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 in use. 更多...
 

详细描述

Description of a VLink node process attached to a topic endpoint.

类成员变量说明

◆ 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).


该结构体的文档由以下文件生成: