#include "basictypes.h"
#include <stdexcept>
Include dependency graph for pvminterface.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | PVMInterface |
Handles communication between Talker and PVM. More... | |
struct | PVMTaskInfo |
Contains vital task information. More... | |
Defines | |
#define | PVMINTERFACE_NAMELEN 20 |
#define | PVMINTERFACE_SENDINFO 1 |
#define | PVMINTERFACE_SENDCOMMAND 2 |
#define | PVMINTERFACE_SENDLEAFUPD 3 |
Definition in file pvminterface.h.
|
Definition at line 33 of file pvminterface.h. Referenced by PVMInterface::PVMInterface(). |
|
Definition at line 35 of file pvminterface.h. Referenced by PVMInterface::BroadcastCommand(), PVMInterface::GetCommandWithTimeout(), PVMInterface::MessagePending(), and PVMInterface::SendCommand(). |
|
Definition at line 34 of file pvminterface.h. Referenced by PVMInterface::PVMInterface(). |
|
Definition at line 36 of file pvminterface.h. Referenced by PVMInterface::GetLeafCounts(), and PVMInterface::SendLeafCounts(). |