AutosarOS
/github/workspace/AutosarOS/AppCfg.h File Reference

User application configuration. More...

#include "CfgGenMacros.h"
Include dependency graph for AppCfg.h:

Go to the source code of this file.

Macros

#define OS_CONFIG_HOOK_STARTUP   true
 
#define OS_CONFIG_HOOK_SHUTDOWN   true
 
#define OS_CONFIG_HOOK_PRE_TASK   true
 
#define OS_CONFIG_HOOK_POST_TASK   true
 
#define OS_CONFIG_HOOK_ERROR   true
 
#define OS_CONFIG_HOOK_PROTECTION   false
 
#define OS_CONFIG_EXTENDED   true
 
#define OS_CONFIG_MAX_ERROR_PARAM   3
 
#define OS_CONFIG_STACK_MONITORING   3
 
#define OS_CONFIG_SIM   false
 

Functions

OS_CONFIG_INTERNAL_RESOURCE_BEGIN OS_CONFIG_INTERNAL_RESOURCE_END OS_CONFIG_TASK_BEGIN OS_CONFIG_TASK_END OS_CONFIG_INT_BEGIN OS_CONFIG_INT_END OS_CONFIG_RESOURCE_BEGIN OS_CONFIG_RESOURCE_END OS_CONFIG_COUNTER_BEGIN OS_CONFIG_COUNTER_END OS_CONFIG_ALARM_CALLBACK (AlarmCb)
 

Detailed Description

User application configuration.

This file contains the configuration for the user application.

Date
2019-09-02
Author
Pascal Romahn

Definition in file AppCfg.h.

Macro Definition Documentation

◆ OS_CONFIG_EXTENDED

#define OS_CONFIG_EXTENDED   true

Definition at line 29 of file AppCfg.h.

◆ OS_CONFIG_HOOK_ERROR

#define OS_CONFIG_HOOK_ERROR   true

Definition at line 26 of file AppCfg.h.

◆ OS_CONFIG_HOOK_POST_TASK

#define OS_CONFIG_HOOK_POST_TASK   true

Definition at line 25 of file AppCfg.h.

◆ OS_CONFIG_HOOK_PRE_TASK

#define OS_CONFIG_HOOK_PRE_TASK   true

Definition at line 24 of file AppCfg.h.

◆ OS_CONFIG_HOOK_PROTECTION

#define OS_CONFIG_HOOK_PROTECTION   false

Definition at line 27 of file AppCfg.h.

◆ OS_CONFIG_HOOK_SHUTDOWN

#define OS_CONFIG_HOOK_SHUTDOWN   true

Definition at line 23 of file AppCfg.h.

◆ OS_CONFIG_HOOK_STARTUP

#define OS_CONFIG_HOOK_STARTUP   true

Definition at line 22 of file AppCfg.h.

◆ OS_CONFIG_MAX_ERROR_PARAM

#define OS_CONFIG_MAX_ERROR_PARAM   3

Definition at line 31 of file AppCfg.h.

◆ OS_CONFIG_SIM

#define OS_CONFIG_SIM   false

Definition at line 36 of file AppCfg.h.

◆ OS_CONFIG_STACK_MONITORING

#define OS_CONFIG_STACK_MONITORING   3

Definition at line 33 of file AppCfg.h.

Function Documentation

◆ OS_CONFIG_ALARM_CALLBACK()