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

Associates a topic URL with its serialisation type and node role. 更多...

#include <proxy_api.h>

vlink::ProxyAPI::UrlMeta 的协作图:

Public 属性

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.

类成员变量说明

◆ schema

SchemaType vlink::ProxyAPI::UrlMeta::schema {SchemaType::kUnknown}

Required coarse schema family carried on this proxy route.

◆ ser

std::string vlink::ProxyAPI::UrlMeta::ser

Required serialisation type carried on this proxy route.

◆ type

ImplType vlink::ProxyAPI::UrlMeta::type {kSubscriber}

Whether the server should act as publisher or subscriber for this URL.

◆ url

std::string vlink::ProxyAPI::UrlMeta::url

Full topic URL.


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