wrench::CoordinateLookupRequestMessage

class CoordinateLookupRequestMessage : public wrench::NetworkProximityMessage

A message sent to a NetworkProximityService to request a coordinate lookup.

Public Functions

CoordinateLookupRequestMessage(S4U_CommPort *answer_commport, std::string requested_host, double payload)

Constructor.

Parameters:
  • answer_commport – the commport to return the answer to

  • requested_host – the name of the host whose coordinates are being requested

  • payload – the message size in bytes

Public Members

S4U_CommPort *answer_commport

The commport_name to which the answer should be sent back.

std::string requested_host

The name of the host whose coordinates are being requested.