Changes between Version 7 and Version 8 of library_mwmr


Ignore:
Timestamp:
Nov 6, 2014, 8:00:33 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_mwmr

    v7 v8  
    33The [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.
    44
    5 It supports channelized communications , when the communication scheme can be explicitely and statically described by a Task and Communication Graph.
     5It supports channelized communications , when the communication scheme can be statically described by a Task and Communication Graph.
    66Each 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.
    77