AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
guid.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: MIT */
8
#ifndef AJA_GUID_H
9
#define AJA_GUID_H
10
11
#include <string>
12
#include "
public.h
"
13
14
extern
"C"
15
{
16
#if defined(AJA_WINDOWS)
17
#include <rpc.h>
18
#elif defined(AJA_LINUX)
19
#include <stdio.h>
20
#else
21
#include <uuid/uuid.h>
22
#endif
23
}
24
30
std::string
AJA_EXPORT
CreateGuid
(
void
);
31
32
33
#endif // AJA_GUID_H
AJA_EXPORT
#define AJA_EXPORT
Definition:
export.h:34
public.h
Master header for the ajabase library.
CreateGuid
std::string AJA_EXPORT CreateGuid(void)
Definition:
guid.cpp:10
libajantv2
ajabase
common
guid.h
Generated on Tue Dec 3 2024 10:25:58 for AJA NTV2 SDK by
1.8.17