eLooM for STM32 application  v3.3.0
A framework for multitasking low power embedded applications powerd by STM32
Loading...
Searching...
No Matches
_ApplicationContext Struct Reference

#include <ApplicationContext.h>

+ Collaboration diagram for _ApplicationContext:

Data Fields

AManagedTaskm_pHead
 
uint8_t m_nListSize
 

Detailed Description

An application context is a linked list of Managed tasks.

Field Documentation

◆ m_nListSize

uint8_t _ApplicationContext::m_nListSize

Specifies the number of item (Managed Task object) in the list.

◆ m_pHead

AManagedTask* _ApplicationContext::m_pHead

Specifies the pointer to the first task.


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