ODeV framework  v2
Data Fields
_System Struct Reference
+ Collaboration diagram for _System:

Data Fields

TaskHandle_t m_xInitTask
 
QueueHandle_t m_xSysQueue
 
IApplicationErrorDelegatem_pxAppErrorDelegate
 
IAppPowerModeHelperm_pxAppPowerModeHelper
 

Detailed Description

The ODeV framework provide its services through the System object. It is an abstraction of an embedded application.

Field Documentation

◆ m_pxAppErrorDelegate

IApplicationErrorDelegate* _System::m_pxAppErrorDelegate

Specifies the application specific error manager delegate object.

◆ m_pxAppPowerModeHelper

IAppPowerModeHelper* _System::m_pxAppPowerModeHelper

Specifies the application specific power mode helper object.

◆ m_xInitTask

TaskHandle_t _System::m_xInitTask

Specifies the Init task handle.

◆ m_xSysQueue

QueueHandle_t _System::m_xSysQueue

Specifies the queue used to serialize the system request made by the application tasks. The supported requests are:

  • Power Mode Switch.
  • Error.

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