This is the class used to store information about the different tags and data encoding that can be used during the PVM network communication.
More...
#include <pvmconstants.h>
This is the class used to store information about the different tags and data encoding that can be used during the PVM network communication.
◆ PVMConstants()
PVMConstants::PVMConstants |
( |
| ) |
|
◆ ~PVMConstants()
PVMConstants::~PVMConstants |
( |
| ) |
|
|
inline |
◆ getDataEncode()
const int PVMConstants::getDataEncode |
( |
| ) |
const |
|
inline |
This function will return the flag used to indicate that a task has exited.
- Returns
- taskExit
◆ getMasterReceiveDataTag()
const int PVMConstants::getMasterReceiveDataTag |
( |
| ) |
const |
|
inline |
This function will return the flag used to indicate that the PVM master is receiving data.
- Returns
- masterReceiveData
◆ getMasterSendBoundTag()
const int PVMConstants::getMasterSendBoundTag |
( |
| ) |
const |
|
inline |
This function will return the flag used to indicate that the PVM master is sending bounds data.
- Returns
- masterSendBound
◆ getMasterSendStringTag()
const int PVMConstants::getMasterSendStringTag |
( |
| ) |
const |
|
inline |
This function will return the flag used to indicate that the PVM master is sending string data.
- Returns
- masterSendString
◆ getMasterSendVarTag()
const int PVMConstants::getMasterSendVarTag |
( |
| ) |
const |
|
inline |
This function will return the flag used to indicate that the PVM master is sending variables data.
- Returns
- masterSendVar
◆ getStartTag()
const int PVMConstants::getStartTag |
( |
| ) |
const |
|
inline |
This function will return the flag used to indicate that PVM has been started.
- Returns
- startPVM
◆ getStopTag()
const int PVMConstants::getStopTag |
( |
| ) |
const |
|
inline |
This function will return the flag used to indicate that PVM has been stopped.
- Returns
- stopPVM
◆ getTaskDiedTag()
const int PVMConstants::getTaskDiedTag |
( |
| ) |
const |
|
inline |
This function will return the flag used to indicate that a task has died.
- Returns
- taskDied
◆ setDataEncode()
void PVMConstants::setDataEncode |
( |
const int |
dc | ) |
|
This function will set the flag used to indicate the data encoding that will take place during the PVM network communication.
- Parameters
-
dc | the new value for dataEncode |
The documentation for this class was generated from the following files: