|
AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Go to the documentation of this file.
11 #if !defined(NTV2_BUILDING_DRIVER)
22 static const std::string sLongHash
23 #if defined(AJA_GIT_COMMIT_HASH)
33 static const std::string sShortHash
34 #if defined(AJA_GIT_COMMIT_HASH_SHORT)
35 (AJA_GIT_COMMIT_HASH_SHORT)
43 std::ostringstream oss;
45 oss <<
"NTV2 SDK version ";
56 #endif // !defined(NTV2_BUILDING_DRIVER)
#define AJA_NTV2_SDK_BUILD_DATETIME
The date and time the SDK was built, in ISO-8601 format.
std::string NTV2Version(const bool inDetailed)
#define AJA_NTV2_SDK_VERSION_POINT
The SDK "point" release version, an unsigned decimal integer.
const std::string & NTV2GitHashShort(void)
Defines for the NTV2 SDK version number, used by ajantv2/includes/ntv2enums.h. See the ajantv2/includ...
#define AJA_NTV2_SDK_VERSION_MAJOR
The SDK major version number, an unsigned decimal integer.
#define AJA_NTV2_SDK_BUILD_NUMBER
The SDK build number, an unsigned decimal integer.
#define AJA_NTV2_SDK_VERSION_MINOR
The SDK minor version number, an unsigned decimal integer.
const std::string & NTV2GitHash(void)