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
scheduler_types.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2020 Inria
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
22
#ifndef SCHEDULER_TYPES_H
23
#define SCHEDULER_TYPES_H
24
25
#include "opendefs.h"
26
#include "scheduler.h"
27
#include "
event/callback.h
"
28
#include "memarray.h"
29
30
#ifdef __cplusplus
31
extern
"C"
{
32
#endif
33
37
typedef
struct
{
38
event_callback_t
task_buff[TASK_LIST_DEPTH];
39
memarray_t
memarray
;
40
}
scheduler_vars_t
;
37
typedef
struct
{
…
};
41
42
#if SCHEDULER_DEBUG_ENABLE
46
typedef
struct
{
47
uint8_t numTasksCur;
48
uint8_t numTasksMax;
49
} scheduler_dbg_t;
50
#endif
51
52
#ifdef __cplusplus
53
}
54
#endif
55
56
#endif
/* SCHEDULER_TYPES_H */
callback.h
Provides a callback-with-argument event type.
event_callback_t
Callback Event structure definition.
Definition
callback.h:49
memarray_t
Memory pool.
Definition
memarray.h:35
scheduler_vars_t
OpenWSN scheduler variables structure.
Definition
scheduler_types.h:37
scheduler_vars_t::memarray
memarray_t memarray
Memarray management.
Definition
scheduler_types.h:39
Generated on Thu Apr 3 2025 15:28:53 by
1.12.0