91 int masterReceiveData;
This is the class used to store information about the different tags and data encoding that can be us...
Definition: pvmconstants.h:8
const int getMasterSendVarTag() const
This function will return the flag used to indicate that the PVM master is sending variables data.
Definition: pvmconstants.h:32
const int getMasterSendBoundTag() const
This function will return the flag used to indicate that the PVM master is sending bounds data.
Definition: pvmconstants.h:42
~PVMConstants()
This is the default PVMConstants destructor.
Definition: pvmconstants.h:17
const int getDataEncode() const
This function will return the flag used to indicate that a task has exited.
Definition: pvmconstants.h:57
const int getMasterReceiveDataTag() const
This function will return the flag used to indicate that the PVM master is receiving data.
Definition: pvmconstants.h:47
const int getStartTag() const
This function will return the flag used to indicate that PVM has been started.
Definition: pvmconstants.h:27
const int getTaskDiedTag() const
This function will return the flag used to indicate that a task has died.
Definition: pvmconstants.h:52
const int getStopTag() const
This function will return the flag used to indicate that PVM has been stopped.
Definition: pvmconstants.h:22
void setDataEncode(const int dc)
This function will set the flag used to indicate the data encoding that will take place during the PV...
Definition: pvmconstants.cc:15
PVMConstants()
This is the default PVMConstants constructor.
Definition: pvmconstants.cc:4
const int getMasterSendStringTag() const
This function will return the flag used to indicate that the PVM master is sending string data.
Definition: pvmconstants.h:37