SuperTinyKernel™ RTOS 1.06.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
TaskSlot Struct Reference
Collaboration diagram for TaskSlot:

Public Member Functions

 TaskSlot ()

Public Attributes

bool busy
stk_task_t task

Detailed Description

Definition at line 131 of file stk_c.cpp.

Constructor & Destructor Documentation

◆ TaskSlot()

TaskSlot::TaskSlot ( )
inline

Definition at line 133 of file stk_c.cpp.

133 : busy(false), task()
134 {}
stk_task_t task
Definition stk_c.cpp:137
bool busy
Definition stk_c.cpp:136

References busy, and task.

Member Data Documentation

◆ busy

bool TaskSlot::busy

Definition at line 136 of file stk_c.cpp.

Referenced by TaskSlot().

◆ task

stk_task_t TaskSlot::task

Definition at line 137 of file stk_c.cpp.

Referenced by TaskSlot().


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