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 |
Detailed Description
A message sent to a NetworkProximityService by a NetworkProximityDaemon to ask which other NetworkProximityDaemons it should do measurements with next.
Constructor & Destructor Documentation
◆ NextContactDaemonRequestMessage()
wrench::NextContactDaemonRequestMessage::NextContactDaemonRequestMessage | ( | std::shared_ptr< NetworkProximityDaemon > | daemon, |
double | payload | ||
) |
Constructor.
- Parameters
-
daemon the NetworkProximityDaemon to return the request to payload the message size in bytes
The documentation for this class was generated from the following files:
- NetworkProximityMessage.h
- NetworkProximityMessage.cpp