Gadget
|
this class is used to keep a vector of relevant data to be sent/received using PVM communication More...
#include <netdata.h>
Public Member Functions | |
NetDataVariables (int numVar) | |
this is the default NetDataVariables constructor More... | |
~NetDataVariables () | |
this is the default NetDataVariables destructor More... | |
Public Attributes | |
int | tag |
int | x_id |
double * | x |
this is the vector used to store the variables to be sent/received More... | |
this class is used to keep a vector of relevant data to be sent/received using PVM communication
NetDataVariables::NetDataVariables | ( | int | numVar | ) |
this is the default NetDataVariables constructor
numVar | is the number of variables to be stored |
NetDataVariables::~NetDataVariables | ( | ) |
this is the default NetDataVariables destructor
int NetDataVariables::tag |
double* NetDataVariables::x |
this is the vector used to store the variables to be sent/received
int NetDataVariables::x_id |