VLink 2.0.0
A high-performance communication middleware
载入中...
搜索中...
未找到
vlink::ProxyAPI::Process结构体 参考final

Describes 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.

详细描述

Describes 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.

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


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