Changes between Initial Version and Version 1 of library_mwmr


Ignore:
Timestamp:
Aug 4, 2014, 3:29:38 PM (11 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_mwmr

    v1 v1  
     1= The MWMR Library =
     2
     3The [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]
     4files define a communication middleware that supports channelized communications in a parallel multi-tasks application, where the
     5communication scheme can be explicitely and statically described by a Task and Communication Graph.
     6Each MWMR (Multi-Writer Multi-Reader) channel can be accessed concurently by one or several writer(s) and by one or several reader(s).
     7It is implemented as a software FIFO, protected by a build-in lock.
     8