|
VLink 2.0.0
A high-performance communication middleware
|
Describes a VLink node process attached to a topic endpoint. 更多...
#include <proxy_api.h>
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.
| std::string vlink::ProxyAPI::Process::host |
Hostname of the machine running the process.
| std::string vlink::ProxyAPI::Process::ip |
IP address of the network interface.
| std::string vlink::ProxyAPI::Process::name |
Human-readable process name.
| uint32_t vlink::ProxyAPI::Process::pid {0} |
Operating-system process ID.
| uint32_t vlink::ProxyAPI::Process::type {0} |
Node type bitmask (kPublisher / kSubscriber / kServer / kClient / kSetter / kGetter).