VLink  2.0.0
A high-performance communication middleware
vlink::ProxyAPI::UrlMeta结构体 参考final

Pairs 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 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.

类成员变量说明

◆ schema

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

Required coarse schema family on this proxy route.

◆ ser

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

Required serialisation type on this proxy route.

◆ type

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

Whether the server should act as publisher or subscriber here.

◆ url

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

Full topic URL.


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