VLink 2.0.0
A high-performance communication middleware
Loading...
Searching...
No Matches
vlink::VlinkPublish Struct Referencefinal

VLink publish destination resolved for an inbound frontend message. More...

#include <message_convert_plugin.h>

Collaboration diagram for vlink::VlinkPublish:

Public Attributes

std::string url
 Destination VLink URL (e.g. "dds://vehicle/cmd").
std::string serialization
 Destination VLink serialisation type.
SchemaType schema_type {SchemaType::kUnknown}
 Coarse backend schema family for the published payload.

Detailed Description

VLink publish destination resolved for an inbound frontend message.

Member Data Documentation

◆ schema_type

SchemaType vlink::VlinkPublish::schema_type {SchemaType::kUnknown}

Coarse backend schema family for the published payload.

◆ serialization

std::string vlink::VlinkPublish::serialization

Destination VLink serialisation type.

◆ url

std::string vlink::VlinkPublish::url

Destination VLink URL (e.g. "dds://vehicle/cmd").


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