WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message received by a NetworkProximityService that updates its database of proximity values. More...
#include <NetworkProximityMessage.h>
Public Member Functions | |
NetworkProximityComputeAnswerMessage (std::pair< std::string, std::string > hosts, double proximity_value, double payload) | |
Constructor. More... | |
Public Attributes | |
std::pair< std::string, std::string > | hosts |
The hosts whose proximity values were calculated. | |
double | proximity_value |
The computed proximity value. | |
Additional Inherited Members |
A message received by a NetworkProximityService that updates its database of proximity values.
wrench::NetworkProximityComputeAnswerMessage::NetworkProximityComputeAnswerMessage | ( | std::pair< std::string, std::string > | hosts, |
double | proximity_value, | ||
double | payload | ||
) |
Constructor.
hosts | a pair of hosts |
proximity_value | the proximity value between the pair of hosts |
payload | the message size in bytes |