A message sent by a NetworkProximityService to a NetworkProximityDaemon to tell it which other NetworkProximityDaemons it should do measurements with next. More...
#include <NetworkProximityMessage.h>
Public Member Functions | |
NextContactDaemonAnswerMessage (std::string next_host_to_send, std::shared_ptr< NetworkProximityDaemon > next_daemon_to_send, std::string next_mailbox_to_send, double payload) | |
Constructor. More... | |
Public Attributes | |
std::shared_ptr< NetworkProximityDaemon > | next_daemon_to_send |
The next NetworkProximityDaemon for the NetworkProximityDaemon to contact. | |
std::string | next_host_to_send |
The next host for the NetworkProximityDaemon to contact. | |
std::string | next_mailbox_to_send |
The next mailbox for the network daemon to contact. | |
Additional Inherited Members |
Detailed Description
A message sent by a NetworkProximityService to a NetworkProximityDaemon to tell it which other NetworkProximityDaemons it should do measurements with next.
Constructor & Destructor Documentation
◆ NextContactDaemonAnswerMessage()
wrench::NextContactDaemonAnswerMessage::NextContactDaemonAnswerMessage | ( | std::string | next_host_to_send, |
std::shared_ptr< NetworkProximityDaemon > | next_daemon_to_send, | ||
std::string | next_mailbox_to_send, | ||
double | payload | ||
) |
Constructor.
- Parameters
-
next_host_to_send the next host to contact next_daemon_to_send the next daemon to contact next_mailbox_to_send the next mailbox to contact payload the message size in bytes
The documentation for this class was generated from the following files:
- NetworkProximityMessage.h
- NetworkProximityMessage.cpp