搜索资源列表
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.
hchdl
- 基于缓冲队列的多任务网络通信代码。应用于实际的采集板系统中。-queue buffer based on the multi-task network communications code. Applied to the collection plate system.
mymsgQ
- vxWorks下的消息队列程序-vxWorks the message queue procedures
vxworks
- 定时中断程序,源码的注释十分详细,具体功能如下: 1.Frame 实现能有效降低VxWorks 内存管理内部/外部碎片的机制。 2. Frame 实现为系统提供软定时器功能的机制,定时器timeout 信息以message 或其他快捷有效方式通知定时器申请者(Task)。 3. 参考实验一要求,系统中每个Task 拥有自己的Message Queue,以此方式作为系统的消息驱动基础。 4. 系统中各Task 应使用同一类型框架,即统一的Task 框架。 5. 系统内实体(Ta
task
- 练习并掌握多任务实时操作系统下Task 调度、Task 间主要通信手段(信号量、消息队列等)、RISC 处理器 I/O 端口控制等内容,并形成嵌入式实时应用软件的良好编程习惯。创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有MessageQueue 发送消息完成。 Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的semFlush(
posix_queue
- 软件简介 1.vxworks中有关posix消息队列的一个例子 2.本软件基于c语言开发 3.开发平台为windriver公司的tornada开发平台 4.经过交叉调试后测试成功-software 1.vxworks briefed on the Message Queue posix an Example 2. The software is based on the three c-language development. Windriver development platform fo
MessageQueues
- tornado 2.0 for PPC 消息队列源代码,好用。-tornado 2.0 for PPC message queue source code, easy to use.
C_or_C++(original)
- 3个vxworks 程序,用来学期消息队列,中断,看门狗 1个动态内存调度的Tomasulo算法MFC实现 1个从文本文件中读取字符的程序-3 VxWorks procedures used to semester message queue, interruption, a dynamic memory watchdog scheduling Tomasulo Algorithm MFC to achieve a text file from the procedure to read
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.
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
MSG
- vxworkws消息队列通信,实现了vxworks消息队列通信的机制-Message Queue vxworkws communications, to achieve the vxworks message queue communication mechanism
xiaoxiduilie
- VxWorks的嵌入式系统消息队列通信实现以下功能:系统包含三个任务,一个初始化任务(tInitTask),一个生产者任务(SendTask),一个消费者任务(ReceiveTask); (1)要求SendTask与ReceiveTask之间使用消息队列传递数据; (2)要求tInitTask能设置SendTask和ReceiveTask的优先级; (3)要求tInitTask能设置传递消息的数量和消息队列的大小。 -Embedded Systems VxWorks messag
message_queue6
- tornado实现的VxWorks的进程间同步代码 用消息队列实现-development by tornado processor communication message queue
msgque
- vxworks program for message q-vxworks program for message queue
msgTrans
- 对vxworks下的排序实现的消息转发任务,包括队列的读取,上传和释放。-The message forwarding tasks implemented under vxworks Sort including queue read, uploading, and release.
Project2
- 设计两个任务tServer和tClient,tClient负责通知tServer处理共享内存中的数据,为数据增加头部信息(可以用一句话模拟)。共享内存要用互斥信号量来保护,通知采用消息队列发送,tServer收到通知后需要给tClient反馈确认消息,如果tClient在一定时间内收不到确认消息,将重发通知,最大重传次数为3。 -Of design two the task tServer and tClient, tClient responsible for notifying the tS
test
- VxWorks 实验 编写程序实现以下功能:系统包含三个任务,一个初始化任务(tInitTask),一个生产者任务(tsendTask),一个消费者任务(treceiveTask) 要求:(1) tsendTaskt与receiveTask之间使用消息队列传递数据; (2) tInitTask能设置tsendTask和treceiveTask的优先级; (3) tInitTask能设置传递消息的数量和消息队列的大小; (4) tInitTask能设置信号量类型,输入‘
msgQDemo
- 基于VxWorks的嵌入式实验源程序msgQDemo.c及头文件msgQDemo.h,使用消息队列实现任务间的通信,生产者任务通过消息队列向消费者任务传递8条消息。-Based on VxWorks embedded experimental source and header files msgQDemo.c msgQDemo.h, use the Message Queue task to achieve communication between the producer to the c
C04b_msgQ
- vvxworks下消息队列的实现,Tornado/Vxworks书上的源码。-Vxworks under the implement of message queue is a Tornado/failure, the source of the book.
111111111
- 基于PPC860开发板和Tornado2.2开发环境的使用消息队列实现客户机服务器模型,-Based on the use of message boards and PPC860 development queue Tornado2.2 development environment to achieve client-server model,