VLink  2.0.0
A high-performance communication middleware
vlink::ProxyAPI::UrlMeta Struct Referencefinal

Pairs a topic URL with its serialisation type and node role. More...

#include <proxy_api.h>

Collaboration diagram for vlink::ProxyAPI::UrlMeta:

Public Attributes

std::string url
 Full topic URL. More...
 
std::string ser
 Required serialisation type on this proxy route. More...
 
SchemaType schema {SchemaType::kUnknown}
 Required coarse schema family on this proxy route. More...
 
ImplType type {kSubscriber}
 Whether the server should act as publisher or subscriber here. More...
 

Detailed Description

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.

Member Data Documentation

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


The documentation for this struct was generated from the following file: