Blender V5.0
DNA_uuid_types.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11#include "DNA_defs.h"
12
18typedef struct bUUID {
19 uint32_t time_low;
20 uint16_t time_mid;
24 uint8_t node[6];
26
31#define UUID_STRING_SIZE 37
Universally Unique Identifier according to RFC4122.
uint8_t clock_seq_hi_and_reserved
uint8_t clock_seq_low
uint16_t time_mid
uint32_t time_low
uint8_t node[6]
uint16_t time_hi_and_version