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