搜索资源列表
WINDRIVER编程习惯
- VXWORKS编程习惯,自己去看,需要了解VXWORKS的人去看-Semaphore programming habits, their view, need to understand the people look at VxWorks
dev_guide_vx_9200
- vxworks net develep. 在VXWORKS下控制网络的板级支持包 -VxWorks. Semaphore under control in the network board support packages
b-sync
- VxWorks中,二进制信号量用于任务间同步。-VxWorks, the binary semaphore for inter-task synchronization.
VxWorks
- VxWorks入门例程,包括基于Wind与POSIX的任务调度与通信(信号量、消息队列、管道)。-It is a package of some examples,which includes ones about task scheduling & communication (using semaphore & message queue & pipes) based on Wind & POSIX.
Sem
- VxWorks的信号量实验代码,建立了一个多任务工程,实现了任务的互斥和同步.-The experimental VxWorks semaphore code, the establishment of a multi-task projects, the realization of a mutually exclusive and synchronization tasks.
msg_VxWorks
- 原创:vxworks的消息队列 一个任务运行时的数据和状态怎么告诉其他任务?信号量为任务间同步和互斥提供了提供了高效的方法,但它不能携带更多的任务信息。因而需要使用更高级的通讯方式,即消息队列和管道。这节主要讲消息队列。-Original: vxworks task message queue for run-time data and how to tell the status of other tasks? Semaphore for inter-task synchronizatio
semaphore
- vxworks信号量通信程序,程序演示了互斥信号量和二进制信号量的使用。-vxworks semaphore communication program, the program demonstrated a mutual exclusion semaphore and the use of binary semaphores.
VxWorksForNewStudent
- 讲解了VxWorks开发环境Tornado2.2的基本应用方法。包括工程创建,config.h配置,编译器配置,FTP设置,组件配置,库文件生成,还有个互斥信号量的例子。-VxWorks development environment on a basic application Tornado2.2. Including works to create, config.h configuration, compiler configuration, FTP settings, componen
DesignofMultipleInterruptsTreatmentBasedonVxWorks.
- :考虑VxWorks 的中断在具体实现上的特殊性,提出一个针对多块采集板系统的中断设计方案,把传统的中断服务程序分解为中断 服务程序和中断服务任务,利用信号灯进行同步,通过在中断服务任务中引入用户定义的优先级,增强系统处理多中断时的可靠性和实 时性。-】Considering the specificity in the specific realization of interrupt in the VxWorks, this paper proposes an interrupt t
VxWorks.semaphore.mechanism.sync.tasks
- VxWorks信号量机制任务同步资料VxWorks semaphore mechanism to sync tasks -VxWorks semaphore mechanism to sync tasks
vxworks-expriment-source-
- 嵌入式实时操作系统VxWorks实验教程(重庆大学通信工程学院),包含:多任务程序的创建和启动,时间片轮转调度,基于优先级抢占式调度,消息队列实现任务间的通信,使用二进制信号量来实现任务间的同步 ,使用互斥信号量来实现任务对共享资源的互斥访问,vxworks下任务间通信例程 等等。-Embedded real-time operating system VxWorks Experimental Course (Institute of Communication Engineering, Cho
VxworksPtornado
- 这时一个在VxWorks 的VxSim 仿真环境下使用tornado进行编程的。主要解决以下问题: 1.扩展的内存管理机制,最大限度降低外部碎片对系统可靠性的威胁。 2.消息驱动的Task统一驱动模版。统一的消息头结构,全局消息编码,可支持短消息及长消息。 3.无信号量(互斥)支持的临界资源访问方式。 -This is a use tornado in the VxWorks VxSim simulation environment for programming. Mainly
dma
- /* dma.h - DMA (direct memory access) header */ /* Copyright 1984-1992 Wind River Systems, Inc. */ /* modification history -------------------- 01e,22sep92,rrr added support for c++ 01d,04jul92,jcf cleaned up. 01c,26may92,rrr the
binary
- vxworks program for binary semaphore
rrSched
- vxworks program for round robin semaphore
Design-of-the-CompactPCI
- 介绍了CompactPCI 总线、接口技术、配置空间的内容和操作方法。详细说明在VxWorks 实时操作系统下配置 CompactPCI 总线设备的方法。硬件中断处理是实时系统设计中的关键问题。该设计将外部中断与中断服务程序连接, 并控制QL5064 PCI 接口的中断控制寄存器。在中断服务程序中使用信号量实现任务间的同步,保证了系统实时数据 采集的可靠性。-CompactPCI bus interface technology, the contents of the config
test
- VxWorks 实验 编写程序实现以下功能:系统包含三个任务,一个初始化任务(tInitTask),一个生产者任务(tsendTask),一个消费者任务(treceiveTask) 要求:(1) tsendTaskt与receiveTask之间使用消息队列传递数据; (2) tInitTask能设置tsendTask和treceiveTask的优先级; (3) tInitTask能设置传递消息的数量和消息队列的大小; (4) tInitTask能设置信号量类型,输入‘
semaphore
- vxworks 信号量演示程序 在vxworks 5.5和vxworks6.6测试通过-vxworks semaphore demo tested in vxworks 5.5 and vxworks 6.6
C04a_semaphore
- 信号量的semephere的,在vxworks下的一个小程序-Semaphore semephere, in a small program vxworks
VxWorks视频
- vxworks组件配置,配置taget server,信号量互斥例子(VxWorks component configuration, configuration of taget server, example of mutual exclusion of semaphore)