搜索资源列表
LinuxIPC进程间的通信
- Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being
msg_q_module
- 嵌入式环境消息队列软件,应用于基于H323协议的视频会议系统中-embedded environments Message Queue software application based on H323 agreement Video Conference System
ucos252-src
- 著名的嵌入式操作系统uC/OS的完整内核源代码,内核版本号2.52。 该源代码主要包括如下几个方面: 1、任务管理 2、消息邮箱 3、消息队列 4、信号量 5、事件管理 6、内存管理-famous embedded operating system uC / OS kernel integrity of the source code, the kernel version 2.52. The source code includes the following ma
task4
- ucosii小实验任务4 消息队列,可以帮助学习嵌入式操作系统-ucosii four small experimental tasks Message Queue can help embedded operating system
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.
mymsgQ
- vxWorks下的消息队列程序-vxWorks the message queue procedures
UcosiiAppliction
- 任务一 任务管理 任务二 优先级天花板 任务三 哲学家就餐 任务四 消息队列 任务五 时钟中断-task of a task management tasks two priority tasks ceiling three meals philosopher four tasks Message Queue five tasks Clock interruption
REWK-msgqTest
- ReWorks里一个有关消息队列的例子。
MSMQSample
- 此示例演示了使用设备应用程序和桌面应用程序之间的消息队列进行双路通信。一个应用程序将书本订单消息发送到一个消息队列,而另一个应用程序则从此消息队列接收这些书本订单,然后向设备队列发出这些订单已被处理的响应。 要求 此示例要求设备上已安装 MSMQ 组件。
uCos2_MessageQueue
- 这个程序演示基本的消息队列。程序启动设计了6个普通应用任务以及一个控制任务TAC,等待消息的任务总是按照优先级的高低来决定获得消息的顺序,实现消息队列的使用。
TaskSchedule
- vxworks下的多任务管理,利用信号量、消息队列的通信机制。
task
- 练习并掌握多任务实时操作系统下Task 调度、Task 间主要通信手段(信号量、消息队列等)、RISC 处理器 I/O 端口控制等内容,并形成嵌入式实时应用软件的良好编程习惯。创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有MessageQueue 发送消息完成。 Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的semFlush(
SuperGoodEntryExperimentAboutVxWorks
- 超级好的vxworks入门实验课:一共9个pdf文件,每个都是精华,我是下载了9次才搞定,绝对超值,初学者很有必要看看。 目录: 1.学习使用Tornado 开发环境;测量程序的执行时间 2. 学习创建多个任务 3. 学习使用信号量实现共享资源的保护 4. 学习使用消息队列进行通信 5. 学习并验证时间片轮转调度 6. 学习并验证基于优先级的抢占式调度 7. 理解优先级倒转问题 学习使用优先级继承以解决优先级倒转问题 8. 学习使用信号 9. 了解VxWo
message
- 嵌入式下的自己实现的消息队列,可以运行在51单片机下面
VxWorkscomunication
- 以上两个程序是基于VxWorks嵌入式操作系统C源代码程序,其中程序msgQDemo.c是针对消息队列的通信示例,pipeServer.c是针对管道通信的程序示例。 在TORNADO集成开发环境中经过调试成功。
xiaoxiduilie_
- 单片机实现消息队列的例子,使得任一状态不会丢失,很好的例子-Message Queue MCU example, the state will not make any loss, good example
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
project
- 通过消息队列为任务调度的程序框架,根据实际工程应用,封装了消息结构体,任何开发板demo中都没有的经典工程软件架构.本工程的单片机平台为STM32F103.(Through the message queue for the task scheduling process framework, according to actual engineering applications, encapsulates the message structure, any development boar
STM32-LED闪烁-消息队列
- STM32LED闪烁——消息队列,通过建立消息队列,传送3个指针型变量,触发LED灯闪烁。(By setting up a message queue, 3 pointer variables are transmitted, triggering the LED light to flicker.)
消息队列测试例程
- 消息队列控制范例程序,适合新手学习消息队列的通信原理