#include <ProcessFramework.h>
Inheritance diagram for PlatformProcess:


Public Member Functions | |
| PlatformProcess () | |
| Constructor. | |
| SenderList *& | getFirstSender () |
| The function returns the begin of list of all senders. | |
| ReceiverList *& | getFirstReceiver () |
| The function returns the begin of list of all receivers. | |
Private Attributes | |
| SenderList * | firstSender |
| The begin of the list of all senders of this process. | |
| ReceiverList * | firstReceiver |
| The begin of the list of all receivers of this process. | |
Definition at line 38 of file ProcessFramework.h.
|
|
Constructor.
Definition at line 48 of file ProcessFramework.h. References firstReceiver, and firstSender. |
|
|
The function returns the begin of list of all senders. Note that the function returns a reference that can be changed.
Definition at line 59 of file ProcessFramework.h. References firstSender. Referenced by SenderList::getFirst(), ProcessBase::init(), and ProcessCreator< T >::processNextFrame(). |
|
|
The function returns the begin of list of all receivers. Note that the function returns a reference that can be changed.
Definition at line 66 of file ProcessFramework.h. References firstReceiver. Referenced by ReceiverList::getFirst(), ProcessBase::init(), and ProcessCreator< T >::processNextFrame(). |
|
|
The begin of the list of all senders of this process.
Definition at line 41 of file ProcessFramework.h. Referenced by getFirstSender(), and PlatformProcess(). |
|
|
The begin of the list of all receivers of this process.
Definition at line 42 of file ProcessFramework.h. Referenced by getFirstReceiver(), and PlatformProcess(). |
1.3.6