Loading...
Searching...
No Matches
uuid_t Struct Reference

UUID layout. More...

Detailed Description

UUID layout.

Directly from rfc4122

Definition at line 64 of file uuid.h.

#include <uuid.h>

Data Fields

network_uint32_t time_low
 The low field of the timestamp

 
network_uint16_t time_mid
 The middle field of the timestamp

 
network_uint16_t time_hi
 The high field of the timestamp multiplexed with the version number.
 
uint8_t clk_seq_hi_res
 The high field of the clock sequence Multiplexed with the variant

 
uint8_t clk_seq_low
 The low field of the clock sequence

 
uint8_t node [UUID_NODE_LEN]
 The spatially unique node identifier.
 

Field Documentation

◆ clk_seq_hi_res

uint8_t uuid_t::clk_seq_hi_res

The high field of the clock sequence Multiplexed with the variant

Definition at line 69 of file uuid.h.

◆ clk_seq_low

uint8_t uuid_t::clk_seq_low

The low field of the clock sequence

Definition at line 71 of file uuid.h.

◆ node

uint8_t uuid_t::node[UUID_NODE_LEN]

The spatially unique node identifier.

Definition at line 72 of file uuid.h.

◆ time_hi

network_uint16_t uuid_t::time_hi

The high field of the timestamp multiplexed with the version number.

Definition at line 67 of file uuid.h.

◆ time_low

network_uint32_t uuid_t::time_low

The low field of the timestamp

Definition at line 65 of file uuid.h.

◆ time_mid

network_uint16_t uuid_t::time_mid

The middle field of the timestamp

Definition at line 66 of file uuid.h.


The documentation for this struct was generated from the following file: