RTEMS CPU Kit with SuperCore
4.11.3
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
_
b
c
d
i
r
+
Typedefs
a
b
c
d
f
h
i
m
o
p
q
r
s
t
u
w
x
+
Enumerations
b
c
d
e
h
i
m
o
p
r
s
t
w
+
Enumerator
c
i
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
mnt
data0
chrisj
rtems
releases
rtems-release.git
4.11.3
ws-rtems
rtems-4.11.3
cpukit
libmisc
uuid
Macros
|
Typedefs
|
Functions
uuid.h File Reference
#include <sys/types.h>
#include <sys/time.h>
#include <
time.h
>
Include dependency graph for uuid.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros
#define
UUID_VARIANT_NCS
0
#define
UUID_VARIANT_DCE
1
#define
UUID_VARIANT_MICROSOFT
2
#define
UUID_VARIANT_OTHER
3
#define
UUID_TYPE_DCE_TIME
1
#define
UUID_TYPE_DCE_RANDOM
4
#define
UUID_DEFINE
(name, u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15) static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
Typedefs
typedef unsigned char
uuid_t
[16]
Functions
void
uuid_clear
(uuid_t uu)
int
uuid_compare
(const uuid_t uu1, const uuid_t uu2)
void
uuid_copy
(uuid_t dst, const uuid_t src)
void
uuid_generate
(uuid_t out)
void
uuid_generate_random
(uuid_t out)
void
uuid_generate_time
(uuid_t out)
int
uuid_is_null
(const uuid_t uu)
int
uuid_parse
(const char *in, uuid_t uu)
void
uuid_unparse
(const uuid_t uu, char *out)
void
uuid_unparse_lower
(const uuid_t uu, char *out)
void
uuid_unparse_upper
(const uuid_t uu, char *out)
time_t
uuid_time
(const uuid_t uu, struct timeval *ret_tv)
int
uuid_type
(const uuid_t uu)
int
uuid_variant
(const uuid_t uu)
Generated by
1.8.13