AJA NTV2 SDK  17.5.0.1242
NTV2 SDK 17.5.0.1242
guid.h File Reference

Generates a new, unique UUID as an STL string. More...

#include <string>
#include "public.h"
#include <uuid/uuid.h>
Include dependency graph for guid.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::string AJA_EXPORT CreateGuid (void)
 

Detailed Description

Generates a new, unique UUID as an STL string.

Definition in file guid.h.

Function Documentation

◆ CreateGuid()

std::string AJA_EXPORT CreateGuid ( void  )

Generates a uuid.

Returns
An STL string that contains the new UUID.

Definition at line 10 of file guid.cpp.