![]() |
SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Public Member Functions | |
| EDFDynamicSchedulingContext () | |
| void | Process () |
Public Attributes | |
| uint32_t | counter |
| uint32_t | checked |
| PlatformTestMock * | platform |
| TaskMock< ACCESS_USER > * | task1 |
| TaskMock< ACCESS_USER > * | task2 |
| TaskMock< ACCESS_USER > * | task3 |
Definition at line 232 of file stktest_switchstrategyedf.cpp.
|
inline |
Definition at line 234 of file stktest_switchstrategyedf.cpp.
References checked, counter, platform, task1, task2, and task3.
|
inline |
Definition at line 248 of file stktest_switchstrategyedf.cpp.
References checked, counter, platform, stk::Stack::SP, task1, task2, task3, and stk::Yield().
| uint32_t stk::test::EDFDynamicSchedulingContext::checked |
Definition at line 244 of file stktest_switchstrategyedf.cpp.
Referenced by EDFDynamicSchedulingContext(), and Process().
| uint32_t stk::test::EDFDynamicSchedulingContext::counter |
Definition at line 244 of file stktest_switchstrategyedf.cpp.
Referenced by EDFDynamicSchedulingContext(), and Process().
| PlatformTestMock* stk::test::EDFDynamicSchedulingContext::platform |
Definition at line 245 of file stktest_switchstrategyedf.cpp.
Referenced by EDFDynamicSchedulingContext(), and Process().
| TaskMock<ACCESS_USER>* stk::test::EDFDynamicSchedulingContext::task1 |
Definition at line 246 of file stktest_switchstrategyedf.cpp.
Referenced by EDFDynamicSchedulingContext(), and Process().
| TaskMock<ACCESS_USER> * stk::test::EDFDynamicSchedulingContext::task2 |
Definition at line 246 of file stktest_switchstrategyedf.cpp.
Referenced by EDFDynamicSchedulingContext(), and Process().
| TaskMock<ACCESS_USER> * stk::test::EDFDynamicSchedulingContext::task3 |
Definition at line 246 of file stktest_switchstrategyedf.cpp.
Referenced by EDFDynamicSchedulingContext(), and Process().