AutosarOS
|
Operating System API. More...
#include "Types.h"
#include "Alarm.h"
#include "Counter.h"
#include "Events.h"
#include "OS.h"
#include "Resource.h"
#include "Task.h"
#include "ScheduleTables.h"
Go to the source code of this file.
Operating System API.
Definition in file OS_API.h.
#define ActivateTask Task_ActivateTask |
#define CancelAlarm Alarm_CancelAlarm |
#define ChainTask Task_ChainTask |
#define ClearEvent Events_ClearEvent |
#define DisableAllInterrupts OS_DisableAllInterrupts |
#define EnableAllInterrupts OS_EnableAllInterrupts |
#define GetActiveApplicationMode OS_GetActiveApplicationMode |
#define GetAlarm Alarm_GetAlarm |
#define GetAlarmBase Alarm_GetAlarmBase |
#define GetCounterValue Counter_GetCounterValue |
#define GetElapsedValue Counter_GetElapsedValue |
#define GetEvent Events_GetEvent |
#define GetResource Resource_GetResource |
#define GetScheduleTableStatus ScheduleTable_GetScheduleTableStatus |
#define GetTaskID Task_GetTaskID |
#define GetTaskState Task_GetTaskState |
#define IncrementCounter Counter_IncrementCounter |
#define NextScheduleTable ScheduleTable_NextScheduleTable |
#define ReleaseResource Resource_ReleaseResource |
#define ResumeAllInterrupts OS_ResumeAllInterrupts |
#define ResumeOSInterrupts OS_ResumeOSInterrupts |
#define Schedule Task_Schedule |
#define SetAbsAlarm Alarm_SetAbsAlarm |
#define SetEvent Events_SetEvent |
#define SetRelAlarm Alarm_SetRelAlarm |
#define ShutdownOS OS_ShutdownOS |
#define StartOS OS_StartOS |
#define StartScheduleTableAbs ScheduleTable_StartScheduleTableAbs |
#define StartScheduleTableRel ScheduleTable_StartScheduleTableRel |
#define StopScheduleTable ScheduleTable_StopScheduleTable |
#define SuspendAllInterrupts OS_SuspendAllInterrupts |
#define SuspendOSInterrupts OS_SuspendOSInterrupts |
#define TerminateTask Task_TerminateTask |
#define WaitEvent Events_WaitEvent |