Changes between Version 7 and Version 8 of library_mwmr
- Timestamp:
- Nov 6, 2014, 8:00:33 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_mwmr
v7 v8 3 3 The [source:soft/giet_vm/giet_libs/mwmr_channel.c mwmr_channel.c] and [source:soft/giet_vm/giet_libs/mwmr_channel.h mwmr_channel.h] files define an user-level communication middleware, for parallel multi-tasks applications. 4 4 5 It supports channelized communications , when the communication scheme can be explicitely andstatically described by a Task and Communication Graph.5 It supports channelized communications , when the communication scheme can be statically described by a Task and Communication Graph. 6 6 Each MWMR (Multi-Writer Multi-Reader) channel can be accessed concurently by one or several writer(s) and by one or several reader(s). It is implemented as a software FIFO, protected by a build-in lock. 7 7