3#include "uvgrtp/definitions.hh"
4#include "uvgrtp/export.hh"
52#if UVGRTP_EXTENDED_API
uint16_t UVGRTP_EXPORT get_version_major()
Get the major version number of uvgRTP.
uint16_t UVGRTP_EXPORT get_version_minor()
Get the minor version number of uvgRTP.
uint16_t UVGRTP_EXPORT get_version_patch()
Get the patch version number of uvgRTP.
const char *UVGRTP_EXPORT get_version_cstr()
Get the full version string of uvgRTP as a C string.
const char *UVGRTP_EXPORT get_git_hash_cstr()
Get the Git commit hash of the uvgRTP build as a C string.
std::string get_git_hash()
Get the Git commit hash of the uvgRTP build.
std::string get_version()
Get the full version string of uvgRTP.