#include <CommModule.h>
Public Member Functions | |
| CommModuleVar () | |
| Default constructor. | |
| CommModuleVar (const CommModuleVar &v) | |
| Copy constructor. | |
| CommModuleVar & | operator= (const CommModuleVar &v) |
| Assigment operator =. | |
| string | print () |
| Print function. | |
Public Attributes | |
| list< CommPacket > | storedPackets |
| packets internal storage | |
| pthread_mutex_t | rcvMutex |
| map< int, CommBox > | boxes |
| associative array indexed by task numbers and containing CommBoxes | |
| map< int, CommBox >::iterator | boxesIt |
| vector< string > | assignedBoxes |
| this | |
| MipResources::CommModuleVar::CommModuleVar | ( | ) |
Default constructor.
This constructor only initialize the mutex.
| MipResources::CommModuleVar::CommModuleVar | ( | const CommModuleVar & | v | ) |
Copy constructor.
This constructor completely create a set of variables, copying it from another CommModuleVar.
| CommModuleVar & MipResources::CommModuleVar::operator= | ( | const CommModuleVar & | v | ) |
Assigment operator =.
| string MipResources::CommModuleVar::print | ( | ) |
Print function.
This function returns a string that can be printed, with all the informations contained in the class.
| pthread_mutex_t MipResources::CommModuleVar::rcvMutex |
associative array indexed by task numbers and containing CommBoxes
| map<int,CommBox>::iterator MipResources::CommModuleVar::boxesIt |
| vector<string> MipResources::CommModuleVar::assignedBoxes |
this
1.5.6