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
stk_pipe_t Struct Reference
Collaboration diagram for stk_pipe_t:

Public Member Functions

 stk_pipe_t (uint8_t *buf, size_t capacity, size_t element_size)

Public Attributes

Pipe handle

Detailed Description

Constructor & Destructor Documentation

◆ stk_pipe_t()

stk_pipe_t::stk_pipe_t ( uint8_t * buf,
size_t capacity,
size_t element_size )
inline

Definition at line 360 of file stk_c_sync.cpp.

361 : handle(buf, capacity, element_size)
362 {}

References handle.

Member Data Documentation

◆ handle


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