EdgeVisDecoderSDKVersion.h
Go to the documentation of this file.
1 // Copyright (c) 2020 Digital Barriers
4 
17 #pragma once
18 
19 #include "EdgeVisSDK.h"
20 
21 #include <string>
22 #include <stdint.h>
23 
24 
25 namespace EdgeVisDecoderSDK
26 {
28  {
29  public:
30 
36  DB_EDGEVIS_SDK static std::wstring GetVersion();
37 
43  DB_EDGEVIS_SDK static int32_t GetBuildNumber();
44 
50  DB_EDGEVIS_SDK static std::wstring GetSCMVersionHash();
51 
57  DB_EDGEVIS_SDK static std::wstring GetSCMVersionSource();
58 
64  DB_EDGEVIS_SDK static std::wstring GetDateTime();
65 
71  DB_EDGEVIS_SDK static int64_t GetTimestamp();
72  };
73 }
static DB_EDGEVIS_SDK int32_t GetBuildNumber()
Get the build of this SDK library.
static DB_EDGEVIS_SDK std::wstring GetSCMVersionSource()
Get the source control branch or tag name for this SDK library.
static DB_EDGEVIS_SDK std::wstring GetSCMVersionHash()
Get the source control revision for this SDK library.
static DB_EDGEVIS_SDK int64_t GetTimestamp()
Get the timestamp at which this SDK library was built.
Defines the build and version information for this Decoder SDK library.
Definition: EdgeVisDecoderSDKVersion.h:27
static DB_EDGEVIS_SDK std::wstring GetDateTime()
Get the timestamp at which this SDK library was built.
static DB_EDGEVIS_SDK std::wstring GetVersion()
Get the version of this SDK library.
The EdgeVis Decoder SDK namespace.