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 130 of file stk_c.cpp.

Constructor & Destructor Documentation

◆ TaskSlot()

TaskSlot::TaskSlot ( )
inline

Definition at line 132 of file stk_c.cpp.

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

References busy, and task.

Member Data Documentation

◆ busy

bool TaskSlot::busy

Definition at line 135 of file stk_c.cpp.

Referenced by TaskSlot().

◆ task

stk_task_t TaskSlot::task

Definition at line 136 of file stk_c.cpp.

Referenced by TaskSlot().


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