|
VLink
2.0.0
A high-performance communication middleware
|
Pairs a topic URL with its serialisation type and node role. 更多...
#include <proxy_api.h>
Public 属性 | |
| std::string | url |
| Full topic URL. 更多... | |
| std::string | ser |
| Required serialisation type on this proxy route. 更多... | |
| SchemaType | schema {SchemaType::kUnknown} |
| Required coarse schema family on this proxy route. 更多... | |
| ImplType | type {kSubscriber} |
| Whether the server should act as publisher or subscriber here. 更多... | |
Pairs a topic URL with its serialisation type and node role.
Carried in Control::url_meta_list to tell the server which topics to subscribe to or publish on. type describes the proxy route direction; for direct field relays, setter/getter peers may be mapped to the matching field reader/writer semantics internally.
| SchemaType vlink::ProxyAPI::UrlMeta::schema {SchemaType::kUnknown} |
Required coarse schema family on this proxy route.
| std::string vlink::ProxyAPI::UrlMeta::ser |
Required serialisation type on this proxy route.
| ImplType vlink::ProxyAPI::UrlMeta::type {kSubscriber} |
Whether the server should act as publisher or subscriber here.
| std::string vlink::ProxyAPI::UrlMeta::url |
Full topic URL.