Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Main Page
Related Pages
Supported Boards
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Enumerations
Data Structures
Data Structures
Class Hierarchy
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
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
~
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
z
Typedefs
Enumerator
Related Symbols
Files
File List
Globals
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
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
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
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
►
RIOT OS
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
dsme_platform.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2022 HAW Hamburg
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
19
#ifndef OPENDSME_DSME_PLATFORM_H
20
#define OPENDSME_DSME_PLATFORM_H
21
22
#include <
assert.h
>
23
#include <stdio.h>
24
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
28
29
#define ASSERT(x) assert(x)
30
#define DSME_ASSERT(x) assert(x)
31
#define DSME_SIM_ASSERT(x)
33
#define LOG_INFO(x)
34
#define LOG_INFO_PURE(x)
35
#define LOG_INFO_PREFIX
36
#define LOG_ERROR(x)
38
#define HEXOUT std::hex
39
#define DECOUT std::dec
41
#define LOG_ENDL std::endl
43
#define LOG_DEBUG(x)
44
#define LOG_DEBUG_PURE(x)
45
#define LOG_DEBUG_PREFIX
47
#ifdef __cplusplus
48
}
49
#endif
50
51
#endif
/* OPENDSME_DSME_PLATFORM_H */
assert.h
POSIX.1-2008 compliant version of the assert macro.
Generated on Sun Apr 6 2025 20:11:16 by
1.12.0