#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. | |
Static Public Member Functions | |
| int | getIndex () |
| The function returns the index of the current process. | |
| int | getRobotIndex () |
| The function returns the index of the robot associated to the current process. | |
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 36 of file ProcessFramework.h.
|
|
Constructor.
Definition at line 46 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 57 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 64 of file ProcessFramework.h. References firstReceiver. Referenced by ReceiverList::getFirst(), ProcessBase::init(), and ProcessCreator< T >::processNextFrame(). |
|
|
The function returns the index of the current process.
Definition at line 70 of file ProcessFramework.h. Referenced by getDebugKeyTable(), getDebugOut(), and initDebugging(). |
|
|
The function returns the index of the robot associated to the current process.
Definition at line 76 of file ProcessFramework.h. Referenced by getRobotConfiguration(). |
|
|
The begin of the list of all senders of this process.
Definition at line 39 of file ProcessFramework.h. Referenced by getFirstSender(), and PlatformProcess(). |
|
|
The begin of the list of all receivers of this process.
Definition at line 40 of file ProcessFramework.h. Referenced by getFirstReceiver(), and PlatformProcess(). |
1.3.6