A message sent to a NetworkProximityService to request a coordinate lookup. More...
#include <NetworkProximityMessage.h>
Public Member Functions | |
CoordinateLookupRequestMessage (std::string answer_mailbox, std::string requested_host, double payload) | |
Constructor. More... | |
Public Attributes | |
std::string | answer_mailbox |
The mailbox to which the answer should be sent back. | |
std::string | requested_host |
The name of the host whose coordinates are being requested. | |
Additional Inherited Members |
Detailed Description
A message sent to a NetworkProximityService to request a coordinate lookup.
Constructor & Destructor Documentation
◆ CoordinateLookupRequestMessage()
wrench::CoordinateLookupRequestMessage::CoordinateLookupRequestMessage | ( | std::string | answer_mailbox, |
std::string | requested_host, | ||
double | payload | ||
) |
Constructor.
- Parameters
-
answer_mailbox the mailbox to return the answer to requested_host the naje of the host whose coordinates are being requested payload the message size in bytes
The documentation for this class was generated from the following files:
- NetworkProximityMessage.h
- NetworkProximityMessage.cpp