文件名称:sst
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:44.15kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
超级简单的一个任务调度器,是量子编程的作者写的,非常实用-Almost all embedded systems are event-driven most of the time they wait for some event such as a time tick, a button press, a mouse click, or the arrival of a data packet. After recognizing the event, the systems react by performing the appropriate computation. This reaction might include manipulating the hardware or generating secondary, "soft" events that trigger other internal software components. Once the event-handling action is complete, such reactive systems enter a dormant state in anticipation of the next event.1
Ironically, most real-time kernels or RTOSes for embedded systems force programmers to model these simple, discrete event reactions using tasks structured as continuous endless loops. To us this seems a serious mismatch--a disparity that s responsible for much of the familiar complexity of the traditional real-time kernels.
In this article we ll show how matching the discrete event nature typical of most embedded systems with a simple run-to-completion (RTC) kerne
Ironically, most real-time kernels or RTOSes for embedded systems force programmers to model these simple, discrete event reactions using tasks structured as continuous endless loops. To us this seems a serious mismatch--a disparity that s responsible for much of the familiar complexity of the traditional real-time kernels.
In this article we ll show how matching the discrete event nature typical of most embedded systems with a simple run-to-completion (RTC) kerne
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sst/example/
sst/example/bin/
sst/example/bin/BSP.OBJ
sst/example/bin/KBD_TSK.OBJ
sst/example/bin/MAIN.OBJ
sst/example/bin/SST.OBJ
sst/example/bin/SST_EXA.EXE
sst/example/bin/SST_EXA.MAP
sst/example/bin/TICK_TSK.OBJ
sst/example/bsp.c
sst/example/bsp.h
sst/example/kbd_tsk.c
sst/example/main.c
sst/example/sst_exa.h
sst/example/SST_EXA.PRJ
sst/example/sst_port.h
sst/example/STDINT.H
sst/example/tick_tsk.c
sst/gpl.txt
sst/include/
sst/include/sst.h
sst/readme.txt
sst/source/
sst/source/sst.c
sst/example/bin/
sst/example/bin/BSP.OBJ
sst/example/bin/KBD_TSK.OBJ
sst/example/bin/MAIN.OBJ
sst/example/bin/SST.OBJ
sst/example/bin/SST_EXA.EXE
sst/example/bin/SST_EXA.MAP
sst/example/bin/TICK_TSK.OBJ
sst/example/bsp.c
sst/example/bsp.h
sst/example/kbd_tsk.c
sst/example/main.c
sst/example/sst_exa.h
sst/example/SST_EXA.PRJ
sst/example/sst_port.h
sst/example/STDINT.H
sst/example/tick_tsk.c
sst/gpl.txt
sst/include/
sst/include/sst.h
sst/readme.txt
sst/source/
sst/source/sst.c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.