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::DelayContext Struct Reference
Collaboration diagram for stk::test::DelayContext:

Public Member Functions

 DelayContext ()
void Clear ()
void Process ()

Public Attributes

IPlatformplatform

Detailed Description

Definition at line 40 of file stktest_kernelservice.cpp.

Constructor & Destructor Documentation

◆ DelayContext()

stk::test::DelayContext::DelayContext ( )
inline

Definition at line 42 of file stktest_kernelservice.cpp.

References Clear(), and platform.

Here is the call graph for this function:

Member Function Documentation

◆ Clear()

void stk::test::DelayContext::Clear ( )
inline

Definition at line 49 of file stktest_kernelservice.cpp.

50 {
51 platform = nullptr;
52 }

References platform.

Referenced by DelayContext().

Here is the caller graph for this function:

◆ Process()

void stk::test::DelayContext::Process ( )
inline

Definition at line 54 of file stktest_kernelservice.cpp.

55 {
56 platform->ProcessTick();
57 }

References platform.

Member Data Documentation

◆ platform

IPlatform* stk::test::DelayContext::platform

Definition at line 47 of file stktest_kernelservice.cpp.

Referenced by Clear(), DelayContext(), and Process().


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