|
VLink
2.0.0
A high-performance communication middleware
|
Build identity returned by get_version_info().
More...
#include <bag_plugin_interface.h>
Public Attributes | |
| std::string | name |
| Human-readable plugin display name. More... | |
| std::string | version |
Semantic version (e.g. "1.2.3"). More... | |
| std::string | timestamp |
| Build timestamp string. More... | |
| std::string | tag |
| Source-control tag or label. More... | |
| std::string | commit_id |
| Source-control commit hash. More... | |
Build identity returned by get_version_info().
| std::string vlink::BagPluginInterface::VersionInfo::commit_id |
Source-control commit hash.
| std::string vlink::BagPluginInterface::VersionInfo::name |
Human-readable plugin display name.
| std::string vlink::BagPluginInterface::VersionInfo::tag |
Source-control tag or label.
| std::string vlink::BagPluginInterface::VersionInfo::timestamp |
Build timestamp string.
| std::string vlink::BagPluginInterface::VersionInfo::version |
Semantic version (e.g. "1.2.3").