Gadget
Public Member Functions | Public Attributes | List of all members
NetDataVariables Class Reference

this class is used to keep a vector of relevant data to be sent/received using PVM communication More...

#include <netdata.h>

Collaboration diagram for NetDataVariables:
Collaboration graph

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...
 

Detailed Description

this class is used to keep a vector of relevant data to be sent/received using PVM communication

Constructor & Destructor Documentation

◆ NetDataVariables()

NetDataVariables::NetDataVariables ( int  numVar)

this is the default NetDataVariables constructor

Parameters
numVaris the number of variables to be stored

◆ ~NetDataVariables()

NetDataVariables::~NetDataVariables ( )

this is the default NetDataVariables destructor

Member Data Documentation

◆ tag

int NetDataVariables::tag

◆ x

double* NetDataVariables::x

this is the vector used to store the variables to be sent/received

◆ x_id

int NetDataVariables::x_id

The documentation for this class was generated from the following files: