stub_analytics_plugin
1.6
Network Optix Video Analytics SDK
|
#include <uuid.h>
Public Types | |
using | base_type = std::array< uint8_t, 16 > |
Static Public Attributes | |
static constexpr int | kSize = (int) std::tuple_size<base_type>() |
Universally Unique Identifier. Intended for arbitrary purposes.
Is safe to pass between plugin and its host because C++ standard guarantees the binary layout of std::array.
Is binary-compatible (has the same binary layout) with the old SDK (struct NX_GUID).