SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
stk::test::PlatformTestMock::StackInfo Struct Reference

#include <stktest.h>

Collaboration diagram for stk::test::PlatformTestMock::StackInfo:

Public Attributes

Stackstack
IStackMemorymemory
ITasktask

Detailed Description

Definition at line 77 of file stktest.h.

Member Data Documentation

◆ memory

IStackMemory* stk::test::PlatformTestMock::StackInfo::memory

Definition at line 80 of file stktest.h.

◆ stack

Stack* stk::test::PlatformTestMock::StackInfo::stack

Definition at line 79 of file stktest.h.

Referenced by stk::test::TEST(), stk::test::TEST(), and stk::test::TEST().

◆ task

ITask* stk::test::PlatformTestMock::StackInfo::task

Definition at line 81 of file stktest.h.

Referenced by stk::test::TEST().


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