WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent to a NetworkProximityService by a NetworkProximityDaemon to ask which other NetworkProximityDaemons it should do measurements with next. More...
#include <NetworkProximityMessage.h>
Public Member Functions | |
NextContactDaemonRequestMessage (std::shared_ptr< NetworkProximityDaemon > daemon, double payload) | |
Constructor. More... | |
Public Attributes | |
std::shared_ptr< NetworkProximityDaemon > | daemon |
The NetworkProximityDaemon daemon to return the answer to. | |
Additional Inherited Members |
A message sent to a NetworkProximityService by a NetworkProximityDaemon to ask which other NetworkProximityDaemons it should do measurements with next.
wrench::NextContactDaemonRequestMessage::NextContactDaemonRequestMessage | ( | std::shared_ptr< NetworkProximityDaemon > | daemon, |
double | payload | ||
) |
Constructor.
daemon | the NetworkProximityDaemon to return the request to |
payload | the message size in bytes |