FreeRTOS C++ Wrappers
1.6.0
C++ interface to FreeRTOS
Main Page
Related Pages
+
Namespaces
Namespace List
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
u
v
w
y
~
+
Functions
a
b
c
d
e
f
g
i
l
m
n
p
q
r
s
t
u
v
w
y
~
+
Variables
a
b
c
d
e
f
h
i
l
m
n
p
r
s
t
w
Related Functions
+
Files
File List
+
File Members
All
Functions
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Friends
Macros
Pages
cpp_freertos
Deque
cpp_freertos::Deque Member List
This is the complete list of members for
cpp_freertos::Deque
, including all inherited members.
Deque
(UBaseType_t maxItems, UBaseType_t itemSize)
cpp_freertos::Deque
Dequeue
(void *item, TickType_t Timeout=portMAX_DELAY)
cpp_freertos::Queue
DequeueFromISR
(void *item, BaseType_t *pxHigherPriorityTaskWoken)
cpp_freertos::Queue
Enqueue
(void *item)
cpp_freertos::Queue
virtual
Enqueue
(void *item, TickType_t Timeout)
cpp_freertos::Queue
virtual
EnqueueFromISR
(void *item, BaseType_t *pxHigherPriorityTaskWoken)
cpp_freertos::Queue
virtual
EnqueueToFront
(void *item, TickType_t Timeout=portMAX_DELAY)
cpp_freertos::Deque
EnqueueToFrontFromISR
(void *item, BaseType_t *pxHigherPriorityTaskWoken)
cpp_freertos::Deque
Flush
()
cpp_freertos::Queue
handle
cpp_freertos::Queue
protected
IsEmpty
()
cpp_freertos::Queue
IsFull
()
cpp_freertos::Queue
NumItems
()
cpp_freertos::Queue
NumSpacesLeft
()
cpp_freertos::Queue
Peek
(void *item, TickType_t Timeout=portMAX_DELAY)
cpp_freertos::Queue
PeekFromISR
(void *item)
cpp_freertos::Queue
Queue
(UBaseType_t maxItems, UBaseType_t itemSize)
cpp_freertos::Queue
~Queue
()
cpp_freertos::Queue
virtual
Generated on Sat Oct 20 2018 15:06:50 for FreeRTOS C++ Wrappers by
1.8.13