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

Build identity returned by get_version_info(). 更多...

#include <bag_plugin_interface.h>

vlink::BagPluginInterface::VersionInfo 的协作图:

Public 属性

std::string name
 Human-readable plugin display name. 更多...
 
std::string version
 Semantic version (e.g. "1.2.3"). 更多...
 
std::string timestamp
 Build timestamp string. 更多...
 
std::string tag
 Source-control tag or label. 更多...
 
std::string commit_id
 Source-control commit hash. 更多...
 

详细描述

Build identity returned by get_version_info().

类成员变量说明

◆ commit_id

std::string vlink::BagPluginInterface::VersionInfo::commit_id

Source-control commit hash.

◆ name

std::string vlink::BagPluginInterface::VersionInfo::name

Human-readable plugin display name.

◆ tag

std::string vlink::BagPluginInterface::VersionInfo::tag

Source-control tag or label.

◆ timestamp

std::string vlink::BagPluginInterface::VersionInfo::timestamp

Build timestamp string.

◆ version

std::string vlink::BagPluginInterface::VersionInfo::version

Semantic version (e.g. "1.2.3").


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