#include "Platform/ProcessFramework.h"
#include "Representations/Sound/SoundData.h"
#include <OPENR/OPENRAPI.h>
Include dependency graph for SoundDataSender.h:

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

Go to the source code of this file.
Classes | |
| class | SoundDataSender |
| This class implements a sender for sound data. More... | |
Defines | |
| #define | SENDER_SOUNDDATA SoundDataSender theSoundDataSender |
| The macro declares a sender for sound data. | |
| #define | INIT_SENDER_SOUNDDATA(blocking) theSoundDataSender(this,blocking) |
| The macro instantiates a sender for sound data. | |
Definition in file SoundDataSender.h.
|
|
The macro declares a sender for sound data. It must be used inside a declaration of a process, after the macro DEBUGGING. Definition at line 69 of file SoundDataSender.h. |
|
|
The macro instantiates a sender for sound data.
Definition at line 77 of file SoundDataSender.h. Referenced by Motion::Motion(). |
1.3.6