For exemple you create a channel in one program to write data:
#Creating shared called '/my_channel_name', this program will write on it, it is char ('INT8') with no specific format ('NDEF') of dimension 1 (vector) of 32 elements.
```C++
//Creating shared called '/my_channel_name', this program will write on it, it is char ('INT8') with no specific format ('NDEF') of dimension 1 (vector) of 32 elements.
@@ -46,3 +50,10 @@ You will see all the existing blc_channels, the process reading or writing and t
On Linux we can see and manipulate a virtual file containing this memory in /run/shm/<nameofyoursharedmemory>, on OSX you cannot but anyway it is only used for debug.
C/C++ documentation
===================
To see the documentation for C++, execute : `./doc_api blc_channel` in your blaar directory. Add `-c` option if you want the plain C api.