搜索资源列表
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
semaphores
- 在TORNADO下写的基于VXWORKS的多信号量通信的源代码-in writing under VxWorks-based multi-volume communications signal source code
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.
semaphore
- vxworks信号量通信程序,程序演示了互斥信号量和二进制信号量的使用。-vxworks semaphore communication program, the program demonstrated a mutual exclusion semaphore and the use of binary semaphores.
signal
- vxworkws消信号通信,实现了vxworks信号通信的机制-Consumer vxworkws signal communications, the realization of a mechanism for communication signal vxworks
68995semaphores
- 在TORNADO下写的基于VXWORKS的多信号量通信的源代码,很不错哦-TORNADO written in under the multi-signal based on the volume of VXWORKS communications source code, oh well
VxWorksDemosProject
- 初学者很好的实验源码,包括任务创建管理、任务间信号量的通信、消息队列、管道等-Good test source for beginners, including the task of creating management, semaphore communication between tasks, message queues, pipes, etc.
vxworks-expriment-source-
- 嵌入式实时操作系统VxWorks实验教程(重庆大学通信工程学院),包含:多任务程序的创建和启动,时间片轮转调度,基于优先级抢占式调度,消息队列实现任务间的通信,使用二进制信号量来实现任务间的同步 ,使用互斥信号量来实现任务对共享资源的互斥访问,vxworks下任务间通信例程 等等。-Embedded real-time operating system VxWorks Experimental Course (Institute of Communication Engineering, Cho
Test2
- vxworks操作系统任务之间利用二进制信号量进行通信调度-vxworks operating systems use binary signals between the amount of task communication schedule
mdl_abb_104_dev
- IEC104通信协议的实现,具体实现104协议中测量,信号,控制,设点等功能-iec104 protocol realize measure,signal,control,value-set function
windDemo
- 1、熟悉信号量和消息队列等任务间通信方式 2、测试wind内核提供的系统调用 -void windDemo (int iteration){} LOCAL void taskHighPri (int iteration/* number of iterations through loop*/)