Gadget
|
this class is used to keep relevant data to be sent/received using PVM communication More...
#include <netdata.h>
Public Member Functions | |
NetDataResult () | |
this is the default NetDataResult constructor More... | |
~NetDataResult () | |
this is the default NetDataResult destructor More... | |
Public Attributes | |
int | tag |
int | x_id |
double | result |
this is the variable to be sent/received More... | |
int | who |
is the identifier of the process that is sending the data More... | |
this class is used to keep relevant data to be sent/received using PVM communication
NetDataResult::NetDataResult | ( | ) |
this is the default NetDataResult constructor
NetDataResult::~NetDataResult | ( | ) |
this is the default NetDataResult destructor
double NetDataResult::result |
this is the variable to be sent/received
int NetDataResult::tag |
int NetDataResult::who |
is the identifier of the process that is sending the data
int NetDataResult::x_id |