|
VLink 2.0.0
A high-performance communication middleware
|
Associates a topic URL with its serialisation type and node role. More...
#include <proxy_api.h>
Public Attributes | |
| std::string | url |
| Full topic URL. | |
| std::string | ser |
| Required serialisation type carried on this proxy route. | |
| SchemaType | schema {SchemaType::kUnknown} |
| Required coarse schema family carried on this proxy route. | |
| ImplType | type {kSubscriber} |
| Whether the server should act as publisher or subscriber for this URL. | |
Associates a topic URL with its serialisation type and node role.
Used in Control::url_meta_list to instruct the server which topics to subscribe to or publish on.
| SchemaType vlink::ProxyAPI::UrlMeta::schema {SchemaType::kUnknown} |
Required coarse schema family carried on this proxy route.
| std::string vlink::ProxyAPI::UrlMeta::ser |
Required serialisation type carried on this proxy route.
| ImplType vlink::ProxyAPI::UrlMeta::type {kSubscriber} |
Whether the server should act as publisher or subscriber for this URL.
| std::string vlink::ProxyAPI::UrlMeta::url |
Full topic URL.