#include <Sender.h>
Inheritance diagram for Sender< T >:
Public Member Functions | |
Sender (PlatformProcess *process, const char *senderName, bool blocking) | |
The constructor. | |
Protected Member Functions | |
virtual void | preparePackage () |
The function prepares a package. | |
virtual void | setPackage (const ObserverID &receiver) |
The functions sets a package for a receiver. | |
virtual void | freePackage () |
The function frees the package. | |
Private Attributes | |
RCRegion * | package |
A pointer to the package. |
Definition at line 287 of file Sender.h.
|
The constructor.
|
|
The function prepares a package.
Reimplemented from SenderBase< T >. |
|
The functions sets a package for a receiver.
Reimplemented from SenderBase< T >. |
|
The function frees the package.
Reimplemented from SenderBase< T >. |
|
A pointer to the package.
|