|
VLink
2.0.0
A high-performance communication middleware
|
Description of 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 in use. 更多... | |
Description of 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 in use.
| 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).