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

Plugin version and build metadata returned by get_version_info(). More...

#include <bag_reader_plugin_interface.h>

Collaboration diagram for vlink::BagReaderPluginInterface::VersionInfo:

Public Attributes

std::string name
 Plugin display name.
std::string version
 Semantic version string.
std::string timestamp
 Build timestamp.
std::string tag
 Source control tag.
std::string commit_id
 Source control commit hash.

Detailed Description

Plugin version and build metadata returned by get_version_info().

Member Data Documentation

◆ commit_id

std::string vlink::BagReaderPluginInterface::VersionInfo::commit_id

Source control commit hash.

◆ name

std::string vlink::BagReaderPluginInterface::VersionInfo::name

Plugin display name.

◆ tag

std::string vlink::BagReaderPluginInterface::VersionInfo::tag

Source control tag.

◆ timestamp

std::string vlink::BagReaderPluginInterface::VersionInfo::timestamp

Build timestamp.

◆ version

std::string vlink::BagReaderPluginInterface::VersionInfo::version

Semantic version string.


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