#include <Process.h>
Inheritance diagram for MultiDebugSender< T >:
Public Member Functions | |
MultiDebugSender (PlatformProcess *process, const char *name, bool blocking) | |
The constructor. | |
virtual void | send () |
Marks the package for sending and transmits it to all receivers that already requested for it. |
It ensures that only a package is sent if it is not empty.
Definition at line 94 of file Process.h.
|
The constructor.
|
|
Marks the package for sending and transmits it to all receivers that already requested for it. All other receiver may get it later if they request for it before the package is changed. In function will only send a package if it is not empty. Reimplemented from SenderBase< T >. |