#include <Process.h>
Inheritance diagram for DebugSender:
Public Member Functions | |
DebugSender (PlatformProcess *process, const char *name, bool blocking) |
Definition at line 126 of file Process.h.
DebugSender::DebugSender | ( | PlatformProcess * | process, | |
const char * | name, | |||
bool | blocking | |||
) | [inline] |
The constructor.
process | The process this sender is associated with. | |
name | The Aperios connection name of the sender without the process name. | |
blocking | Decides whether this sender blocks the execution of the next frame until all connected receivers have requested a new package. |