WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent by a NetworkProximityService in answer to a network proximity lookup request. More...
#include <NetworkProximityMessage.h>
Public Member Functions | |
NetworkProximityLookupAnswerMessage (std::pair< std::string, std::string > hosts, double proximity_value, double timestamp, double payload) | |
Constructor. More... | |
Public Attributes | |
std::pair< std::string, std::string > | hosts |
The hosts whose proximity values were calculated. | |
double | proximity_value |
The calculated proximity value. | |
double | timestamp |
The timestamp of the oldest measurement data used to calculate the proximity value. | |
Additional Inherited Members |
A message sent by a NetworkProximityService in answer to a network proximity lookup request.
wrench::NetworkProximityLookupAnswerMessage::NetworkProximityLookupAnswerMessage | ( | std::pair< std::string, std::string > | hosts, |
double | proximity_value, | ||
double | timestamp, | ||
double | payload | ||
) |
Constructor.
hosts | the pair of hosts that were looked up |
proximity_value | the proximity value between the pair of hosts |
timestamp | the timestamp of the proximity value determination |
payload | the message size in bytes |