📄 osconfig.h
字号:
/*** File: osconfig.h**** Author: Alan Cudmore / Code 582**** Purpose: Contains configuration options for the OS**** $Revision: 1.6 $ **** $Date: 2005/07/05 18:34:55 $**** $Log: osconfig.h,v $** Revision 1.6 2005/07/05 18:34:55 nyanchik** fixed issues found in code walkthrogh. Also removed the OS_Info* functions that are going in the BSP**** Revision 1.5 2005/05/03 17:04:31 nyanchik** *** empty log message ******* Revision 1.1.1.1 2004/08/31 17:12:58 acudmore** Initial CVS Import**** Revision 1.1.1.1 2004/07/25 12:59:47 acudmore** Initial import**** Revision 1.2 2004/07/21 14:26:04 jswinski** TO port changes**** Revision 1.1.1.1 2004/07/06 15:10:09 acudmore** Initial import of cFE Prototype**** Revision 1.26 2004/06/29 20:47:17 acudmore** Updated os exceptions and mode log**** Revision 1.25 2004/06/29 16:23:11 acudmore** updated reset types and subtypes**** Revision 1.24 2004/06/26 12:28:07 acudmore** added exception handlers and restarts**** Revision 1.23 2004/06/24 20:47:20 eyeheskeli** in OS_TaskDelay changed parameter to uint32**** Revision 1.22 2004/06/18 15:26:59 pkutt** Added OS API function for checking address ranges.**** Revision 1.21 2004/06/17 18:36:10 acudmore** Updated mode transition and logging**** Revision 1.20 2004/06/15 16:54:01 acudmore** updated ChangeModes**** Revision 1.19 2004/06/09 19:30:22 eyeheskeli** cleanout**** Revision 1.18 2004/06/09 18:29:39 eyeheskeli** cleanout**** */#ifndef _osconfig_#define _osconfig_#define OS_MAX_TASKS 20#define OS_MAX_QUEUES 10#define OS_MAX_SEMAPHORES 10#define OS_MAX_MUTEXES 10/*** Maximum length for an absolute path name*/#define OS_MAX_PATH_LEN 128/* The maxium length allowed for a object (task,queue....) name */#define OS_MAX_API_NAME 20/* The maximum length for a file name */#define OS_MAX_FILE_NAME 20 #endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -