ODeV framework  v2
Data Fields
_AManagedTask Struct Reference

#include <AManagedTaskVtbl.h>

+ Collaboration diagram for _AManagedTask:

Data Fields

const AManagedTask_vtblvptr
 
TaskHandle_t m_xThaskHandle
 
struct _AManagedTaskm_pNext
 
AMTStatus m_xStatus
 

Detailed Description

A Managed Task a task integrated in the system. It defines a common interface for all application tasks. All Managed Tasks belong to a linked list that is the _ApplicationContext.

Field Documentation

◆ m_pNext

struct _AManagedTask* _AManagedTask::m_pNext

Specifies a pointer to the next managed task in the _ApplicationContext.

◆ m_xStatus

AMTStatus _AManagedTask::m_xStatus

Status flags.

◆ m_xThaskHandle

TaskHandle_t _AManagedTask::m_xThaskHandle

Specify the native FreeRTOS task handle.

◆ vptr

const AManagedTask_vtbl* _AManagedTask::vptr

Specifies a pointer to the class virtual table.


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