wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

[IPC] Implement additional functionality #103

Closed trylimits closed 9 years ago

trylimits commented 9 years ago

We should implement a function which allows to close an opened ipc channel. Additionally, one should be able to ask for all available ipc channels.

trylimits commented 9 years ago

Done. Above commits implements IpcManager functionality and System API functions. See defines in the header files.