ODeV framework
v2
|
#include <AManagedTaskVtbl.h>
Data Fields | |
const AManagedTask_vtbl * | vptr |
TaskHandle_t | m_xThaskHandle |
struct _AManagedTask * | m_pNext |
AMTStatus | m_xStatus |
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.
struct _AManagedTask* _AManagedTask::m_pNext |
Specifies a pointer to the next managed task in the _ApplicationContext.
AMTStatus _AManagedTask::m_xStatus |
Status flags.
TaskHandle_t _AManagedTask::m_xThaskHandle |
Specify the native FreeRTOS task handle.
const AManagedTask_vtbl* _AManagedTask::vptr |
Specifies a pointer to the class virtual table.