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

Public Member Functions

 stk_msgq_t (uint8_t *buf, size_t capacity, size_t msg_size)

Public Attributes

MessageQueue handle

Detailed Description

Constructor & Destructor Documentation

◆ stk_msgq_t()

stk_msgq_t::stk_msgq_t ( uint8_t * buf,
size_t capacity,
size_t msg_size )
inline

Definition at line 589 of file stk_c_sync.cpp.

590 : handle(buf, capacity, msg_size)
591 {}
MessageQueue handle

References handle.

Member Data Documentation

◆ handle


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