Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1658713
  • 博文数量: 230
  • 博客积分: 10045
  • 博客等级: 上将
  • 技术积分: 3357
  • 用 户 组: 普通用户
  • 注册时间: 2006-12-30 20:40
文章分类

全部博文(230)

文章存档

2011年(7)

2010年(35)

2009年(62)

2008年(126)

我的朋友

分类:

2008-11-22 23:25:48



PXROS

A task-based operating system makes it easier to structure software since it modularises the components of the application. In this context, a task is an independent main-loop which is activated by the operating system via events or messages. The philosophy of PXROS supports strict encapsulation of parts of the application (tasks), allowing a simplified certification of the overall system. In doing so, standard components such as RAM/ROM tests and CPU tests for safety-critical applications have already been certified with SIL-4 as a so-called toolbox for PXROS. For creating safety-critical applications via the toolbox, a designer is available within Eclipse.
PXROS is a multitasking operating system for hard realtime. Its basic component is a microkernel with only 7 - 20 kb of code. PXROS manages several independent parts of the application, called tasks, which can be executed in a quasi-parallel fashion on the microcontroller. The processing of the tasks is controlled by assigning priorities and exchanging messages and events. Due to this event-controlled method of operation, PXROS does not need a hardware timer. Events are used exclusively for signalling. They do not contain any data and thus do not tie up resources.

德国一家公司的产品,居然也声称SIL-4认证了,估计是最近刚刚拿到的认证。

阅读(1134) | 评论(0) | 转发(0) |
0

上一篇:JUCE GUI Lib

下一篇:Using Yaml::Tiny

给主人留下些什么吧!~~