Hello,
I got a question regarding the documentation for OS_Q_Create (manual 3.82f).
For the parameter pData it says: "Pointer to a memory area used as data buffer for the queue."
But the example is as this:
The '&' in front of '_acMemQBuffer' (line 5) puzzles me: that would be a pointer to a pointer to a memory area. Or am I wrong?
Thanx, Arne
I got a question regarding the documentation for OS_Q_Create (manual 3.82f).
For the parameter pData it says: "Pointer to a memory area used as data buffer for the queue."
But the example is as this:
The '&' in front of '_acMemQBuffer' (line 5) puzzles me: that would be a pointer to a pointer to a memory area. Or am I wrong?
Thanx, Arne