#include "Platform/ProcessFramework.h"
Include dependency graph for SharedSender.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | SharedSender |
| This class implements a sender for sound data. More... | |
Defines | |
| #define | SHARED_SENDER(type) SharedSender<type> the##type##Sender |
| The macro declares a shared sender. | |
Definition in file SharedSender.h.
|
|
The macro declares a shared sender. It must be used inside a declaration of a process, after the macro DEBUGGING.
Definition at line 86 of file SharedSender.h. |
1.3.6