History log of /seL4-camkes-master/projects/camkes-tool/libsel4camkes/include/camkes/msgqueue.h
Revision Date Author Comments
# 15d10aac 27-Sep-2019 Damon Lee <Damon.Lee@data61.csiro.au>

libsel4camkes: Add msgqueue

The msgqueue allows the passing of messages from one component
to another. It is essentially a layer on top of the CAmkES virtqueues,
in which it sends small buffers that is filled with information about an
message to a receiver.