A message sent to a NetworkProximityService to request a network proximity lookup. More...
#include <NetworkProximityMessage.h>
Public Member Functions | |
NetworkProximityLookupRequestMessage (std::string answer_mailbox, std::pair< std::string, std::string > hosts, double payload) | |
Constructor. More... | |
Public Attributes | |
std::string | answer_mailbox |
The mailbox to which the answer message should be sent. | |
std::pair< std::string, std::string > | hosts |
The hosts between which to calculate a proximity value. | |
Additional Inherited Members |
Detailed Description
A message sent to a NetworkProximityService to request a network proximity lookup.
Constructor & Destructor Documentation
◆ NetworkProximityLookupRequestMessage()
wrench::NetworkProximityLookupRequestMessage::NetworkProximityLookupRequestMessage | ( | std::string | answer_mailbox, |
std::pair< std::string, std::string > | hosts, | ||
double | payload | ||
) |
Constructor.
- Parameters
-
answer_mailbox the mailbox to which the answer message should be sent hosts the pair of hosts to look up payload the message size in bytes
The documentation for this class was generated from the following files:
- NetworkProximityMessage.h
- NetworkProximityMessage.cpp