搜索资源列表
Training-Example
- 嵌入式VxWorks开发所需典型例程源代码,包括消息队列,信号量,时钟,优先级反转,中断等常见处理.-VxWorks embedded typical routines required for the development of the source code, including the Message Queue, semaphores, the clock, priority inversion, and other common treatment interruption.
Exception_recovery_using_Signal
- tServer task executes functions at low priority (254). serverSend funtion is used to send a request to the tServer to execute a function at the tServer s priority. First tServer task executes the i() system call to print the sum
CreateTask
- tornado2.0for powerpc.在低优先级任务级中可以创建高优先级任务,通过调试-tornado2.0for powerpc. in the low-priority tasks in the class can create high-priority tasks, through debugging
Vxworks_Feture_Task_Orgnization
- Vxworks操作系统上的源码。从中可以学习:任务优先级设置、deadline、rm规则、rmlub准则。管理各task的加载和卸载。-Vxworks on the source operating system. From this, we can study: task priority settings, deadline, rm rules, rmlub criteria. Management of the task of loading and unloading.
priority_inversion
- vxworks下优先级反转程序示例,对学习任务优先级很有帮助啊-priority inversion procedure under vxworks example, be helpful for learning task priority ah
VxWorks_programs2
- Sample Vxworks programs to explain Priority inversion,semaphores and message queues in VxWorks.
IEC61850IED
- DSI-5000 系列微机保护装置是为满足数字化变电站的整体要求而策划设计的,采用通用的软硬件平台。主要介绍了 平台的软硬件特点,比较了采用单 CPU 和多 CPU 方案实现 IEC61850 通讯协议的优缺点,给出了可编程模块的建模实例和实 现方法。阐述了在VxWorks操作系统下任务优先级、中断优先级的分配方法以及任务调度机制。介绍了IEC61850 通讯规约 的实现过程。 - DSI-5000 serial relays are designed for the need o
xiaoxiduilie
- VxWorks的嵌入式系统消息队列通信实现以下功能:系统包含三个任务,一个初始化任务(tInitTask),一个生产者任务(SendTask),一个消费者任务(ReceiveTask); (1)要求SendTask与ReceiveTask之间使用消息队列传递数据; (2)要求tInitTask能设置SendTask和ReceiveTask的优先级; (3)要求tInitTask能设置传递消息的数量和消息队列的大小。 -Embedded Systems VxWorks messag
vxworks-expriment-source-
- 嵌入式实时操作系统VxWorks实验教程(重庆大学通信工程学院),包含:多任务程序的创建和启动,时间片轮转调度,基于优先级抢占式调度,消息队列实现任务间的通信,使用二进制信号量来实现任务间的同步 ,使用互斥信号量来实现任务对共享资源的互斥访问,vxworks下任务间通信例程 等等。-Embedded real-time operating system VxWorks Experimental Course (Institute of Communication Engineering, Cho
chapter05-lab3
- 嵌入式实验:优先级反转。开发环境,风河Vxworks tornado-Embedded test: priority inversion. Development environment, Wind River Vxworks tornado
pipeServer
- vxworks管道例程,用254的优先级创建一个管道守护任务,其他应用程序可以向管道写消息。-vxworks routine pipeline, with 254 priority task to create a pipe guard, other applications can write a message to the pipeline.
vxworks-dead-lock
- 一个实现死锁的程序 使用两个线程 两个信号量 来实现 一个低优先级进程先semtake mutex1 .然后另个一高优先级的抢占后cpu后 分别semtake mutex2 和mutex1 然后低优先级又要semtake mutex2 -An implementation program with two threads deadlock two semaphores to implement a low-priority process first semtake mutex1. And th
src
- 本实验中设计了两个任务tHigh和tLow,分别访问两个共享资源,分别是useResource1和useResource2,两个任务在创建的时候用相同的优先级。-The experimental design of the two tasks tHigh and tLow, respectively, access to two shared resources, namely useResource1 and useResource2, two tasks at the same time c
test
- VxWorks 实验 编写程序实现以下功能:系统包含三个任务,一个初始化任务(tInitTask),一个生产者任务(tsendTask),一个消费者任务(treceiveTask) 要求:(1) tsendTaskt与receiveTask之间使用消息队列传递数据; (2) tInitTask能设置tsendTask和treceiveTask的优先级; (3) tInitTask能设置传递消息的数量和消息队列的大小; (4) tInitTask能设置信号量类型,输入‘
priority
- 基于VxWorks的嵌入式实验程序,priority.c,任务优先级实验-Based on VxWorks embedded experimental procedures, priority.c, task priority experiments
PriorityInversion
- 基于VxWorks的嵌入式实验程序,PriorityInversion.c,任务优先级反转实验-Based on VxWorks embedded experimental procedures, PriorityInversion.c, task priority inversion experiments
What really happened on Mars
- What really happened on Mars ?
