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

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

#include <netdata.h>

Collaboration diagram for NetDataResult:
Collaboration graph

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

Detailed Description

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

Constructor & Destructor Documentation

◆ NetDataResult()

NetDataResult::NetDataResult ( )

this is the default NetDataResult constructor

◆ ~NetDataResult()

NetDataResult::~NetDataResult ( )

this is the default NetDataResult destructor

Member Data Documentation

◆ result

double NetDataResult::result

this is the variable to be sent/received

◆ tag

int NetDataResult::tag

◆ who

int NetDataResult::who

is the identifier of the process that is sending the data

◆ x_id

int NetDataResult::x_id

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